summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c
AgeCommit message (Expand)Author
2023-02-07net/mlx5: DR, Fix potential race in dr_rule_create_rule_nicYevgeny Kliteynik
2023-01-09net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_ruleYevgeny Kliteynik
2022-12-08net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik
2022-12-08net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik
2022-10-28Merge tag 'mlx5-updates-2022-10-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-10-27net/mlx5: DR, Fix matcher disconnect error flowRongwei Liu
2022-10-27net/mlx5: DR, Manage STE send info objects in poolYevgeny Kliteynik
2022-10-27net/mlx5: DR, In rehash write the line in the entry immediatelyYevgeny Kliteynik
2022-10-27net/mlx5: DR, For short chains of STEs, avoid allocating ste_arr dynamicallyYevgeny Kliteynik
2022-03-17net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memoryRongwei Liu
2022-03-17net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memoryRongwei Liu
2022-03-17net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunkRongwei Liu
2022-03-17net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memoryRongwei Liu
2021-12-31net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add misc5 to match_param structsMuhammad Sammar
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar
2021-10-29net/mlx5: DR, Add check for unsupported fields in match paramMuhammad Sammar
2021-09-30net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26net/mlx5: DR, Improve rule tracking memory consumptionYevgeny Kliteynik
2021-08-26net/mlx5: DR, Remove rehash ctrl struct from dr_htblYevgeny Kliteynik
2021-08-26net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik
2021-08-26net/mlx5: DR, fix a potential use-after-free bugWentao_Liang
2021-04-19net/mlx5: DR, Add support for dynamic flex parserYevgeny Kliteynik
2021-01-29net/mlx5: DR, Use HW specific logic API when writing STEYevgeny Kliteynik
2021-01-29net/mlx5: DR, Use the right size when writing partial STE into HWYevgeny Kliteynik
2021-01-05net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik
2020-11-26net/mlx5: Check dr mask size against mlx5_match_param sizeMuhammad Sammar
2020-09-30net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria
2020-09-30net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik
2020-07-28net/mlx5: drop unnecessary list_emptyJulia Lawall
2020-05-27net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit
2020-01-06net/mlx5: DR, Init lists that are used in rule's memberErez Shitrit
2020-01-06net/mlx5: DR, No need for atomic refcount for internal SW steering resourcesYevgeny Kliteynik
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-20net/mlx5: DR, Limit STE hash table enlarge based on bytemaskAlex Vesker
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06net/mlx5: DR, Fix memory leak during rule creationAlex Vesker
2019-11-01net/mlx5: DR, Support IPv4 and IPv6 mixed matcherAlex Vesker
2019-10-08net/mlx5: DR, Allow insertion of duplicate rulesAlex Vesker
2019-09-24net/mlx5: DR, Fix getting incorrect prev node in ste_freeAlex Vesker
2019-09-03net/mlx5: DR, Expose steering rule functionalityAlex Vesker