summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)AuthorFilesLines
2021-04-29net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-21net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel2-4/+17
2021-04-17atl1c: move tx cleanup processing out of interruptGatis Peisenieks2-10/+36
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-04-08net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET1-2/+2
2021-03-19atl1c: use napi_alloc_skbSieng Piaw Liew1-11/+17
2021-03-19atl1c: switch to napi_gro_receiveSieng Piaw Liew1-1/+1
2021-03-06ethernet: alx: fix order of calls on resumeJakub Kicinski1-2/+5
2021-02-23net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2020-12-09net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun1-7/+1
2020-11-18atl1e: fix error return code in atl1e_probe()Zhang Changzhong1-2/+2
2020-11-18atl1c: fix error return code in atl1c_probe()Zhang Changzhong1-2/+2
2020-09-30net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner3-4/+0
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg4-6/+15
2020-09-12net: ag71xx: add flow control supportOleksij Rempel1-1/+12
2020-09-12net: ag71xx: add ethtool supportOleksij Rempel1-0/+147
2020-08-25net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-77/+88
2020-07-21net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin1-1/+2
2020-06-15net: alx: fix race condition in alx_removeZekun Shen1-4/+5
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-05-09net/atheros: remove redundant assignment to variable sizeColin Ian King1-1/+1
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan1-6/+0
2020-05-05net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan1-1/+1
2020-04-27net: ag71xx: extend link validation to support other SoCsOleksij Rempel1-5/+38
2020-03-26atl2: remove unused variable 'atl2_driver_string'YueHaibing1-1/+0
2020-03-01net: ag71xx: port to phylinkOleksij Rempel2-72/+118
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky8-31/+0
2020-02-19net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2-8/+3
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-15/+7
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-18net: ag71xx: fix compile warningsOleksij Rempel1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin6-6/+6
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-07Merge 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-23net: atheros: Use dev_get_drvdataChuhong Yuan3-14/+8
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)4-10/+4
2019-07-19ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-19ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-18net: ag71xx: Add missing headerRosen Penev1-0/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang2-3/+0
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-226/+16
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+1