summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc
AgeCommit message (Expand)AuthorFilesLines
2022-02-24net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman3-0/+18
2022-02-24net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-01-07net/mlx5e: TC, Remove redundant error loggingRoi Dayan1-8/+0
2021-12-15net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan1-0/+35
2021-12-15net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan1-0/+51
2021-12-15net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan1-0/+4
2021-12-15net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2-2/+6
2021-12-15net/mlx5e: Add redirect ingress to tc action infraRoi Dayan3-1/+81
2021-12-15net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan4-2/+87
2021-12-15net/mlx5e: Add ct to tc action infraRoi Dayan3-1/+60
2021-12-15net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan4-3/+373
2021-12-15net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan3-0/+100
2021-12-15net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan5-3/+289
2021-12-15net/mlx5e: Add pedit to tc action infraRoi Dayan4-4/+205
2021-12-15net/mlx5e: Add csum to tc action infraRoi Dayan3-1/+66
2021-12-15net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan3-0/+75
2021-12-15net/mlx5e: Add goto to tc action infraRoi Dayan3-1/+90
2021-12-15net/mlx5e: Add tc action infrastructureRoi Dayan6-0/+251
2021-11-17net/mlx5e: Refactor mod header management APIPaul Blakey1-2/+3
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich2-0/+522
2021-10-29net/mlx5: CT: Remove warning of ignore_flow_level support for VFsPaul Blakey1-7/+6
2021-10-29net/mlx5: Add esw assignment back in mlx5e_tc_sample_unoffload()Nathan Chancellor1-0/+1
2021-10-25net/mlx5: Remove unnecessary checks for slow path flagPaul Blakey1-16/+1
2021-10-05net/mlx5e: TC, Refactor sample offload error flowRoi Dayan1-16/+5
2021-09-24net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan1-0/+27
2021-08-20net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi2-86/+212
2021-08-20net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi2-2/+5
2021-08-20net/mlx5e: Refactor ct to use post action infrastructureChris Mi2-0/+120
2021-08-20net/mlx5e: Introduce post action infrastructureChris Mi2-0/+79
2021-08-20net/mlx5e: Move sample attribute to flow attributeChris Mi1-13/+14
2021-08-20net/mlx5e: Move esw/sample to en/tc/sampleChris Mi2-0/+625