summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-5/+0
* | sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+8
|/
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-231-70/+2
* sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2020-07-021-3/+0
* sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree2020-07-021-0/+3
* sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree2020-07-021-0/+4
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-021-4/+0
* sfc: commonise efx->[rt]xq_entries initialisationEdward Cree2020-06-301-1/+0
* sfc: commonise miscellaneous efx functionsEdward Cree2020-06-301-103/+0
* sfc: commonise PCI error handlersEdward Cree2020-06-301-91/+0
* sfc: track which BAR is mappedEdward Cree2020-06-301-2/+2
* sfc: commonise FC advertisingEdward Cree2020-06-301-24/+0
* sfc: remove unused variable 'efx_default_channel_type'YueHaibing2020-02-201-1/+0
* 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-231-19/+18
|\
| * sfc: fix channel allocation with brute forceEdward Cree2019-12-211-19/+18
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree2019-11-231-4/+4
* sfc: change ARFS expiry mechanismEdward Cree2019-11-231-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