summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/mae.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree1-1/+2
2023-10-06sfc: support TC rules which require OR-AR-CT-AR flowEdward Cree1-0/+53
2023-10-06sfc: support TC left-hand-side rules on foreign netdevsEdward Cree1-2/+4
2023-08-27sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren1-2/+4
2023-08-27sfc: introduce ethernet pedit set action infrastructurePieter Jansen van Vuuren1-4/+79
2023-08-09sfc: offload left-hand side rules for conntrackEdward Cree1-0/+287
2023-08-09sfc: conntrack state matches in TC rulesEdward Cree1-4/+29
2023-08-09sfc: functions to insert/remove conntrack entries to MAE hardwareEdward Cree1-0/+257
2023-08-09sfc: add MAE table machinery for conntrack tableEdward Cree1-0/+250
2023-06-10sfc: MAE functions to create/update/delete encap headersEdward Cree1-2/+88
2023-06-10sfc: add function to atomically update a rule in the MAEEdward Cree1-0/+23
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree1-1/+13
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree1-1/+15
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree1-2/+23
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree1-0/+105
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree1-2/+95
2023-03-11sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree1-0/+16
2023-02-21sfc: clean up some inconsistent indentingsYang Li1-2/+2
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero1-1/+26
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero1-0/+191
2022-11-16sfc: attach an MAE counter to TC actions that need itEdward Cree1-2/+6
2022-11-16sfc: add functions to allocate/free MAE countersEdward Cree1-0/+51
2022-11-16sfc: add ef100 MAE counter support functionsEdward Cree1-0/+111
2022-11-05sfc: add Layer 4 matches to ef100 TC offloadEdward Cree1-0/+15
2022-11-05sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree1-0/+25
2022-11-05sfc: add Layer 3 matches to ef100 TC offloadEdward Cree1-0/+39
2022-11-05sfc: add Layer 2 matches to ef100 TC offloadEdward Cree1-1/+36
2022-11-05sfc: check recirc_id match caps before MAE offloadEdward Cree1-0/+17
2022-10-19sfc: use formatted extacks instead of efx_tc_err()Edward Cree1-3/+2
2022-09-28sfc: bare bones TC offload on EF100Edward Cree1-0/+109
2022-09-28sfc: interrogate MAE capabilities at probe timeEdward Cree1-0/+56
2022-07-30sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree1-0/+37
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-1/+256
2022-07-30sfc: determine wire m-port at EF100 PF probe timeEdward Cree1-0/+10
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree1-0/+44