summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+2
|\
| * net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian2022-11-151-1/+2
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+5
|\
| * eth: alx: take rtnl_lock on resumeJakub Kicinski2022-09-291-0/+5
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-4/+4
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-315-12/+12
|/
* atl1c: use netif_napi_add_tx() for Tx NAPISieng-Piaw Liew2022-07-181-2/+2
* net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew2022-07-081-5/+5
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-023-12/+12
* atheros/atl1e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* atheros/atl1c:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* net: ag71xx: fix discards 'const' qualifier warningOleksij Rempel2022-06-171-1/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* atl1c: remove redundant assignment to variable sizeColin Ian King2022-03-181-1/+1
* alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche2022-03-111-1/+4
* atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-15/+8
|\
| * net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET2021-12-281-15/+8
* | net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)2021-12-091-13/+0
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | net: ag71xx: use phylink_generic_validate()Russell King (Oracle)2021-11-181-28/+3
* | net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)2021-11-181-40/+1
* | net: ag71xx: populate supported_interfaces memberRussell King2021-11-181-0/+26
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-056-9/+9
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: atl1c: Fix a function name in print messagesCai Huoqing2021-09-271-1/+1
* net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-276-6/+6
* atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks2021-07-081-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\
| * alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET2021-06-111-0/+1
* | 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