summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-3/+4
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing2021-05-211-3/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-6/+2
* drivers: net: xilinx_emaclite: remove arch limitationGary Guo2021-02-161-2/+2
* drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1Andrew Lunn2020-11-121-6/+7
* drivers: net: xilinx_emaclite: Add missing parameter kerneldocAndrew Lunn2020-11-121-0/+1
* 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