summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act
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