summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Add X4 PF supportJonathan Cooper2024-09-111-0/+4
* sfc: use new rxfh_context APIEdward Cree2024-06-281-1/+1
* sfc: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-051-5/+19
* sfc: Remove support for siena high priority queueMartin Habets2023-07-281-1/+0
* sfc: Add devlink dev info support for EF10Martin Habets2023-06-121-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+0
|\
| * sfc: Fix use-after-free due to selftest_workDing Hui2023-04-171-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-10/+7
|\|
| * sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2023-03-241-10/+7
* | sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-5/+0
|/
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+4
|\
| * sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2023-02-081-4/+4
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* | sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet2023-01-281-1/+4
|/
* sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET2022-11-011-2/+6
* sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2022-09-131-0/+12
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* 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