summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/alx
Commit message (Expand)AuthorAgeFilesLines
* 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: fix missing unlock on error in alx_set_pauseparam()Pu Lehui2021-05-141-1/+3
* | alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-133-29/+76
|/
* 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
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+3
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-052-2/+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-112-80/+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
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-1/+0
* 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-152-95/+93
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-151-21/+78
* alx: extend data structures for multi queue supportTobias Regnery2016-11-151-0/+31
* alx: refactor descriptor allocationTobias Regnery2016-11-151-44/+53
* net: alx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-24/+35
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-182-8/+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-094-8/+184
* alx: factor out part of the interrupt handlerTobias Regnery2016-09-091-14/+20
* alx: refactor msi enablement and disablementTobias Regnery2016-09-092-9/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-0/+3
|\
| * Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
* | alx: add tso supportTobias Regnery2016-08-261-4/+71
|/