aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c
Commit message (Expand)AuthorAge
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-20
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-12
* net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey2018-06-30
* net: emaclite: Fix block comments styleRadhey Shyam Pandey2018-06-30
* net: emaclite: update kernel-doc commentsRadhey Shyam Pandey2018-06-30
* net: emaclite: Simplify if-else statementsRadhey Shyam Pandey2018-06-30
* net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey2018-06-30
* net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-14
* net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-14
* net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-14
* net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
|\
| * net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula2017-02-15
| * net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-02-15
* | net: xilinx: constify net_device_ops structureBhumika Goyal2017-01-23
* | net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser2017-01-05
|/
* net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-21
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-04
* phy: Add an mdio_device structureAndrew Lunn2016-01-07
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-07
* net: fix phy refcounting in a bunch of driversRussell King2015-09-25
* ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-31
* net: xilinx: constify of_device_id arrayFabian Frederick2015-03-17
* net: Xilinx: fix error return codeJulia Lawall2014-12-31
* net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-21
* net: xilinx: Remove .owner field for driverMichal Simek2014-08-14
* xilinx: Fix compiler warningManuel Schölling2014-06-22
* xilinx: Use time_before_eq()Manuel Schölling2014-05-22
* net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli2014-03-28
* xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-25
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* net: emaclite: add barriers to support Xilinx Zynq platformSrikanth Thokala2013-12-09
* net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...Srikanth Thokala2013-12-09
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-02
* net: emaclite: Code cleanupMichal Simek2013-09-20
* net: emaclite: Not necessary to call devm_iounmapMichal Simek2013-09-20
* net: xilinx_emaclite: remove unnecessary dev_set_drvdata()Libo Chen2013-08-21
* net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen2013-08-20
* net: emaclite: Convert to use devm_ioremap_resourceTushar Behera2013-06-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
|\
| * net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)2013-06-04
* | net: emaclite: Use platform resource tableMichal Simek2013-06-04
* | net: emaclite: Fix typo in error messageJens Renner \(EFE\)2013-06-04
* | net: emaclite: Update driver headerMichal Simek2013-05-30
* | net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek2013-05-30
* | net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek2013-05-30
* | net: emaclite: Support multiple phys connected to one MDIO busMichal Simek2013-05-30
* | net: emaclite: Report failures in mdio setupMichal Simek2013-05-30
|/
* net/xilinx: remove __dev* attributesBill Pemberton2012-12-03
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-08