summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks2021-05-273-158/+291
* atl1c: prepare for multiple rx queuesGatis Peisenieks2021-05-272-61/+57
* atl1c: move tx napi into tpd_ringGatis Peisenieks2021-05-272-9/+13
* atl1c: detect NIC type earlyGatis Peisenieks2021-05-271-29/+27
* alx: fix a double unlock in alx_probe()Dan Carpenter2021-05-171-1/+1
* net: atheros: atl1x: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* net: atheros: atl1e: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* net: atheros: atl1c: Fix wrong function name in commentsYang Shen2021-05-171-3/+3
* alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui2021-05-141-1/+3
* atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks2021-05-133-18/+27
* atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2021-05-132-0/+7
* atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks2021-05-131-4/+12
* atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks2021-05-131-4/+8
* atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks2021-05-134-0/+21
* alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-133-29/+76
* net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-04-302-2/+2
* net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-1/+1
* net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel2021-04-202-4/+17
* atl1c: move tx cleanup processing out of interruptGatis Peisenieks2021-04-162-10/+36
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-23/+1
* net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET2021-04-051-2/+2
* atl1c: use napi_alloc_skbSieng Piaw Liew2021-03-191-11/+17
* atl1c: switch to napi_gro_receiveSieng Piaw Liew2021-03-191-1/+1
* ethernet: alx: fix order of calls on resumeJakub Kicinski2021-03-051-2/+5
* net: ag71xx: remove unnecessary MTU reservationDENG Qingfang2021-02-221-3/+1
* net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun2020-12-081-7/+1
* atl1e: fix error return code in atl1e_probe()Zhang Changzhong2020-11-181-2/+2
* atl1c: fix error return code in atl1c_probe()Zhang Changzhong2020-11-181-2/+2
* net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner2020-09-293-4/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-254-6/+15
* net: ag71xx: add flow control supportOleksij Rempel2020-09-111-1/+12
* net: ag71xx: add ethtool supportOleksij Rempel2020-09-111-0/+147
* net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-244-77/+88
* net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin2020-07-201-1/+2
* net: alx: fix race condition in alx_removeZekun Shen2020-06-151-4/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-5/+5
* net/atheros: remove redundant assignment to variable sizeColin Ian King2020-05-081-1/+1
* net: atheros: remove dead code in atl1c_resume()Jason Yan2020-05-071-6/+0
* net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan2020-05-051-1/+1
* net: ag71xx: extend link validation to support other SoCsOleksij Rempel2020-04-271-5/+38
* atl2: remove unused variable 'atl2_driver_string'YueHaibing2020-03-261-1/+0
* net: ag71xx: port to phylinkOleksij Rempel2020-02-292-72/+118
* net/atheros: Clean atheros code from driver versionLeon Romanovsky2020-02-248-31/+0
* net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-192-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-286-15/+7
|\
| * net: convert suitable network drivers to use phy_do_ioctlHeiner Kallweit2020-01-211-9/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-126-6/+6
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+1
| |/ |/|