summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper2022-06-291-1/+1
* sfc: Separate efx_nic memory from net_device memoryJonathan Cooper2022-06-291-4/+16
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-10/+10
* sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper2022-06-291-1/+2
* sfc: Remove netdev init from efx_init_structJonathan Cooper2022-06-291-1/+2
* sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper2022-06-291-16/+13
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* sfc: Disable Siena supportMartin Habets2022-05-041-17/+0
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-58/+20
|\
| * sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-51/+14
| * sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-15/+14
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-231-3/+3
* sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit2021-05-141-8/+5
* PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-1/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* sfc: advertise encapsulated offloads on EF10Edward Cree2020-09-111-0/+1
* sfc: remove EFX_DRIVER_VERSIONEdward Cree2020-09-071-2/+1
* sfc: remove phy_op indirectionEdward Cree2020-09-071-12/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-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-291-91/+0
* sfc: track which BAR is mappedEdward Cree2020-06-291-2/+2
* sfc: commonise FC advertisingEdward Cree2020-06-291-24/+0
* sfc: remove unused variable 'efx_default_channel_type'YueHaibing2020-02-191-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