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