Age | Commit message (Expand) | Author | Files | Lines |
2025-06-12 | net/mlx5: HWS, Add error checking to hws_bwc_rule_complex_hash_node_get() | Dan Carpenter | 1 | -2/+17 |
2025-06-12 | net/mlx5: HWS, make sure the uplink is the last destination | Vlad Dogaru | 3 | -7/+11 |
2025-06-12 | net/mlx5: HWS, fix missing ip_version handling in definer | Yevgeny Kliteynik | 1 | -0/+3 |
2025-06-12 | net/mlx5: HWS, Init mutex on the correct path | Vlad Dogaru | 1 | -1/+1 |
2025-05-28 | net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() | Dan Carpenter | 1 | -1/+1 |
2025-05-22 | net/mlx5: HWS, handle modify header actions dependency | Yevgeny Kliteynik | 3 | -46/+55 |
2025-05-22 | net/mlx5: HWS, fix typo - 'nope' to 'nop' | Yevgeny Kliteynik | 4 | -37/+41 |
2025-05-22 | net/mlx5: HWS, register reformat actions with fw | Vlad Dogaru | 4 | -7/+94 |
2025-05-14 | net/mlx5: HWS, dump bad completion details | Yevgeny Kliteynik | 2 | -3/+120 |
2025-05-14 | net/mlx5: HWS, rework rehash loop | Yevgeny Kliteynik | 1 | -75/+52 |
2025-05-14 | net/mlx5: HWS, fix redundant extension of action templates | Yevgeny Kliteynik | 1 | -51/+54 |
2025-05-14 | net/mlx5: HWS, fix counting of rules in the matcher | Yevgeny Kliteynik | 1 | -5/+5 |
2025-05-14 | net/mlx5: HWS, force rehash when rule insertion failed | Yevgeny Kliteynik | 2 | -2/+7 |
2025-05-14 | net/mlx5: HWS, support complex matchers | Yevgeny Kliteynik | 4 | -27/+1410 |
2025-05-14 | net/mlx5: HWS, introduce isolated matchers | Yevgeny Kliteynik | 3 | -1/+288 |
2025-05-14 | net/mlx5: HWS, expose polling function in header file | Yevgeny Kliteynik | 2 | -13/+21 |
2025-05-14 | net/mlx5: HWS, add definer function to get field name str | Yevgeny Kliteynik | 2 | -0/+214 |
2025-05-14 | net/mlx5: HWS, expose function mlx5hws_table_ft_set_next_ft in header | Yevgeny Kliteynik | 2 | -8/+13 |
2025-04-24 | net/mlx5: HWS, Disallow matcher IP version mixing | Vlad Dogaru | 3 | -0/+160 |
2025-04-24 | net/mlx5: HWS, Harden IP version definer checks | Vlad Dogaru | 1 | -2/+42 |
2025-04-24 | net/mlx5: HWS, Fix IP version decision | Vlad Dogaru | 1 | -22/+16 |
2025-04-15 | net/mlx5: HWS, Export action STE tables to debugfs | Vlad Dogaru | 2 | -1/+37 |
2025-04-15 | net/mlx5: HWS, Free unused action STE tables | Vlad Dogaru | 3 | -4/+96 |
2025-04-15 | net/mlx5: HWS, Cleanup matcher action STE table | Vlad Dogaru | 8 | -401/+87 |
2025-04-15 | net/mlx5: HWS, Use the new action STE pool | Vlad Dogaru | 2 | -51/+30 |
2025-04-15 | net/mlx5: HWS, Implement action STE pool | Vlad Dogaru | 6 | -0/+455 |
2025-04-15 | net/mlx5: HWS, Fix pool size optimization | Vlad Dogaru | 1 | -2/+2 |
2025-04-15 | net/mlx5: HWS, Add fullness tracking to pool | Vlad Dogaru | 2 | -0/+32 |
2025-04-15 | net/mlx5: HWS, Cleanup after pool refactoring | Vlad Dogaru | 5 | -42/+14 |
2025-04-15 | net/mlx5: HWS, Refactor pool implementation | Vlad Dogaru | 5 | -337/+116 |
2025-04-15 | net/mlx5: HWS, Make pool single resource | Vlad Dogaru | 5 | -178/+91 |
2025-04-15 | net/mlx5: HWS, Remove unused element array | Vlad Dogaru | 2 | -38/+23 |
2025-04-15 | net/mlx5: HWS, Fix matcher action template attach | Vlad Dogaru | 5 | -24/+97 |
2025-03-19 | net/mlx5: HWS, log the unsupported mask in definer | Yevgeny Kliteynik | 1 | -1/+2 |
2025-03-19 | net/mlx5: HWS, use list_move() instead of del/add | Yevgeny Kliteynik | 2 | -4/+2 |
2025-03-19 | net/mlx5: HWS, remove unused code for alias flow tables | Yevgeny Kliteynik | 2 | -9/+0 |
2025-03-17 | net/mlx5: fs, add support for dest flow sampler HWS action | Moshe Shemesh | 2 | -0/+56 |
2025-03-17 | net/mlx5: fs, add support for flow meters HWS action | Moshe Shemesh | 2 | -10/+115 |
2025-03-17 | net/mlx5: fs, add API for sharing HWS action by refcount | Moshe Shemesh | 3 | -35/+80 |
2025-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |
2025-03-13 | net/mlx5: HWS, Rightsize bwc matcher priority | Vlad Dogaru | 1 | -1/+1 |
2025-02-25 | net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies() | Thorsten Blum | 1 | -1/+1 |
2025-01-18 | net/mlx5: fix unintentional sign extension on shift of dest_attr->vport.vhca_id | Colin Ian King | 1 | -1/+1 |
2025-01-16 | net/mlx5: HWS, rework the check if matcher size can be increased | Yevgeny Kliteynik | 3 | -4/+25 |
2025-01-14 | net/mlx5: HWS, update flow - support through bigger action RTC | Yevgeny Kliteynik | 4 | -53/+80 |
2025-01-14 | net/mlx5: HWS, update flow - remove the use of dual RTCs | Yevgeny Kliteynik | 6 | -184/+81 |
2025-01-14 | net/mlx5: fs, add HWS to steering mode options | Moshe Shemesh | 2 | -0/+12 |
2025-01-14 | net/mlx5: fs, add HWS get capabilities | Moshe Shemesh | 1 | -0/+12 |
2025-01-14 | net/mlx5: fs, set create match definer to not supported by HWS | Moshe Shemesh | 1 | -0/+14 |
2025-01-14 | net/mlx5: fs, add support for dest vport HWS action | Moshe Shemesh | 2 | -0/+65 |