summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-291-0/+3
* sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper2022-06-291-45/+20
* sfc: Separate efx_nic memory from net_device memoryJonathan Cooper2022-06-291-3/+15
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-1/+1
* sfc: Remove netdev init from efx_init_structJonathan Cooper2022-06-291-1/+3
* sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren2022-04-291-1/+26
* sfc: Fix error code in probeDan Carpenter2020-09-211-0/+1
* sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
* sfc_ef100: add nic-type for VFs, and bind to themEdward Cree2020-08-031-0/+2
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+541