summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)AuthorFilesLines
2022-12-19net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Christoph Heiss1-8/+2
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-11-16net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian1-1/+2
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-09-30eth: alx: take rtnl_lock on resumeJakub Kicinski1-0/+5
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-4/+4
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang5-12/+12
2022-07-18atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew1-2/+2
2022-07-08net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew1-5/+5
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet3-12/+12
2022-07-01atheros/atl1e:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30atheros/atl1c:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-17net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel1-1/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-03-19atl1c: remove redundant assignment to variable sizeColin Ian King1-1/+1
2022-03-12alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche1-1/+4
2022-02-12atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+8
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET1-15/+8
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-18net: ag71xx: use phylink_generic_validate()Russell King (Oracle)1-28/+3
2021-11-18net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)1-40/+1
2021-11-18net: ag71xx: populate supported_interfaces memberRussell King1-0/+26
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski1-1/+1
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski6-9/+9
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-27net: atl1c: Fix a function name in print messagesCai Huoqing1-1/+1
2021-09-16net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
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-19Merge 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-28atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks3-158/+291
2021-05-28atl1c: prepare for multiple rx queuesGatis Peisenieks2-61/+57
2021-05-28atl1c: move tx napi into tpd_ringGatis Peisenieks2-9/+13
2021-05-28atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-18alx: fix a double unlock in alx_probe()Dan Carpenter1-1/+1
2021-05-18net: atheros: atl1x: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-18net: atheros: atl1e: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-18net: atheros: atl1c: Fix wrong function name in commentsYang Shen1-3/+3
2021-05-15alx: fix missing unlock on error in alx_set_pauseparam()Pu Lehui1-1/+3
2021-05-14atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks3-18/+27
2021-05-14atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2-0/+7