aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-0/+4
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree1-0/+3
2022-07-22sfc: hook up ef100 representor TXEdward Cree1-1/+10
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree1-1/+1
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper1-3/+113
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper1-1/+1
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-4/+4
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper1-1/+1
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper1-1/+5
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree1-0/+4
2020-08-03sfc_ef100: statistics gatheringEdward Cree1-0/+6
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree1-0/+10
2020-07-30sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing1-1/+0
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree1-0/+2
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree1-0/+143
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+129