index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
atheros
/
alx
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+5
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2024-04-25
net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
-1
/
+1
2023-08-22
alx: fix OOB-read compiler warning
GONG, Ruiqi
-3
/
+2
2023-03-08
alx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
-4
/
+0
2022-12-19
net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Christoph Heiss
-8
/
+2
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+5
2022-09-29
eth: alx: take rtnl_lock on resume
Jakub Kicinski
-0
/
+5
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-1
/
+1
2022-03-11
alx: acquire mutex for alx_reinit in alx_change_mtu
Niels Dossche
-1
/
+4
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-1
/
+1
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2021-06-11
alx: Fix an error handling path in 'alx_probe()'
Christophe JAILLET
-0
/
+1
2021-05-17
alx: fix a double unlock in alx_probe()
Dan Carpenter
-1
/
+1
2021-05-14
alx: fix missing unlock on error in alx_set_pauseparam()
Pu Lehui
-1
/
+3
2021-05-13
alx: use fine-grained locking instead of RTNL
Johannes Berg
-29
/
+76
2021-04-30
net: atheros: nic-devel@qualcomm.com is dead
Johannes Berg
-1
/
+1
2021-03-05
ethernet: alx: fix order of calls on resume
Jakub Kicinski
-2
/
+5
2020-06-15
net: alx: fix race condition in alx_remove
Zekun Shen
-4
/
+5
2020-02-19
net: atheros: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
-4
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
-1
/
+1
2019-07-23
net: atheros: Use dev_get_drvdata
Chuhong Yuan
-4
/
+2
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
-3
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
-4
/
+3
2018-11-05
net: alx: make alx_drv_name static
Rasmus Villemoes
-2
/
+1
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
-2
/
+0
2018-07-04
net: alx: remove redundant variable old_duplex
Colin Ian King
-2
/
+0
2018-06-30
alx: take rtnl before calling __alx_open from resume
Sabrina Dubroca
-1
/
+7
2017-05-05
net: alx: handle pci_alloc_irq_vectors return correctly
Rakesh Pandit
-2
/
+2
2017-04-11
net: alx: switch to pci_alloc_irq_vectors
Christoph Hellwig
-80
/
+54
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
-1
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+8
2017-01-24
alx: work around hardware bug in interrupt fallback path
Tobias Regnery
-2
/
+6
2017-01-24
alx: fix fallback to msi or legacy interrupts
Tobias Regnery
-0
/
+1
2017-01-24
alx: fix wrong condition to free descriptor memory
Tobias Regnery
-1
/
+1
2017-01-09
alx: add feature flag for rx checksumming
Tobias Regnery
-0
/
+1
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
-4
/
+2
2016-12-16
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
-1
/
+0
2016-11-15
alx: enable multiple tx queues
Tobias Regnery
-2
/
+6
2016-11-15
alx: enable msi-x interrupts by default
Tobias Regnery
-5
/
+1
2016-11-15
alx: prepare tx path for multi queue support
Tobias Regnery
-13
/
+45
2016-11-15
alx: prepare resource allocation for multi queue support
Tobias Regnery
-52
/
+97
2016-11-15
alx: prepare interrupt functions for multiple queues
Tobias Regnery
-27
/
+105
2016-11-15
alx: switch to per queue data structures
Tobias Regnery
-95
/
+93
2016-11-15
alx: add ability to allocate and free alx_napi structures
Tobias Regnery
-21
/
+78
[next]