aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-09net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik1-1/+1
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-1/+2
2021-12-22net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik1-3/+1
2021-12-22net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin1-2/+3
2021-11-16net/mlx5: DR, Handle eswitch manager and uplink vports separatelyYevgeny Kliteynik1-33/+23
2021-09-30net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik1-38/+100
2021-09-30net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik1-31/+22
2021-09-30net/mlx5: DR, Add missing query for vport 0Yevgeny Kliteynik1-12/+25
2021-09-30net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik1-1/+1
2021-09-30net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik1-1/+1
2021-08-26net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik1-4/+4
2021-01-29net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik1-8/+9
2021-01-05net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik1-0/+6
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik1-0/+5
2020-05-27net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker1-6/+8
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit1-7/+10
2019-11-01net/mlx5: DR, Replace CRC32 implementation to use kernel libHamdan Igbaria1-3/+0
2019-09-05net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed1-10/+5
2019-09-05net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun1-0/+3
2019-09-03net/mlx5: DR, Expose steering domain functionalityAlex Vesker1-0/+395