aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29sfc: insert default MAE rules to connect VFs to representorsGravatar Edward Cree 1-0/+3
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeGravatar Jonathan Cooper 1-45/+20
2022-06-29sfc: Separate efx_nic memory from net_device memoryGravatar Jonathan Cooper 1-3/+15
2022-06-29sfc: Encapsulate access to netdev_priv()Gravatar Jonathan Cooper 1-1/+1
2022-06-29sfc: Remove netdev init from efx_init_structGravatar Jonathan Cooper 1-1/+3
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsGravatar Pieter Jansen van Vuuren 1-1/+26
2020-09-21sfc: Fix error code in probeGravatar Dan Carpenter 1-0/+1
2020-08-20sfc: fix build warnings on 32-bitGravatar Edward Cree 1-4/+4
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themGravatar Edward Cree 1-0/+2
2020-07-27sfc: skeleton EF100 PF driverGravatar Edward Cree 1-0/+541