summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin
2023-07-28sfc: Remove support for siena high priority queueMartin Habets
2023-06-12sfc: Add devlink dev info support for EF10Martin Habets
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-17sfc: Fix use-after-free due to selftest_workDing Hui
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2023-03-08sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-08sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-28sfc: 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