summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/ag71xx.c
AgeCommit message (Expand)Author
2022-01-12net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)
2022-01-12net: ag71xx: use phylink_generic_validate()Russell King (Oracle)
2022-01-12net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)
2022-01-12net: ag71xx: populate supported_interfaces memberRussell King
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-20net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET
2021-02-22net: ag71xx: remove unnecessary MTU reservationDENG Qingfang
2020-09-11net: ag71xx: add flow control supportOleksij Rempel
2020-09-11net: ag71xx: add ethtool supportOleksij Rempel
2020-07-20net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin
2020-04-27net: ag71xx: extend link validation to support other SoCsOleksij Rempel
2020-02-29net: ag71xx: port to phylinkOleksij Rempel
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-21net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17net: ag71xx: fix compile warningsOleksij Rempel
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-01net: ag71xx: fix mdio subnode supportOleksij Rempel
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-31net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'Christophe JAILLET
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET
2019-07-29net: ag71xx: use resource_size for the ioremap sizeDing Xiang
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun
2019-07-17net: ag71xx: Add missing headerRosen Penev
2019-05-26net: ethernet: add ag71xx driverOleksij Rempel