aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-200/+0
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)1-45/+0
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)1-65/+1
2020-01-10sfc: move various functionsAlex Maftei (amaftei)1-11/+0
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)1-37/+3
2020-01-09sfc: move some port link state/caps codeAlex Maftei (amaftei)1-15/+0
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-11/+0
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)1-92/+0
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)1-316/+0
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)1-420/+0
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)1-119/+0
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)1-169/+0
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)1-371/+4
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)1-227/+0
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)1-303/+7
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)1-44/+0
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)1-15/+7
2020-01-08sfc: further preparation for code splitAlex Maftei (amaftei)1-23/+8
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-51/+40
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+18
2019-12-20sfc: fix channel allocation with brute forceEdward Cree1-19/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree1-4/+4
2019-11-22sfc: change ARFS expiry mechanismEdward Cree1-3/+5
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan1-0/+14
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan1-32/+148
2019-10-31sfc: Enable setting of xdp_progCharles McLachlan1-0/+70
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan1-1/+4
2019-07-24sfc: Use dev_get_drvdata where possibleChuhong Yuan1-5/+5
2019-07-08sfc: Remove 'PCIE error reporting unavailable'Martin Habets1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-14sfc: ensure recovery after allocation failuresRobert Stonehouse1-1/+1
2018-11-12sfc: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-8/+0
2018-09-28sfc: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-9/+8
2018-07-12sfc: hold filter_sem consistently during resetBert Kenward1-9/+8
2018-07-04sfc: batch up RX deliveryEdward Cree1-0/+12
2018-06-24sfc: make function efx_rps_hash_bucket staticColin Ian King1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+36
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig1-3/+2
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+143
2018-04-24sfc: ARFS filter IDsEdward Cree1-0/+143
2018-04-20sfc: set and clear interrupt affinity hintsBert Kenward1-0/+36
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-2/+12
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree1-1/+0
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-1/+14
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-6/+59