aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/ag71xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-20net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel1-4/+16
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET1-2/+2
2021-02-22net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2020-09-11net: ag71xx: add flow control supportOleksij Rempel1-1/+12
2020-09-11net: ag71xx: add ethtool supportOleksij Rempel1-0/+147
2020-07-20net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin1-1/+2
2020-04-27net: ag71xx: extend link validation to support other SoCsOleksij Rempel1-5/+38
2020-02-29net: ag71xx: port to phylinkOleksij Rempel1-71/+117
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+2
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit1-9/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-17net: ag71xx: fix compile warningsOleksij Rempel1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+2
2019-10-01net: ag71xx: fix mdio subnode supportOleksij Rempel1-2/+4
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-31net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-29net: ag71xx: use resource_size for the ioremap sizeDing Xiang1-1/+1
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-17net: ag71xx: Add missing headerRosen Penev1-0/+1
2019-05-26net: ethernet: add ag71xx driverOleksij Rempel1-0/+1898