summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+3
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-12-14net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numVlad Buslov1-2/+3
2023-12-05net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi1-0/+6
2023-11-15net/mlx5e: Access array with enum values instead of magic numbersGal Pressman1-1/+2
2023-09-06net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu6-3/+12
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-10/+15
2023-06-10net/mlx5e: Remove a useless function callChristophe JAILLET1-3/+1
2023-06-08net/mlx5e: TC, refactor access to hash keyOz Shlomo1-6/+3
2023-05-25net/mlx5: Fix post parse infra to only parse every action onceVlad Buslov2-2/+7
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-195/+22
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-12/+5
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-21net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi1-2/+2
2023-04-21net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2-10/+3
2023-04-06net/mlx5e: TC, Remove sample and ct limitationPaul Blakey1-20/+0
2023-04-06net/mlx5e: TC, Remove multiple ct actions limitationPaul Blakey2-19/+0
2023-04-06net/mlx5e: TC, Remove special handling of CT actionPaul Blakey2-36/+4
2023-04-06net/mlx5e: TC, Remove CT action reorderingPaul Blakey2-24/+0
2023-04-06net/mlx5e: CT: Use per action statsPaul Blakey2-1/+10
2023-04-06net/mlx5e: Set default can_offload actionPaul Blakey8-80/+0
2023-04-05net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-1/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2023-03-16net/mlx5e: Enable TC offload for egress MACVLAN over bondMaor Dickman1-3/+3
2023-03-16net/mlx5e: TC, Remove error message log printOz Shlomo1-1/+0
2023-03-16net/sched: TC, fix raw counter initializationOz Shlomo1-0/+5
2023-02-24net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()Yang Yingliang1-1/+1
2023-02-21net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey1-1/+1
2023-02-15net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan1-9/+0
2023-02-14net/mlx5e: TC, support per action statsOz Shlomo2-0/+48
2023-02-14net/mlx5e: TC, map tc action cookie to a hw counterOz Shlomo2-0/+176
2023-02-08net/mlx5e: Remove redundant code for handling vlan actionsRoi Dayan1-26/+9
2023-02-04net/mlx5: Lag, Update multiport eswitch check to log an errorRoi Dayan1-3/+3
2023-01-31net/mlx5: Add IFC bits for general obj create paramJianbo Liu1-2/+4
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2023-01-18net/mlx5e: Set decap action based on attr for sampleChris Mi1-3/+2
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+1
2023-01-11net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-10net/mlx5e: TC, Restore pkt rate policing supportOz Shlomo1-6/+0
2023-01-10net/mlx5e: TC, ignore match level for post meter rulesOz Shlomo1-0/+1
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+0
2022-12-09net/mlx5e: TC, add support for meter mtu offloadOz Shlomo5-6/+66
2022-12-09net/mlx5e: meter, add mtu post meter tablesOz Shlomo2-7/+184
2022-12-09net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-09net/mlx5e: TC, allow meter jump control actionOz Shlomo1-9/+43
2022-12-09net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo2-29/+61
2022-12-09net/mlx5e: TC, rename post_meter actionsOz Shlomo4-31/+31
2022-12-09net/mlx5e: TC, set control params for branching actionsOz Shlomo2-0/+23
2022-12-09net/mlx5e: TC, add terminating actionsOz Shlomo7-1/+15
2022-12-06net/mlx5: Return ready to use ASO WQELeon Romanovsky1-1/+0