aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+4
2022-07-28net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik1-0/+21
2022-07-17net/mlx5: fs, allow flow table creation with a UIDMark Bloch1-3/+4
2022-05-31net/mlx5: Don't use already freed action pointerLeon Romanovsky1-5/+4
2022-05-17net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman1-1/+3
2022-03-09net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik1-1/+1
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+26
2022-02-23net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik1-7/+26
2022-01-27net/mlx5: Introduce software defined steering capabilitiesDima Chumak1-0/+11
2021-12-31net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik1-2/+16
2021-10-18net/mlx5: Add support to create match definerMaor Gottlieb1-0/+15
2021-09-30net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik1-1/+1
2021-08-26net/mlx5: DR, Add support for update FTEYevgeny Kliteynik1-9/+30
2021-08-26net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tablesYevgeny Kliteynik1-1/+5
2021-08-26net/mlx5: DR, Use FW API when updating FW-owned flow tableYevgeny Kliteynik1-0/+3
2021-08-26net/mlx5: DR, Added support for REMOVE_HEADER packet reformatYevgeny Kliteynik1-0/+3
2021-06-26net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik1-3/+14
2021-06-09net/mlx5: DR, Added support for INSERT_HEADER reformat typeYevgeny Kliteynik1-0/+3
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-8/+9
2021-05-27net/mlx5: DR, Set max table size to 2G entriesPaul Blakey1-1/+1
2021-05-27net/mlx5: Move table size calculation to steering cmd layerPaul Blakey1-2/+4
2020-09-30net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria1-1/+2
2020-08-03net/mlx5: DR, Change push vlan action sequenceAlex Vesker1-21/+21
2020-04-28net/mlx5: Add support for COPY steering actionHuy Nguyen1-1/+1
2020-03-13net/mlx5: DR, Add support for flow table id destination actionAlex Vesker1-0/+12
2020-02-27net/mlx5: DR, Change matcher priority parameter typeHamdan Igbaria1-1/+1
2020-02-18net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit1-2/+7
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+29
2020-01-24net/mlx5: DR, Enable counter on non-fwd-dest objectsErez Shitrit1-13/+29
2020-01-07net/mlx5: DR, Create multiple destination action from dr_create_fteAlex Vesker1-16/+72
2020-01-07net/mlx5: DR, Align dest FT action creation to APIAlex Vesker1-3/+3
2020-01-07net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit1-1/+1
2019-09-03net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb1-0/+600