aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-0/+3
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper1-45/+20
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper1-3/+15
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-1/+1
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper1-1/+3
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren1-1/+26
2020-09-21sfc: Fix error code in probeDan Carpenter1-0/+1
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree1-0/+2
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+541