summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks2021-05-141-4/+8
* | atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks2021-05-144-0/+21
* | alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-133-29/+76
|/
* net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-05-012-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-212-4/+17
* atl1c: move tx cleanup processing out of interruptGatis Peisenieks2021-04-172-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-081-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-061-2/+5
* net: ag71xx: remove unnecessary MTU reservationDENG Qingfang2021-02-231-3/+1
* net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun2020-12-091-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-264-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-254-77/+88
* net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin2020-07-211-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-131-5/+5
* net/atheros: remove redundant assignment to variable sizeColin Ian King2020-05-091-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-03-012-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-296-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-231-2/+2
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-136-6/+6
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+1
| |/ |/|
* | net: ag71xx: fix compile warningsOleksij Rempel2019-12-181-2/+2
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+2
* net: ag71xx: fix mdio subnode supportOleksij Rempel2019-10-011-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-1/+1
|\
| * net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'Christophe JAILLET2019-07-311-1/+1
* | net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET2019-07-311-1/+1
* | net: ag71xx: use resource_size for the ioremap sizeDing Xiang2019-07-291-1/+1
* | net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-233-14/+8
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-234-10/+4
|/
* ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-191-2/+2
* ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-191-1/+3
* net: ag71xx: Add missing headerRosen Penev2019-07-181-0/+1