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