aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/sfc/ef100_rep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-16sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero1-0/+8
2023-02-16sfc: add devlink port support for ef100Alejandro Lucero1-0/+22
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero1-4/+1
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero1-0/+22
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-28sfc: add a hashtable for offloaded TC rulesEdward Cree1-1/+1
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree1-0/+16
2022-07-29sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree1-0/+27
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-4/+16
2022-07-29sfc: receive packets from EF100 VFs into representorsEdward Cree1-0/+19
2022-07-29sfc: ef100 representor RX top halfEdward Cree1-0/+55
2022-07-29sfc: ef100 representor RX NAPI pollEdward Cree1-0/+64
2022-07-29sfc: plumb ef100 representor statsEdward Cree1-0/+14
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree1-2/+9
2022-07-22sfc: hook up ef100 representor TXEdward Cree1-0/+23
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree1-0/+27
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree1-2/+37
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree1-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree1-0/+126