aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/xilinx_emaclite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: emaclite: update reset_lock member documentationRadhey Shyam Pandey1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+12
2022-05-03net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham1-3/+12
2022-05-03net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham1-15/+0
2022-04-15net: emaclite: Remove custom BUFFER_ALIGN macroShravya Kumbham1-16/+2
2022-04-15net: emaclite: Update copyright text to correct formatMichal Simek1-1/+1
2022-04-15net: emaclite: Fix coding styleRadhey Shyam Pandey1-20/+15
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-03-08ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin1-1/+3
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix1-1/+1
2021-12-27net: xilinx: emaclite: Use platform_get_irq() to get the interruptLad Prabhakar1-6/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-3/+4
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-21net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+2
2021-02-16drivers: net: xilinx_emaclite: remove arch limitationGary Guo1-2/+2
2020-11-12drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1Andrew Lunn1-6/+7
2020-11-12drivers: net: xilinx_emaclite: Add missing parameter kerneldocAndrew Lunn1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-202/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait functionKurt Kanzenbach1-10/+6
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean1-0/+17
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean1-0/+23
2019-02-14net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing1-4/+5
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+1
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey1-13/+14
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey1-13/+21
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey1-3/+12
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey1-18/+16
2018-06-30net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey1-2/+2
2018-06-14net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey1-3/+1
2018-06-14net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey1-2/+0
2018-06-14net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey1-1/+1
2018-06-14net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey1-2/+2
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-57/+69
2017-02-15net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula1-54/+62
2017-02-15net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal1-2/+2
2017-01-05net: xilinx: emaclite: Remove xemaclite_remove_ndev()Tobias Klauser1-16/+2
2016-08-20net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell1-3/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-4/+0
2015-09-24net: fix phy refcounting in a bunch of driversRussell King1-0/+2