summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/hws
AgeCommit message (Expand)AuthorFilesLines
2025-06-12net/mlx5: HWS, Add error checking to hws_bwc_rule_complex_hash_node_get()Dan Carpenter1-2/+17
2025-06-12net/mlx5: HWS, make sure the uplink is the last destinationVlad Dogaru3-7/+11
2025-06-12net/mlx5: HWS, fix missing ip_version handling in definerYevgeny Kliteynik1-0/+3
2025-06-12net/mlx5: HWS, Init mutex on the correct pathVlad Dogaru1-1/+1
2025-05-28net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex()Dan Carpenter1-1/+1
2025-05-22net/mlx5: HWS, handle modify header actions dependencyYevgeny Kliteynik3-46/+55
2025-05-22net/mlx5: HWS, fix typo - 'nope' to 'nop'Yevgeny Kliteynik4-37/+41
2025-05-22net/mlx5: HWS, register reformat actions with fwVlad Dogaru4-7/+94
2025-05-14net/mlx5: HWS, dump bad completion detailsYevgeny Kliteynik2-3/+120
2025-05-14net/mlx5: HWS, rework rehash loopYevgeny Kliteynik1-75/+52
2025-05-14net/mlx5: HWS, fix redundant extension of action templatesYevgeny Kliteynik1-51/+54
2025-05-14net/mlx5: HWS, fix counting of rules in the matcherYevgeny Kliteynik1-5/+5
2025-05-14net/mlx5: HWS, force rehash when rule insertion failedYevgeny Kliteynik2-2/+7
2025-05-14net/mlx5: HWS, support complex matchersYevgeny Kliteynik4-27/+1410
2025-05-14net/mlx5: HWS, introduce isolated matchersYevgeny Kliteynik3-1/+288
2025-05-14net/mlx5: HWS, expose polling function in header fileYevgeny Kliteynik2-13/+21
2025-05-14net/mlx5: HWS, add definer function to get field name strYevgeny Kliteynik2-0/+214
2025-05-14net/mlx5: HWS, expose function mlx5hws_table_ft_set_next_ft in headerYevgeny Kliteynik2-8/+13
2025-04-24net/mlx5: HWS, Disallow matcher IP version mixingVlad Dogaru3-0/+160
2025-04-24net/mlx5: HWS, Harden IP version definer checksVlad Dogaru1-2/+42
2025-04-24net/mlx5: HWS, Fix IP version decisionVlad Dogaru1-22/+16
2025-04-15net/mlx5: HWS, Export action STE tables to debugfsVlad Dogaru2-1/+37
2025-04-15net/mlx5: HWS, Free unused action STE tablesVlad Dogaru3-4/+96
2025-04-15net/mlx5: HWS, Cleanup matcher action STE tableVlad Dogaru8-401/+87
2025-04-15net/mlx5: HWS, Use the new action STE poolVlad Dogaru2-51/+30
2025-04-15net/mlx5: HWS, Implement action STE poolVlad Dogaru6-0/+455
2025-04-15net/mlx5: HWS, Fix pool size optimizationVlad Dogaru1-2/+2
2025-04-15net/mlx5: HWS, Add fullness tracking to poolVlad Dogaru2-0/+32
2025-04-15net/mlx5: HWS, Cleanup after pool refactoringVlad Dogaru5-42/+14
2025-04-15net/mlx5: HWS, Refactor pool implementationVlad Dogaru5-337/+116
2025-04-15net/mlx5: HWS, Make pool single resourceVlad Dogaru5-178/+91
2025-04-15net/mlx5: HWS, Remove unused element arrayVlad Dogaru2-38/+23
2025-04-15net/mlx5: HWS, Fix matcher action template attachVlad Dogaru5-24/+97
2025-03-19net/mlx5: HWS, log the unsupported mask in definerYevgeny Kliteynik1-1/+2
2025-03-19net/mlx5: HWS, use list_move() instead of del/addYevgeny Kliteynik2-4/+2
2025-03-19net/mlx5: HWS, remove unused code for alias flow tablesYevgeny Kliteynik2-9/+0
2025-03-17net/mlx5: fs, add support for dest flow sampler HWS actionMoshe Shemesh2-0/+56
2025-03-17net/mlx5: fs, add support for flow meters HWS actionMoshe Shemesh2-10/+115
2025-03-17net/mlx5: fs, add API for sharing HWS action by refcountMoshe Shemesh3-35/+80
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-03-13net/mlx5: HWS, Rightsize bwc matcher priorityVlad Dogaru1-1/+1
2025-02-25net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum1-1/+1
2025-01-18net/mlx5: fix unintentional sign extension on shift of dest_attr->vport.vhca_idColin Ian King1-1/+1
2025-01-16net/mlx5: HWS, rework the check if matcher size can be increasedYevgeny Kliteynik3-4/+25
2025-01-14net/mlx5: HWS, update flow - support through bigger action RTCYevgeny Kliteynik4-53/+80
2025-01-14net/mlx5: HWS, update flow - remove the use of dual RTCsYevgeny Kliteynik6-184/+81
2025-01-14net/mlx5: fs, add HWS to steering mode optionsMoshe Shemesh2-0/+12
2025-01-14net/mlx5: fs, add HWS get capabilitiesMoshe Shemesh1-0/+12
2025-01-14net/mlx5: fs, set create match definer to not supported by HWSMoshe Shemesh1-0/+14
2025-01-14net/mlx5: fs, add support for dest vport HWS actionMoshe Shemesh2-0/+65