aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)Author
2024-01-05ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu
2023-11-28atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi
2023-09-19ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong
2023-08-03ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong
2023-07-27ethernet: use of_get_ethdev_address()Jakub Kicinski
2022-11-26net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian
2022-10-26eth: alx: take rtnl_lock on resumeJakub Kicinski
2022-03-23alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche
2022-02-23atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks
2022-01-05net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET
2021-05-27atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks
2021-05-27atl1c: prepare for multiple rx queuesGatis Peisenieks
2021-05-27atl1c: move tx napi into tpd_ringGatis Peisenieks
2021-05-27atl1c: detect NIC type earlyGatis Peisenieks
2021-05-17alx: fix a double unlock in alx_probe()Dan Carpenter
2021-05-17net: atheros: atl1x: Fix wrong function name in commentsYang Shen
2021-05-17net: atheros: atl1e: Fix wrong function name in commentsYang Shen
2021-05-17net: atheros: atl1c: Fix wrong function name in commentsYang Shen
2021-05-14alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui
2021-05-13atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks
2021-05-13atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks
2021-05-13atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-20net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel
2021-04-16atl1c: move tx cleanup processing out of interruptGatis Peisenieks
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET
2021-03-19atl1c: use napi_alloc_skbSieng Piaw Liew
2021-03-19atl1c: switch to napi_gro_receiveSieng Piaw Liew
2021-03-05ethernet: alx: fix order of calls on resumeJakub Kicinski
2021-02-22net: ag71xx: remove unnecessary MTU reservationDENG Qingfang
2020-12-08net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun
2020-11-18atl1e: fix error return code in atl1e_probe()Zhang Changzhong
2020-11-18atl1c: fix error return code in atl1c_probe()Zhang Changzhong
2020-09-29net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-11net: ag71xx: add flow control supportOleksij Rempel
2020-09-11net: ag71xx: add ethtool supportOleksij Rempel
2020-08-24net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-20net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin