aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-0/+1
2022-07-28net/mlx5e: Make mlx5e_tc_table privateLama Kayal1-0/+4
2022-07-02net/mlx5e: TC, Support offloading police actionJianbo Liu1-0/+2
2022-07-02net/mlx5e: Add post meter table for flow meteringJianbo Liu1-0/+1
2022-07-02net/mlx5e: Add generic macros to use metadata register mappingJianbo Liu1-0/+4
2022-07-02net/mlx5e: Prepare for flow meter offload if hardware supports itJianbo Liu1-0/+1
2022-05-17net/mlx5: Support multiport eswitch modeEli Cohen1-0/+7
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-1/+2
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+7
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan1-3/+1
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan1-0/+1
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan1-0/+16
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan1-1/+1
2022-01-27net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan1-2/+2
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan1-1/+0
2021-11-16net/mlx5e: Refactor mod header management APIPaul Blakey1-5/+0
2021-10-29net/mlx5e: Offload tc rules that redirect to ovs internal portAriel Levkovich1-0/+6
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich1-0/+3
2021-10-29net/mlx5e: Use generic name for the forwarding dev pointerAriel Levkovich1-1/+1
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi1-0/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-06-09net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov1-0/+3
2021-05-27net/mlx5e: TC: Reserved bit 31 of REG_C1 for IPsec offloadHuy Nguyen1-1/+1
2021-05-27net/mlx5e: TC: Use bit counts for register mappingPaul Blakey1-3/+3
2021-03-10net/mlx5e: Check correct ip_version in decapsulation route resolutionRoi Dayan1-0/+1
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-1/+1
2021-02-05net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov1-0/+15
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov1-0/+2
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov1-1/+1
2021-02-05net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov1-0/+4
2021-02-05net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov1-0/+14
2021-02-05net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-0/+1
2020-11-17net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skbHuy Nguyen1-0/+3
2020-09-23net/mlx5e: Support CT offload for tc nic flowsAriel Levkovich1-0/+26
2020-09-23net/mlx5e: Add tc chains offload support for nic flowsAriel Levkovich1-1/+33
2020-09-23net/mlx5: Refactor tc flow attributes structureAriel Levkovich1-2/+34
2020-09-23net/mlx5e: Split nic tc flow allocation and creationAriel Levkovich1-0/+7
2020-07-09net/mlx5e: CT: Expand tunnel register mappingsPaul Blakey1-2/+2
2020-07-09net/mlx5e: Export sharing of mod headers to a new filePaul Blakey1-6/+0
2020-07-09net/mlx5e: CT: Restore ct state from lookup in zone instead of tupleidPaul Blakey1-1/+1
2020-07-09net/mlx5e: CT: Don't offload tuple rewrites for established tuplesPaul Blakey1-0/+5
2020-06-25net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACTVlad Buslov1-8/+8
2020-05-27net/mlx5e: Optimize performance for IPv4/IPv6 ethertypeEli Britstein1-2/+3
2020-05-27net/mlx5e: Helper function to set ethertypeEli Britstein1-0/+3
2020-05-22net/mlx5e: Introduce kconfig var for TC supportVlad Buslov1-3/+13
2020-05-22net/mlx5e: Move TC-specific code from en_main.c to en_tc.cVlad Buslov1-0/+7
2020-05-22net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov1-5/+30
2020-03-12net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey1-0/+1
2020-03-12net/mlx5e: CT: Introduce connection trackingPaul Blakey1-0/+8
2020-02-19net/mlx5e: Restore tunnel metadata on missPaul Blakey1-1/+8