aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/helgaas/pciLinus 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