summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering
AgeCommit message (Expand)Author
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
2022-03-17net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunkRongwei Liu
2022-03-17net/mlx5: DR, Adjust structure member to reduce memory holeRongwei Liu
2022-03-10net/mlx5: DR, Add helper to get backing dr table from a mlx5 flow tablePaul Blakey
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky
2022-03-09net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik
2022-03-09net/mlx5: DR, Refactor ste_ctx handling for STE v0/1Yevgeny Kliteynik
2022-03-09net/mlx5: DR, Rename action modify fields to reflect naming in HW specYevgeny Kliteynik
2022-03-09net/mlx5: DR, Fix handling of different actions on the same STE in STEv1Yevgeny Kliteynik
2022-03-09net/mlx5: DR, Remove unneeded commentsYevgeny Kliteynik
2022-03-09net/mlx5: DR, Add support for matching on Internet Header Length (IHL)Yevgeny Kliteynik
2022-03-09net/mlx5: DR, Align mlx5dv_dr API vport action with FW behaviorShun Hao
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-23net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik
2022-02-23net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik
2022-02-23net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik
2022-02-23net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik
2022-01-27net/mlx5: Introduce software defined steering capabilitiesDima Chumak
2021-12-31net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik
2021-12-31net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist fieldYevgeny Kliteynik
2021-12-31net/mlx5: DR, Support matching on tunnel headers 0 and 1Muhammad Sammar
2021-12-31net/mlx5: DR, Add misc5 to match_param structsMuhammad Sammar
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar
2021-12-31net/mlx5: DR, Add missing reserved fields to dr_match_paramMuhammad Sammar
2021-12-31net/mlx5: DR, Add check for flex parser ID valueYevgeny Kliteynik
2021-12-31net/mlx5: DR, Rename list field in matcher struct to list_nodeYevgeny Kliteynik
2021-12-31net/mlx5: DR, Remove unused struct member in matcherYevgeny Kliteynik
2021-12-31net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"Yevgeny Kliteynik
2021-12-31net/mlx5: DR, Fix error flow in creating matcherYevgeny Kliteynik
2021-12-22net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik
2021-12-22net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin
2021-11-16net/mlx5: DR, Fix check for unsupported fields in match paramYevgeny Kliteynik
2021-11-16net/mlx5: DR, Handle eswitch manager and uplink vports separatelyYevgeny Kliteynik
2021-10-29net/mlx5: DR, Add check for unsupported fields in match paramMuhammad Sammar
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau
2021-10-18net/mlx5: Add support to create match definerMaor Gottlieb
2021-10-15net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker
2021-09-30net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik
2021-09-30net/mlx5: DR, init_next_match only if neededYevgeny Kliteynik
2021-09-30net/mlx5: DR, Fix typo 'offeset' to 'offset'Yevgeny Kliteynik
2021-09-30net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik
2021-09-30net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik