summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: fs, add support for no append at software levelMark Bloch2024-09-121-2/+2
* net/mlx5: fs, separate action and destination into distinct structMark Bloch2024-09-121-31/+33
* net/mlx5: fs, move steering common function to fs_cmd.hMoshe Shemesh2024-09-121-16/+8
* net/mlx5: DR, Handle multi destination action in the right orderErez Shitrit2023-09-191-1/+8
* net/mlx5: DR, Fix code indentationYevgeny Kliteynik2023-08-211-1/+1
* net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-2/+25
|\
| * net/mlx5: DR, Support SW created encap actions for FW tableYevgeny Kliteynik2023-06-161-2/+25
* | net/mlx5: DR, handle more than one peer domainShay Drory2023-06-021-2/+3
|/
* net/mlx5: DR, Add support for range match actionYevgeny Kliteynik2022-12-081-1/+29
* net/mlx5: DR, Rework is_fw_table functionYevgeny Kliteynik2022-12-081-11/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-041-3/+4
|\
| * net/mlx5: fs, allow flow table creation with a UIDMark Bloch2022-07-171-3/+4
* | net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik2022-07-281-0/+21
|/
* net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-05-311-5/+4
* net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman2022-05-171-1/+3
* net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik2022-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-7/+26
|\
| * net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik2022-02-231-7/+26
* | net/mlx5: Introduce software defined steering capabilitiesDima Chumak2022-01-271-0/+11
|/
* net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik2021-12-311-2/+16
* net/mlx5: Add support to create match definerMaor Gottlieb2021-10-181-0/+15
* net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik2021-09-301-1/+1
* net/mlx5: DR, Add support for update FTEYevgeny Kliteynik2021-08-261-9/+30
* net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tablesYevgeny Kliteynik2021-08-261-1/+5
* net/mlx5: DR, Use FW API when updating FW-owned flow tableYevgeny Kliteynik2021-08-261-0/+3
* net/mlx5: DR, Added support for REMOVE_HEADER packet reformatYevgeny Kliteynik2021-08-261-0/+3
* net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik2021-06-261-3/+14
* net/mlx5: DR, Added support for INSERT_HEADER reformat typeYevgeny Kliteynik2021-06-091-0/+3
* net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik2021-06-091-8/+9
* net/mlx5: DR, Set max table size to 2G entriesPaul Blakey2021-05-271-1/+1
* net/mlx5: Move table size calculation to steering cmd layerPaul Blakey2021-05-271-2/+4
* net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria2020-09-301-1/+2
* net/mlx5: DR, Change push vlan action sequenceAlex Vesker2020-08-031-21/+21
* net/mlx5: Add support for COPY steering actionHuy Nguyen2020-04-281-1/+1
* net/mlx5: DR, Add support for flow table id destination actionAlex Vesker2020-03-131-0/+12
* net/mlx5: DR, Change matcher priority parameter typeHamdan Igbaria2020-02-271-1/+1
* net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit2020-02-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-13/+29
|\
| * net/mlx5: DR, Enable counter on non-fwd-dest objectsErez Shitrit2020-01-241-13/+29
* | net/mlx5: DR, Create multiple destination action from dr_create_fteAlex Vesker2020-01-071-16/+72
* | net/mlx5: DR, Align dest FT action creation to APIAlex Vesker2020-01-071-3/+3
* | net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit2020-01-071-1/+1
|/
* net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb2019-09-031-0/+600