index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
atheros
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
Zhipeng Lu
2023-12-15
1
-1
/
+4
*
netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule
Christian Marangi
2023-10-11
1
-3
/
+1
*
net: atheros: replace deprecated strncpy with strscpy
Justin Stitt
2023-10-06
1
-1
/
+1
*
net: atl1c: switch to napi_consume_skb()
Sieng-Piaw Liew
2023-10-01
1
-6
/
+7
*
net: ethernet: atheros: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
1
-5
/
+3
*
atl1c: Work around the DMA RX overflow issue
Sieng-Piaw Liew
2023-09-14
2
-54
/
+16
*
alx: fix OOB-read compiler warning
GONG, Ruiqi
2023-08-22
1
-3
/
+2
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
1
-1
/
+2
*
ethernet: atheros: fix return value check in atl1e_tso_csum()
Yuanjun Gong
2023-07-24
1
-2
/
+5
*
atheros: fix return value check in atl1_tso()
Yuanjun Gong
2023-07-24
1
-2
/
+5
*
ethernet: atheros: fix return value check in atl1c_tso_csum()
Yuanjun Gong
2023-07-24
1
-2
/
+5
*
net: atheros: atl1c: remove unused atl1c_irq_reset function
Tom Rix
2023-03-21
1
-10
/
+0
*
alx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-03-08
1
-4
/
+0
*
net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Christoph Heiss
2022-12-19
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-17
1
-1
/
+2
|
\
|
*
net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...
Liu Jian
2022-11-15
1
-1
/
+2
*
|
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-11-07
1
-1
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-0
/
+5
|
\
|
*
eth: alx: take rtnl_lock on resume
Jakub Kicinski
2022-09-29
1
-0
/
+5
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
4
-4
/
+4
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
5
-12
/
+12
|
/
*
atl1c: use netif_napi_add_tx() for Tx NAPI
Sieng-Piaw Liew
2022-07-18
1
-2
/
+2
*
net: ag71xx: switch to napi_build_skb() to reuse skbuff_heads
Sieng-Piaw Liew
2022-07-08
1
-5
/
+5
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
3
-12
/
+12
*
atheros/atl1e:fix repeated words in comments
Jilin Yuan
2022-06-30
1
-1
/
+1
*
atheros/atl1c:fix repeated words in comments
Jilin Yuan
2022-06-30
1
-1
/
+1
*
net: ag71xx: fix discards 'const' qualifier warning
Oleksij Rempel
2022-06-17
1
-1
/
+1
*
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-1
/
+2
*
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-05-06
1
-1
/
+1
*
atl1c: remove redundant assignment to variable size
Colin Ian King
2022-03-18
1
-1
/
+1
*
alx: acquire mutex for alx_reinit in alx_change_mtu
Niels Dossche
2022-03-11
1
-1
/
+4
*
atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
Gatis Peisenieks
2022-02-11
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
1
-15
/
+8
|
\
|
*
net: ag71xx: Fix a potential double free in error handling paths
Christophe JAILLET
2021-12-28
1
-15
/
+8
*
|
net: ag71xx: remove unnecessary legacy methods
Russell King (Oracle)
2021-12-09
1
-13
/
+0
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
|
net: ag71xx: use phylink_generic_validate()
Russell King (Oracle)
2021-11-18
1
-28
/
+3
*
|
net: ag71xx: remove interface checks in ag71xx_mac_validate()
Russell King (Oracle)
2021-11-18
1
-40
/
+1
*
|
net: ag71xx: populate supported_interfaces member
Russell King
2021-11-18
1
-0
/
+26
*
|
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-11-17
1
-1
/
+1
|
/
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-5
/
+3
*
ethernet: make use of eth_hw_addr_random() where appropriate
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
6
-9
/
+9
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: atl1c: Fix a function name in print messages
Cai Huoqing
2021-09-27
1
-1
/
+1
*
net: atl1e: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-09-16
1
-4
/
+2
*
net: atl1c: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-09-16
1
-4
/
+2
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
6
-6
/
+6
*
atl1c: fix Mikrotik 10/25G NIC detection
Gatis Peisenieks
2021-07-08
1
-0
/
+5
[next]