aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net/mlx5: DR, Can't go to uplink vport on RX ruleYevgeny Kliteynik1-5/+11
2024-01-24net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik1-0/+1
2023-12-13net/mlx5: DR, Use swap() instead of open coding itJiapeng Chong1-6/+2
2023-11-15net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit1-1/+2
2023-09-19net/mlx5: DR, Handle multi destination action in the right orderErez Shitrit1-2/+20
2023-09-19net/mlx5: DR, Add check for multi destination FTEErez Shitrit1-0/+13
2023-08-21net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-1/+0
2023-07-26net/mlx5: DR, Fix peer domain namespace settingShay Drory1-1/+1
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+12
2023-06-16net/mlx5: DR, Fix wrong action data allocation in decap actionYevgeny Kliteynik1-1/+7
2023-06-16net/mlx5: DR, Support SW created encap actions for FW tableYevgeny Kliteynik1-0/+5
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory1-2/+3
2023-04-14net/mlx5: DR, Modify header action of size 1 optimizationYevgeny Kliteynik1-11/+26
2023-04-14net/mlx5: DR, Support decap L3 action using pattern / arg mechanismYevgeny Kliteynik1-16/+5
2023-04-14net/mlx5: DR, Add modify header argument pointer to actions attributesYevgeny Kliteynik1-6/+20
2023-04-14net/mlx5: DR, Split chunk allocation to HW-dependent waysYevgeny Kliteynik1-18/+4
2023-04-14net/mlx5: DR, Move ACTION_CACHE_LINE_SIZE macro to headerYevgeny Kliteynik1-6/+4
2022-12-08net/mlx5: DR, Add support for range match actionYevgeny Kliteynik1-0/+173
2022-12-08net/mlx5: DR, Handle FT action in a separate functionYevgeny Kliteynik1-46/+81
2022-07-28net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik1-0/+99
2022-05-17net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik1-19/+46
2022-05-17net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman1-2/+4
2022-03-17net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memoryRongwei Liu1-5/+7
2022-03-09net/mlx5: DR, Align mlx5dv_dr API vport action with FW behaviorShun Hao1-9/+3
2021-12-31net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik1-3/+18
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik1-1/+1
2021-10-15net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker1-2/+6
2021-09-30net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik1-0/+1
2021-09-30net/mlx5: DR, Fix typo 'offeset' to 'offset'Yevgeny Kliteynik1-1/+1
2021-09-30net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik1-1/+1
2021-09-30net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik1-3/+3
2021-09-30net/mlx5: DR, Align error messages for failure to obtain vport capsYevgeny Kliteynik1-1/+3
2021-09-30net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik1-1/+1
2021-09-30net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik1-1/+1
2021-08-26net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik1-7/+7
2021-08-26net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tablesYevgeny Kliteynik1-2/+4
2021-08-26net/mlx5: DR, Reduce print level for FT chaining level checkBodong Wang1-2/+2
2021-08-26net/mlx5: DR, Improve error flow in actions_build_ste_arrYevgeny Kliteynik1-16/+56
2021-08-26net/mlx5: DR, Enable VLAN pop on TX and VLAN push on RXYevgeny Kliteynik1-1/+70
2021-08-26net/mlx5: DR, Split modify VLAN state to separate pop/push statesYevgeny Kliteynik1-26/+27
2021-08-26net/mlx5: DR, Added support for REMOVE_HEADER packet reformatYevgeny Kliteynik1-7/+50
2021-06-26net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik1-0/+55
2021-06-09net/mlx5: DR, Added support for INSERT_HEADER reformat typeYevgeny Kliteynik1-10/+66
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-0/+2
2021-06-09net/mlx5: DR, Allow encap action for RX for supporting devicesYevgeny Kliteynik1-0/+40
2021-06-09net/mlx5: DR, Split reformat state to Encap and DecapYevgeny Kliteynik1-34/+35
2021-04-14net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu1-110/+132
2021-02-01net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik1-4/+5
2021-01-05net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik1-342/+59
2021-01-05net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik1-2/+3