aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: remove duplicated include from efx.cYueHaibing2020-01-161-1/+0
* sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-200/+0
* sfc: move yet more functionsAlex Maftei (amaftei)2020-01-101-45/+0
* sfc: move RSS codeAlex Maftei (amaftei)2020-01-101-65/+1
* sfc: move various functionsAlex Maftei (amaftei)2020-01-101-11/+0
* sfc: move MCDI logging device attributeAlex Maftei (amaftei)2020-01-091-37/+3
* sfc: move some port link state/caps codeAlex Maftei (amaftei)2020-01-091-15/+0
* sfc: move common rx codeAlex Maftei (amaftei)2020-01-081-11/+0
* sfc: move event queue management codeAlex Maftei (amaftei)2020-01-081-92/+0
* sfc: move channel interrupt management codeAlex Maftei (amaftei)2020-01-081-316/+0
* sfc: move channel alloc/removal codeAlex Maftei (amaftei)2020-01-081-420/+0
* sfc: move channel start/stop codeAlex Maftei (amaftei)2020-01-081-119/+0
* sfc: move some channel-related codeAlex Maftei (amaftei)2020-01-081-169/+0
* sfc: move struct init and fini codeAlex Maftei (amaftei)2020-01-081-371/+4
* sfc: move some device reset codeAlex Maftei (amaftei)2020-01-081-227/+0
* sfc: move datapath management codeAlex Maftei (amaftei)2020-01-081-303/+7
* sfc: move mac configuration and status functionsAlex Maftei (amaftei)2020-01-081-44/+0
* sfc: move reset workqueue codeAlex Maftei (amaftei)2020-01-081-15/+7
* sfc: further preparation for code splitAlex Maftei (amaftei)2020-01-081-23/+8
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-51/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-19/+18
|\
| * sfc: fix channel allocation with brute forceEdward Cree2019-12-201-19/+18
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree2019-11-221-4/+4
* sfc: change ARFS expiry mechanismEdward Cree2019-11-221-3/+5
* sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan2019-10-311-0/+14
* sfc: allocate channels for XDP tx queuesCharles McLachlan2019-10-311-32/+148
* sfc: Enable setting of xdp_progCharles McLachlan2019-10-311-0/+70
* sfc: perform XDP processing on received packetsCharles McLachlan2019-10-311-1/+4
* sfc: Use dev_get_drvdata where possibleChuhong Yuan2019-07-241-5/+5
* sfc: Remove 'PCIE error reporting unavailable'Martin Habets2019-07-081-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: ensure recovery after allocation failuresRobert Stonehouse2019-02-141-1/+1
* sfc: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
* | sfc: remove ndo_poll_controllerEric Dumazet2018-09-281-26/+0
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-9/+8
|\
| * sfc: hold filter_sem consistently during resetBert Kenward2018-07-121-9/+8
* | sfc: batch up RX deliveryEdward Cree2018-07-041-0/+12
|/
* sfc: make function efx_rps_hash_bucket staticColin Ian King2018-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-0/+143
| |\
| * | sfc: set and clear interrupt affinity hintsBert Kenward2018-04-201-0/+36
* | | x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-3/+2
| |/ |/|
* | sfc: ARFS filter IDsEdward Cree2018-04-241-0/+143
|/
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-271-2/+12
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-271-1/+0
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-1/+14
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-081-6/+59