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