aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-58/+20
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing1-3/+3
2021-05-14sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit1-8/+5
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-1/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree1-0/+1
2020-09-07sfc: remove EFX_DRIVER_VERSIONEdward Cree1-2/+1
2020-09-07sfc: remove phy_op indirectionEdward Cree1-12/+5
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+8
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-5/+0
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski1-70/+2
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree1-3/+0
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree1-0/+3
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree1-0/+4
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-4/+0
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree1-1/+0
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree1-103/+0
2020-06-29sfc: commonise PCI error handlersEdward Cree1-91/+0
2020-06-29sfc: track which BAR is mappedEdward Cree1-2/+2
2020-06-29sfc: commonise FC advertisingEdward Cree1-24/+0
2020-02-19sfc: remove unused variable 'efx_default_channel_type'YueHaibing1-1/+0
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