aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2023-04-26sfc: Fix use-after-free due to selftest_workDing Hui
2023-04-06sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2023-02-09sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-04sfc: Disable Siena supportMartin Habets
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing
2021-05-14sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-07sfc: remove EFX_DRIVER_VERSIONEdward Cree
2020-09-07sfc: remove phy_op indirectionEdward Cree
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree
2020-06-29sfc: commonise PCI error handlersEdward Cree
2020-06-29sfc: track which BAR is mappedEdward Cree
2020-06-29sfc: commonise FC advertisingEdward Cree
2020-02-19sfc: remove unused variable 'efx_default_channel_type'YueHaibing
2020-01-16sfc: remove duplicated include from efx.cYueHaibing
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)
2020-01-10sfc: move various functionsAlex Maftei (amaftei)
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)
2020-01-09sfc: move some port link state/caps codeAlex Maftei (amaftei)
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)