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