summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/alx/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7 days1-1/+1
|\
| * net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
|/
* alx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-4/+0
* net: alx: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Christoph Heiss2022-12-191-8/+2
* 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-281-1/+1
|/
* alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche2022-03-111-1/+4
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* 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
* | alx: fix a double unlock in alx_probe()Dan Carpenter2021-05-171-1/+1
* | alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-131-25/+61
|/
* net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2021-04-301-1/+1
* ethernet: alx: fix order of calls on resumeJakub Kicinski2021-03-051-2/+5
* net: alx: fix race condition in alx_removeZekun Shen2020-06-151-4/+5
* net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+3
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-051-1/+1
* PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* net: alx: remove redundant variable old_duplexColin Ian King2018-07-041-2/+0
* alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
* net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-111-74/+54
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-3/+8
|\
| * alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
| * alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
| * alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
* | alx: add feature flag for rx checksummingTobias Regnery2017-01-091-0/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* alx: enable multiple tx queuesTobias Regnery2016-11-151-2/+6
* alx: enable msi-x interrupts by defaultTobias Regnery2016-11-151-5/+1
* alx: prepare tx path for multi queue supportTobias Regnery2016-11-151-13/+45
* alx: prepare resource allocation for multi queue supportTobias Regnery2016-11-151-52/+97
* alx: prepare interrupt functions for multiple queuesTobias Regnery2016-11-151-27/+105
* alx: switch to per queue data structuresTobias Regnery2016-11-151-90/+93
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-151-21/+78
* alx: refactor descriptor allocationTobias Regnery2016-11-151-44/+53
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-7/+3
* alx: fix error handling in __alx_openTobias Regnery2016-09-151-1/+3
* alx: add module parameter to enable msi-x supportTobias Regnery2016-09-091-1/+4
* alx: add msi-x supportTobias Regnery2016-09-091-8/+164
* alx: factor out part of the interrupt handlerTobias Regnery2016-09-091-14/+20