aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-1/+2
2022-08-22net/mlx5e: TC, Add missing policer validationRoi Dayan1-0/+4
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-1/+1
2022-07-28net/mlx5e: Make mlx5e_tc_table privateLama Kayal1-1/+1
2022-07-28net/mlx5e: TC, Support tc action api for policeRoi Dayan2-7/+103
2022-07-13net/mlx5e: Extend flower police validationVlad Buslov1-0/+6
2022-07-02net/mlx5e: TC, Support offloading police actionJianbo Liu3-1/+63
2022-07-02net/mlx5e: Add flow_action to parse stateJianbo Liu3-3/+3
2022-05-17net/mlx5: Support multiport eswitch modeEli Cohen1-0/+14
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich1-2/+32
2022-03-16net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman4-0/+10
2022-03-16net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman8-63/+38
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-0/+24
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman3-0/+18
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-16net/mlx5e: TC, Allow sample action with CTRoi Dayan2-9/+5
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan7-14/+7
2022-02-16net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan3-0/+47
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan2-0/+97
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan1-0/+1
2022-02-16net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King1-1/+1
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan2-0/+2
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan2-2/+2
2022-01-27net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan1-2/+3
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan1-6/+1
2022-01-27net/mlx5e: TC, Reject rules with multiple CT actionsRoi Dayan2-0/+11
2022-01-27net/mlx5e: TC, Pass attr to tc_act can_offload()Roi Dayan18-32/+51
2022-01-27net/mlx5e: TC, Move pedit_headers_action to parse_attrRoi Dayan6-18/+9
2022-01-06net/mlx5e: TC, Remove redundant error loggingRoi Dayan1-8/+0
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan1-0/+35
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan1-0/+51
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan1-0/+4
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2-2/+6
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan3-1/+81
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan4-2/+87
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan3-1/+60
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan4-3/+373
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan3-0/+100
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan5-3/+289
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan4-4/+205
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan3-1/+66
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan3-0/+75
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan3-1/+90
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan6-0/+251