aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann6-6/+6
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks1-0/+5
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-05-27atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks3-158/+291
2021-05-27atl1c: prepare for multiple rx queuesGatis Peisenieks2-61/+57
2021-05-27atl1c: move tx napi into tpd_ringGatis Peisenieks2-9/+13
2021-05-27atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-17alx: fix a double unlock in alx_probe()Dan Carpenter1-1/+1
2021-05-17net: atheros: atl1x: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-17net: atheros: atl1e: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-17net: atheros: atl1c: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-14alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui1-1/+3
2021-05-13atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks3-18/+27
2021-05-13atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2-0/+7
2021-05-13atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks1-4/+12
2021-05-13atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks1-4/+8
2021-05-13atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks4-0/+21
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg3-29/+76
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2-2/+2
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-20net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel2-4/+17
2021-04-16atl1c: move tx cleanup processing out of interruptGatis Peisenieks2-10/+36
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2021-04-07net: 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-05ethernet: alx: fix order of calls on resumeJakub Kicinski1-2/+5
2021-02-22net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2020-12-08net: 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-29net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner3-4/+0
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg4-6/+15
2020-09-11net: ag71xx: add flow control supportOleksij Rempel1-1/+12
2020-09-11net: ag71xx: add ethtool supportOleksij Rempel1-0/+147
2020-08-24net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-77/+88
2020-07-20net: 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-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-05-08net/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-02-29net: 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-15/+7