summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-27net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik1-7/+7
2021-08-27net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tablesYevgeny Kliteynik1-2/+4
2021-08-27net/mlx5: DR, Reduce print level for FT chaining level checkBodong Wang1-2/+2
2021-08-27net/mlx5: DR, Improve error flow in actions_build_ste_arrYevgeny Kliteynik1-16/+56
2021-08-27net/mlx5: DR, Enable VLAN pop on TX and VLAN push on RXYevgeny Kliteynik1-1/+70
2021-08-27net/mlx5: DR, Split modify VLAN state to separate pop/push statesYevgeny Kliteynik1-26/+27
2021-08-27net/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-10net/mlx5: DR, Added support for INSERT_HEADER reformat typeYevgeny Kliteynik1-10/+66
2021-06-10net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-0/+2
2021-06-10net/mlx5: DR, Allow encap action for RX for supporting devicesYevgeny Kliteynik1-0/+40
2021-06-10net/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-02net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik1-4/+5
2021-01-06net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik1-342/+59
2021-01-06net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik1-2/+3
2021-01-06net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik1-168/+9
2020-05-30net/mlx5: DR: Fix incorrect type in argumentSaeed Mahameed1-1/+1
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2020-03-14net/mlx5: DR, Add support for flow table id destination actionAlex Vesker1-0/+18
2020-03-06net/mlx5: DR, Fix postsend actions write lengthHamdan Igbaria1-1/+0
2020-02-28net/mlx5: DR, Improve log messagesErez Shitrit1-5/+5
2020-01-23net/mlx5: DR, Allow connecting flow table to a lower/same level tableYevgeny Kliteynik1-2/+5
2020-01-23net/mlx5: DR, Modify header copy supportHamdan Igbaria1-15/+135
2020-01-23net/mlx5: DR, Modify set action limitation extensionHamdan Igbaria1-61/+165
2020-01-07net/mlx5: DR, Add support for multiple destination table actionAlex Vesker1-0/+114
2020-01-07net/mlx5: DR, Align dest FT action creation to APIAlex Vesker1-8/+13
2019-11-07net/mlx5: DR, Fix memory leak in modify action destroyAlex Vesker1-0/+1
2019-09-24net/mlx5: DR, Remove redundant vport number from actionAlex Vesker1-2/+2
2019-09-10net/mlx5: Fix rt's type in dr_action_create_reformat_actionNathan Chancellor1-1/+1
2019-09-03net/mlx5: DR, Expose steering action functionalityAlex Vesker1-0/+1588