aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-11-24net/mlx5: DR, Fix uninitialized var warningYueHaibing1-1/+4
2022-11-12net/mlx5: Fix spelling mistake "destoy" -> "destroy"Colin Ian King1-1/+1
2022-10-27net/mlx5: DR, In destroy flow, free resources even if FW command failedYevgeny Kliteynik1-1/+1
2022-07-17net/mlx5: fs, allow flow table creation with a UIDMark Bloch1-3/+5
2022-03-17net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memoryRongwei Liu1-8/+10
2022-03-10net/mlx5: DR, Add helper to get backing dr table from a mlx5 flow tablePaul Blakey1-0/+5
2021-12-31net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik1-45/+44
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik1-1/+1
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar1-0/+3
2021-12-31net/mlx5: DR, Rename list field in matcher struct to list_nodeYevgeny Kliteynik1-1/+1
2021-04-14net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu1-2/+2
2020-05-27net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker1-6/+6
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit1-2/+6
2020-01-07net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit1-1/+6
2020-01-07net/mlx5: DR, Use attributes struct for FW flow table creationAlex Vesker1-7/+9
2019-09-03net/mlx5: DR, Expose steering table functionalityAlex Vesker1-0/+294