summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25net/mlx5: Fix post parse infra to only parse every action onceVlad Buslov1-1/+6
2023-04-06net/mlx5e: TC, Remove CT action reorderingPaul Blakey1-20/+0
2022-12-09net/mlx5e: TC, add terminating actionsOz Shlomo1-1/+1
2022-11-09net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan1-60/+32
2022-07-02net/mlx5e: TC, Support offloading police actionJianbo Liu1-1/+1
2022-07-02net/mlx5e: Add flow_action to parse stateJianbo Liu1-1/+1
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-03-17net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman1-0/+1
2022-03-17net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman1-0/+6
2022-02-17net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-0/+73
2021-12-15net/mlx5e: Add redirect ingress to tc action infraRoi Dayan1-1/+1
2021-12-15net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan1-2/+2
2021-12-15net/mlx5e: Add ct to tc action infraRoi Dayan1-1/+8
2021-12-15net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan1-3/+3
2021-12-15net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan1-0/+11
2021-12-15net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan1-3/+3
2021-12-15net/mlx5e: Add pedit to tc action infraRoi Dayan1-4/+4
2021-12-15net/mlx5e: Add csum to tc action infraRoi Dayan1-1/+4
2021-12-15net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan1-0/+9
2021-12-15net/mlx5e: Add goto to tc action infraRoi Dayan1-1/+2
2021-12-15net/mlx5e: Add tc action infrastructureRoi Dayan1-0/+72