aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov1-0/+11
2022-03-09net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()Dan Carpenter1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-4/+44
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2022-02-23net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan1-0/+6
2022-02-23net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan1-0/+6
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan1-1/+0
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-49/+334
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan1-3/+7
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-21/+23
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2022-02-01net/mlx5e: Avoid implicit modify hdr for decap drop ruleRoi Dayan1-1/+2
2022-02-01net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan1-0/+6
2022-02-01net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan1-0/+6
2022-01-27net/mlx5e: CT, Remove redundant flow args from tc ct callsRoi Dayan1-10/+8
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan1-10/+4
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan1-31/+64
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan1-4/+4
2022-01-27net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan1-2/+1
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan1-1/+0
2022-01-27net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan1-6/+6
2022-01-27net/mlx5e: TC, Pass attr to tc_act can_offload()Roi Dayan1-2/+2
2022-01-27net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action()Roi Dayan1-11/+22
2022-01-27net/mlx5e: TC, Move pedit_headers_action to parse_attrRoi Dayan1-16/+9
2022-01-27net/mlx5e: Move counter creation call to alloc_flow_attr_counter()Roi Dayan1-13/+20
2022-01-27net/mlx5e: Pass attr arg for attaching/detaching encapsRoi Dayan1-6/+6
2022-01-27net/mlx5e: Move code chunk setting encap dests into its own functionRoi Dayan1-51/+93
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+116
2022-01-06net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey1-4/+116
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+8
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan1-0/+2
2021-12-22net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-22net/mlx5e: Delete forward rule for ct or sample actionChris Mi1-11/+6
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan1-19/+0
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan1-38/+0
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan1-0/+11
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan1-10/+0
2021-12-14net/mlx5e: TC action parsing loopRoi Dayan1-42/+46
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan1-49/+0
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan1-25/+2
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan1-28/+2
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan1-257/+6
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan1-33/+1
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan1-217/+19
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan1-164/+15
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan1-43/+0
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan1-20/+4
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan1-73/+4
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan1-47/+40
2021-12-02net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan1-3/+3