summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx_common.c
AgeCommit message (Expand)Author
2023-04-17sfc: Fix use-after-free due to selftest_workDing Hui
2022-12-06sfc: use sysfs_emit() to instead of scnprintf()ye xingchen
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper
2022-06-29sfc: Unsplit literal string.Jonathan Cooper
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-07sfc: simplify DMA mask settingEdward Cree
2020-09-07sfc: remove phy_op indirectionEdward Cree
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: commonise initialisation of efx->vport_idEdward 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-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)
2020-01-10sfc: move various functionsAlex Maftei (amaftei)
2020-01-10sfc: refactor selftest work init codeAlex Maftei (amaftei)
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)
2020-01-09sfc: conditioned some functionalityAlex Maftei (amaftei)
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)