index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
atheros
/
alx
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-21
1
-1
/
+1
|
\
|
*
net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
2024-04-25
1
-1
/
+1
*
|
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
|
/
*
alx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2023-03-09
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-10-04
1
-0
/
+5
|
\
|
*
eth: alx: take rtnl_lock on resume
Jakub Kicinski
2022-09-30
1
-0
/
+5
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-1
/
+1
|
/
*
alx: acquire mutex for alx_reinit in alx_change_mtu
Niels Dossche
2022-03-12
1
-1
/
+4
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-0
/
+1
|
\
|
*
alx: Fix an error handling path in 'alx_probe()'
Christophe JAILLET
2021-06-11
1
-0
/
+1
*
|
alx: fix a double unlock in alx_probe()
Dan Carpenter
2021-05-18
1
-1
/
+1
*
|
alx: use fine-grained locking instead of RTNL
Johannes Berg
2021-05-13
1
-25
/
+61
|
/
*
net: atheros: nic-devel@qualcomm.com is dead
Johannes Berg
2021-05-01
1
-1
/
+1
*
ethernet: alx: fix order of calls on resume
Jakub Kicinski
2021-03-06
1
-2
/
+5
*
net: alx: fix race condition in alx_remove
Zekun Shen
2020-06-15
1
-4
/
+5
*
net: atheros: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
1
-4
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: atheros: Use dev_get_drvdata
Chuhong Yuan
2019-07-23
1
-4
/
+2
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-3
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-4
/
+3
*
net: alx: make alx_drv_name static
Rasmus Villemoes
2018-11-06
1
-1
/
+1
*
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
2018-10-02
1
-2
/
+0
*
net: alx: remove redundant variable old_duplex
Colin Ian King
2018-07-04
1
-2
/
+0
*
alx: take rtnl before calling __alx_open from resume
Sabrina Dubroca
2018-06-30
1
-1
/
+7
*
net: alx: handle pci_alloc_irq_vectors return correctly
Rakesh Pandit
2017-05-05
1
-2
/
+2
*
net: alx: switch to pci_alloc_irq_vectors
Christoph Hellwig
2017-04-11
1
-74
/
+54
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
1
-3
/
+8
|
\
|
*
alx: work around hardware bug in interrupt fallback path
Tobias Regnery
2017-01-24
1
-2
/
+6
|
*
alx: fix fallback to msi or legacy interrupts
Tobias Regnery
2017-01-24
1
-0
/
+1
|
*
alx: fix wrong condition to free descriptor memory
Tobias Regnery
2017-01-24
1
-1
/
+1
*
|
alx: add feature flag for rx checksumming
Tobias Regnery
2017-01-09
1
-0
/
+1
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
|
/
*
alx: enable multiple tx queues
Tobias Regnery
2016-11-16
1
-2
/
+6
*
alx: enable msi-x interrupts by default
Tobias Regnery
2016-11-16
1
-5
/
+1
*
alx: prepare tx path for multi queue support
Tobias Regnery
2016-11-16
1
-13
/
+45
*
alx: prepare resource allocation for multi queue support
Tobias Regnery
2016-11-16
1
-52
/
+97
*
alx: prepare interrupt functions for multiple queues
Tobias Regnery
2016-11-16
1
-27
/
+105
*
alx: switch to per queue data structures
Tobias Regnery
2016-11-16
1
-90
/
+93
*
alx: add ability to allocate and free alx_napi structures
Tobias Regnery
2016-11-16
1
-21
/
+78
*
alx: refactor descriptor allocation
Tobias Regnery
2016-11-16
1
-44
/
+53
*
ethernet/atheros: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-7
/
+3
*
alx: fix error handling in __alx_open
Tobias Regnery
2016-09-16
1
-1
/
+3
*
alx: add module parameter to enable msi-x support
Tobias Regnery
2016-09-10
1
-1
/
+4
*
alx: add msi-x support
Tobias Regnery
2016-09-10
1
-8
/
+164
*
alx: factor out part of the interrupt handler
Tobias Regnery
2016-09-10
1
-14
/
+20
[next]