summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-15net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()Amir Tzin1-2/+0
2023-02-21net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey1-0/+6
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey1-2/+2
2023-02-21net/mlx5: Refactor tc miss handling to a single functionPaul Blakey1-2/+9
2023-02-21net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey1-2/+0
2023-02-15net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan1-6/+0
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo1-0/+2
2023-02-14net/mlx5e: TC, store tc action cookies per attrOz Shlomo1-0/+2
2023-01-18net/mlx5e: Support Geneve and GRE with VF tunnel offloadMaor Dickman1-2/+0
2023-01-18net/mlx5e: TC, Use common function allocating flow mod hdr or encap mod hdrRoi Dayan1-3/+7
2023-01-18net/mlx5e: TC, Pass flow attr to attach/detach mod hdr functionsRoi Dayan1-0/+2
2022-12-09net/mlx5e: TC, add support for meter mtu offloadOz Shlomo1-0/+1
2022-12-09net/mlx5e: TC, initialize branching action with target attrOz Shlomo1-0/+2
2022-12-09net/mlx5e: TC, initialize branch flow attributesOz Shlomo1-0/+2
2022-11-30net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-08-23net/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-18net/mlx5: Support multiport eswitch modeEli Cohen1-0/+7
2022-02-17net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-1/+2
2022-02-17net/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-15net/mlx5e: Add goto to tc action infraRoi Dayan1-1/+0
2021-11-17net/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-20net/mlx5e: Move sample attribute to flow attributeChris Mi1-0/+1
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-06-10net/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-06net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-1/+1
2021-02-06net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov1-0/+15
2021-02-06net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov1-0/+2
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov1-1/+1
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov1-0/+4
2021-02-06net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov1-0/+14
2021-02-06net/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-24net/mlx5e: Support CT offload for tc nic flowsAriel Levkovich1-0/+26
2020-09-24net/mlx5e: Add tc chains offload support for nic flowsAriel Levkovich1-1/+33