summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx_common.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06sfc: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree1-0/+36
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree1-0/+2
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper1-21/+17
2022-06-29sfc: Unsplit literal string.Jonathan Cooper1-2/+2
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-9/+9
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper1-4/+1
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper1-2/+4
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper1-5/+5
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets1-2/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing1-5/+7
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree1-0/+1
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree1-1/+1
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree1-0/+84
2020-09-07sfc: simplify DMA mask settingEdward Cree1-11/+1
2020-09-07sfc: remove phy_op indirectionEdward Cree1-22/+4
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree1-3/+8
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree1-0/+1
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-0/+1
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-6/+6
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree1-0/+1
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree1-0/+3
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree1-0/+102
2020-06-29sfc: commonise PCI error handlersEdward Cree1-0/+91
2020-06-29sfc: track which BAR is mappedEdward Cree1-7/+12
2020-06-29sfc: commonise FC advertisingEdward Cree1-0/+24
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer1-4/+5
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1102
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)1-0/+45
2020-01-10sfc: move various functionsAlex Maftei (amaftei)1-0/+10
2020-01-10sfc: refactor selftest work init codeAlex Maftei (amaftei)1-1/+1
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)1-0/+39
2020-01-09sfc: conditioned some functionalityAlex Maftei (amaftei)1-19/+28
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)1-11/+0
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)1-69/+0
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)1-0/+411
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)1-0/+237
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)1-0/+328
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)1-0/+45
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)1-0/+58