aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/alx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-09-29eth: alx: take rtnl_lock on resumeJakub Kicinski1-0/+5
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-03-11alx: acquire mutex for alx_reinit in alx_change_mtuNiels Dossche1-1/+4
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-05-17alx: fix a double unlock in alx_probe()Dan Carpenter1-1/+1
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg1-25/+61
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg1-1/+1
2021-03-05ethernet: alx: fix order of calls on resumeJakub Kicinski1-2/+5
2020-06-15net: alx: fix race condition in alx_removeZekun Shen1-4/+5
2020-02-19net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+3
2018-11-05net: alx: make alx_drv_name staticRasmus Villemoes1-1/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-07-04net: alx: remove redundant variable old_duplexColin Ian King1-2/+0
2018-06-30alx: take rtnl before calling __alx_open from resumeSabrina Dubroca1-1/+7
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit1-2/+2
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig1-74/+54
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2017-01-24alx: work around hardware bug in interrupt fallback pathTobias Regnery1-2/+6
2017-01-24alx: fix fallback to msi or legacy interruptsTobias Regnery1-0/+1
2017-01-24alx: fix wrong condition to free descriptor memoryTobias Regnery1-1/+1
2017-01-09alx: add feature flag for rx checksummingTobias Regnery1-0/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-11-15alx: enable multiple tx queuesTobias Regnery1-2/+6
2016-11-15alx: enable msi-x interrupts by defaultTobias Regnery1-5/+1
2016-11-15alx: prepare tx path for multi queue supportTobias Regnery1-13/+45
2016-11-15alx: prepare resource allocation for multi queue supportTobias Regnery1-52/+97
2016-11-15alx: prepare interrupt functions for multiple queuesTobias Regnery1-27/+105
2016-11-15alx: switch to per queue data structuresTobias Regnery1-90/+93
2016-11-15alx: add ability to allocate and free alx_napi structuresTobias Regnery1-21/+78
2016-11-15alx: refactor descriptor allocationTobias Regnery1-44/+53
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson1-7/+3
2016-09-15alx: fix error handling in __alx_openTobias Regnery1-1/+3
2016-09-09alx: add module parameter to enable msi-x supportTobias Regnery1-1/+4
2016-09-09alx: add msi-x supportTobias Regnery1-8/+164
2016-09-09alx: factor out part of the interrupt handlerTobias Regnery1-14/+20
2016-09-09alx: refactor msi enablement and disablementTobias Regnery1-8/+22
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-29Add Killer E2500 device ID in alx driver.Owen Lin1-0/+2
2016-08-26alx: add tso supportTobias Regnery1-4/+71
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas1-47/+14