summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: neighbour lookup for TC encap action offloadEdward Cree2023-06-101-0/+34
* sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren2023-05-261-6/+45
* sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren2023-05-121-1/+3
* sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero2023-02-161-0/+10
* sfc: add devlink port support for ef100Alejandro Lucero2023-02-161-0/+10
* sfc: add devlink support for ef100Alejandro Lucero2023-02-161-0/+10
* sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong2022-11-221-0/+1
* sfc: bind blocks for TC offload on EF100Edward Cree2022-09-281-0/+4
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-291-0/+4
* sfc: attach/detach EF100 representors along with their owning PFEdward Cree2022-07-221-0/+3
* sfc: hook up ef100 representor TXEdward Cree2022-07-221-1/+10
* sfc: add skeleton ef100 VF representorsEdward Cree2022-07-221-1/+1
* sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper2022-06-291-3/+113
* sfc: Separate efx_nic memory from net_device memoryJonathan Cooper2022-06-291-1/+1
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-4/+4
* sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper2022-06-291-1/+1
* sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper2022-06-291-1/+5
* sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree2020-09-071-0/+4
* sfc_ef100: statistics gatheringEdward Cree2020-08-031-0/+6
* sfc_ef100: RX filter table management and related gubbinsEdward Cree2020-08-031-0/+10
* sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing2020-07-301-1/+0
* sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-271-0/+2
* sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-271-0/+143
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+129