summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28sfc: Remove support for siena high priority queueMartin Habets1-1/+0
2023-06-12sfc: Add devlink dev info support for EF10Martin Habets1-0/+9
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-04-17sfc: Fix use-after-free due to selftest_workDing Hui1-1/+0
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+7
2023-03-25sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet1-10/+7
2023-03-09sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-11Daniel Borkmann says:Jakub Kicinski1-0/+4
2023-02-08sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi1-4/+4
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
2023-01-28sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet1-1/+4
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET1-2/+6
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren1-0/+12
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper1-1/+1
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper1-4/+16
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-10/+10
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper1-1/+2
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper1-1/+2
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper1-16/+13
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-05-04sfc: Disable Siena supportMartin Habets1-17/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-24sfc: use DEVICE_ATTR_*() macroYueHaibing1-3/+3
2021-05-15sfc: 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-12sfc: advertise encapsulated offloads on EF10Edward Cree1-0/+1
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree1-2/+1
2020-09-08sfc: remove phy_op indirectionEdward Cree1-12/+5
2020-08-04Merge 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-26bpf, 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-03sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree1-3/+0
2020-07-03sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree1-0/+3
2020-07-03sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree1-0/+4
2020-07-03sfc: 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-30sfc: commonise PCI error handlersEdward Cree1-91/+0
2020-06-30sfc: track which BAR is mappedEdward Cree1-2/+2
2020-06-30sfc: commonise FC advertisingEdward Cree1-24/+0
2020-02-20sfc: remove unused variable 'efx_default_channel_type'YueHaibing1-1/+0