aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Gravatar Zhang Changzhong 1-0/+1
2022-09-28sfc: bind blocks for TC offload on EF100Gravatar Edward Cree 1-0/+4
2022-07-29sfc: insert default MAE rules to connect VFs to representorsGravatar Edward Cree 1-0/+4
2022-07-22sfc: attach/detach EF100 representors along with their owning PFGravatar Edward Cree 1-0/+3
2022-07-22sfc: hook up ef100 representor TXGravatar Edward Cree 1-1/+10
2022-07-22sfc: add skeleton ef100 VF representorsGravatar Edward Cree 1-1/+1
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeGravatar Jonathan Cooper 1-3/+113
2022-06-29sfc: Separate efx_nic memory from net_device memoryGravatar Jonathan Cooper 1-1/+1
2022-06-29sfc: Encapsulate access to netdev_priv()Gravatar Jonathan Cooper 1-4/+4
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Gravatar Jonathan Cooper 1-1/+1
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Gravatar Jonathan Cooper 1-1/+5
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Gravatar Edward Cree 1-0/+4
2020-08-03sfc_ef100: statistics gatheringGravatar Edward Cree 1-0/+6
2020-08-03sfc_ef100: RX filter table management and related gubbinsGravatar Edward Cree 1-0/+10
2020-07-30sfc_ef100: remove duplicated include from ef100_netdev.cGravatar YueHaibing 1-1/+0
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Gravatar Edward Cree 1-0/+2
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingGravatar Edward Cree 1-0/+143
2020-07-27sfc: skeleton EF100 PF driverGravatar Edward Cree 1-0/+129