summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)Author
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov
2022-03-09net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()Dan Carpenter
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-23net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan
2022-02-23net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-01net/mlx5e: Avoid implicit modify hdr for decap drop ruleRoi Dayan
2022-02-01net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan
2022-02-01net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan
2022-01-27net/mlx5e: CT, Remove redundant flow args from tc ct callsRoi Dayan
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan
2022-01-27net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan
2022-01-27net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan
2022-01-27net/mlx5e: TC, Pass attr to tc_act can_offload()Roi Dayan
2022-01-27net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action()Roi Dayan
2022-01-27net/mlx5e: TC, Move pedit_headers_action to parse_attrRoi Dayan
2022-01-27net/mlx5e: Move counter creation call to alloc_flow_attr_counter()Roi Dayan
2022-01-27net/mlx5e: Pass attr arg for attaching/detaching encapsRoi Dayan
2022-01-27net/mlx5e: Move code chunk setting encap dests into its own functionRoi Dayan
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan
2021-12-22net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET
2021-12-22net/mlx5e: Delete forward rule for ct or sample actionChris Mi
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan
2021-12-14net/mlx5e: TC action parsing loopRoi Dayan
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan
2021-12-02net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan