aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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