| Age | Commit message (Expand) | Author |
| 2024-09-25 | net/mlx5: HWS, changed E2BIG error to a negative return code | Yevgeny Kliteynik |
| 2024-09-25 | net/mlx5: HWS, fixed double-free in error flow of creating SQ | Yevgeny Kliteynik |
| 2024-09-15 | net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq() | Dan Carpenter |
| 2024-09-12 | net/mlx5: fs, add support for no append at software level | Mark Bloch |
| 2024-09-12 | net/mlx5: fs, separate action and destination into distinct struct | Mark Bloch |
| 2024-09-12 | net/mlx5: fs, move steering common function to fs_cmd.h | Moshe Shemesh |
| 2024-09-12 | net/mlx5: HWS, fixed error flow return values of some functions | Yevgeny Kliteynik |
| 2024-09-12 | net/mlx5: HWS, updated API functions comments to kernel doc | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added API and enabled HWS support | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added send engine and context handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added debug dump and internal headers | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added backward-compatible API handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added memory management handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added vport handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added modify header pattern and args handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added FW commands handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added matchers functionality | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added definers handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added rules handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added tables handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: HWS, added actions handling | Yevgeny Kliteynik |
| 2024-09-09 | net/mlx5: Added missing mlx5_ifc definition for HW Steering | Yevgeny Kliteynik |
| 2024-07-31 | net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule | Yevgeny Kliteynik |
| 2024-07-09 | net/mlx5: DR, Remove definer functions from SW Steering API | Yevgeny Kliteynik |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2024-04-10 | net/mlx5: fix possible stack overflows | Arnd Bergmann |
| 2024-04-03 | net/mlx5: Convert uintX_t to uX | Gal Pressman |
| 2024-02-05 | net/mlx5: DR, Change SWS usage to debug fs seq_file interface | Hamdan Igbaria |
| 2024-01-24 | net/mlx5: DR, Can't go to uplink vport on RX rule | Yevgeny Kliteynik |
| 2024-01-24 | net/mlx5: DR, Use the right GVMI number for drop action | Yevgeny Kliteynik |
| 2023-12-13 | net/mlx5: DR, Use swap() instead of open coding it | Jiapeng Chong |
| 2023-11-15 | net/mlx5: DR, Allow old devices to use multi destination FTE | Erez Shitrit |
| 2023-11-15 | Revert "net/mlx5: DR, Supporting inline WQE when possible" | Itamar Gozlan |
| 2023-10-14 | net/mlx5: Remove unused declaration | Yue Haibing |
| 2023-09-19 | net/mlx5: DR, Handle multi destination action in the right order | Erez Shitrit |
| 2023-09-19 | net/mlx5: DR, Add check for multi destination FTE | Erez Shitrit |
| 2023-08-21 | net/mlx5: DR, Supporting inline WQE when possible | Itamar Gozlan |
| 2023-08-21 | net/mlx5: DR, Remove unneeded local variable | Yevgeny Kliteynik |
| 2023-08-21 | net/mlx5: DR, Fix code indentation | Yevgeny Kliteynik |
| 2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2023-08-07 | net/mlx5: DR, Fix wrong allocation of modify hdr pattern | Yevgeny Kliteynik |
| 2023-08-07 | net/mlx5: Allocate completion EQs dynamically | Maher Sanalla |
| 2023-08-07 | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max() | Maher Sanalla |
| 2023-07-26 | net/mlx5: DR, Fix peer domain namespace setting | Shay Drory |
| 2023-07-26 | net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx | Zhengchao Shao |
| 2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2023-06-16 | net/mlx5: DR, Fix wrong action data allocation in decap action | Yevgeny Kliteynik |
| 2023-06-16 | net/mlx5: DR, Support SW created encap actions for FW table | Yevgeny Kliteynik |
| 2023-06-16 | net/mlx5: DR, update query of HCA caps for EC VFs | Daniel Jurgens |
| 2023-06-02 | net/mlx5: DR, handle more than one peer domain | Shay Drory |