summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach2019-05-201-10/+6
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean2019-04-081-0/+17
* net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean2019-04-081-0/+23
* net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* net: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-4/+5
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-2/+1
* net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey2018-06-301-13/+14
* net: emaclite: Fix block comments styleRadhey Shyam Pandey2018-06-301-13/+21
* net: emaclite: update kernel-doc commentsRadhey Shyam Pandey2018-06-301-3/+12
* net: emaclite: Simplify if-else statementsRadhey Shyam Pandey2018-06-301-18/+16
* net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey2018-06-301-2/+2
* net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-141-3/+1
* net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-141-2/+0
* net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-141-1/+1
* net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-57/+69
|\
| * net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula2017-02-151-54/+62
| * net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-02-151-3/+7
* | net: xilinx: constify net_device_ops structureBhumika Goyal2017-01-231-2/+2
* | net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser2017-01-051-16/+2
|/
* net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-201-3/+5
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-4/+0
* net: fix phy refcounting in a bunch of driversRussell King2015-09-241-0/+2
* ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-311-1/+1
* net: xilinx: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: Xilinx: fix error return codeJulia Lawall2014-12-311-0/+1
* net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-2/+1
* net: xilinx: Remove .owner field for driverMichal Simek2014-08-141-1/+0
* xilinx: Fix compiler warningManuel Schölling2014-06-221-1/+1
* xilinx: Use time_before_eq()Manuel Schölling2014-05-221-1/+1
* net: emaclite: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-13/+0
* xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: emaclite: add barriers to support Xilinx Zynq platformSrikanth Thokala2013-12-091-0/+13
* net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...Srikanth Thokala2013-12-091-38/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* net: emaclite: Code cleanupMichal Simek2013-09-201-14/+14
* net: emaclite: Not necessary to call devm_iounmapMichal Simek2013-09-201-8/+3
* net: xilinx_emaclite: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen2013-08-201-2/+1
* net: emaclite: Convert to use devm_ioremap_resourceTushar Behera2013-06-121-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-1/+2
|\
| * net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)2013-06-041-1/+2
* | net: emaclite: Use platform resource tableMichal Simek2013-06-041-45/+22