| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-25 | net/mlx5e: Fix race condition during IPSec ESN update | Jianbo Liu | 1 | -19/+14 |
| 2026-03-25 | net/mlx5e: Prevent concurrent access to IPSec ASO context | Jianbo Liu | 2 | -9/+9 |
| 2026-03-25 | net/mlx5: qos: Restrict RTNL area to avoid a lock cycle | Cosmin Ratiu | 1 | -14/+9 |
| 2026-03-25 | net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery | Gal Pressman | 1 | -1/+0 |
| 2026-03-25 | net/mlx5: Fix deadlock between devlink lock and esw->wq | Cosmin Ratiu | 3 | -8/+19 |
| 2026-03-25 | net/mlx5: Query to see if host PF is disabled | Daniel Jurgens | 2 | -0/+24 |
| 2026-03-04 | net/mlx5: Fix missing devlink lock in SRIOV enable error path | Shay Drory | 1 | -0/+2 |
| 2026-03-04 | net/mlx5: DR, Fix circular locking dependency in dump | Shay Drory | 1 | -2/+2 |
| 2026-02-06 | net/mlx5e: Skip ESN replay window setup for IPsec crypto offload | Jianbo Liu | 1 | -1/+2 |
| 2026-02-06 | net/mlx5e: Account for netdev stats in ndo_get_stats64 | Gal Pressman | 1 | -9/+11 |
| 2026-02-06 | net/mlx5e: Report rx_discards_phy via rx_dropped | Yafang Shao | 1 | -0/+1 |
| 2026-02-06 | net/mlx5e: TC, delete flows only for existing peers | Mark Bloch | 1 | -6/+13 |
| 2026-02-06 | net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup() | Zilin Guan | 1 | -1/+1 |
| 2026-01-30 | net/mlx5e: Restore destroying state bit after profile cleanup | Saeed Mahameed | 1 | -0/+3 |
| 2026-01-17 | net/mlx5e: Don't print error message due to invalid module | Gal Pressman | 1 | -1/+2 |
| 2026-01-11 | net/mlx5: Serialize firmware reset with devlink | Shay Drory | 4 | -4/+53 |
| 2026-01-11 | net/mlx5: Skip HotPlug check on sync reset using hot reset | Moshe Shemesh | 1 | -5/+8 |
| 2026-01-11 | net/mlx5: fw_tracer, Handle escaped percent properly | Shay Drory | 1 | -6/+14 |
| 2026-01-11 | net/mlx5: fw_tracer, Validate format string parameters | Shay Drory | 2 | -10/+74 |
| 2026-01-11 | net/mlx5: Drain firmware reset in shutdown callback | Moshe Shemesh | 1 | -0/+1 |
| 2026-01-11 | net/mlx5: fw reset, clear reset requested on drain_fw_reset | Moshe Shemesh | 1 | -1/+2 |
| 2026-01-11 | mlxsw: spectrum_mr: Fix use-after-free when updating multicast route stats | Ido Schimmel | 1 | -0/+2 |
| 2026-01-11 | mlxsw: spectrum_router: Fix neighbour use-after-free | Ido Schimmel | 1 | -8/+9 |
| 2026-01-11 | mlxsw: spectrum_router: Fix possible neighbour reference count leak | Ido Schimmel | 1 | -5/+5 |
| 2025-12-07 | net/mlx5e: Fix validation logic in rate limiting | Danielle Costantino | 1 | -1/+1 |
| 2025-12-01 | net/mlx5: Clean up only new IRQ glue on request_irq() failure | Pradyumn Rahar | 1 | -4/+2 |
| 2025-12-01 | net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info... | Pavel Zhigulin | 1 | -0/+2 |
| 2025-12-01 | mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats() | Zilin Guan | 1 | -2/+4 |
| 2025-11-24 | net/mlx5e: Fix potentially misleading debug message | Gal Pressman | 1 | -2/+16 |
| 2025-11-24 | net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps | Gal Pressman | 1 | -1/+9 |
| 2025-11-24 | net/mlx5e: Fix maxrate wraparound in threshold between units | Gal Pressman | 1 | -2/+3 |
| 2025-11-24 | net/mlx5e: SHAMPO, Fix skb size check for 64K pages | Dragos Tatulea | 1 | -1/+4 |
| 2025-11-24 | net/mlx5e: Fix return value in case of module EEPROM read error | Gal Pressman | 1 | -3/+1 |
| 2025-11-24 | net/mlx5e: Use extack in get module eeprom by page callback | Gal Pressman | 1 | -2/+4 |
| 2025-11-24 | net/mlx5e: Don't query FEC statistics when FEC is disabled | Carolina Jubran | 1 | -6/+6 |
| 2025-10-29 | net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ | Amery Hung | 1 | -3/+23 |
| 2025-10-29 | net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ | Amery Hung | 1 | -6/+19 |
| 2025-10-29 | net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead | Carolina Jubran | 3 | -43/+51 |
| 2025-10-29 | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2025-10-29 | net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size() | Nathan Chancellor | 1 | -1/+1 |
| 2025-10-19 | net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter() | Dan Carpenter | 1 | -1/+1 |
| 2025-10-15 | Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set" | Jakub Kicinski | 2 | -28/+1 |
| 2025-10-15 | net/mlx5: fw reset, add reset timeout work | Moshe Shemesh | 1 | -0/+24 |
| 2025-10-15 | net/mlx5: pagealloc: Fix reclaim race during command interface teardown | Shay Drory | 1 | -2/+5 |
| 2025-10-15 | net/mlx5: Stop polling for command response if interface goes down | Moshe Shemesh | 1 | -1/+5 |
| 2025-09-25 | Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set" | Tariq Toukan | 1 | -2/+0 |
| 2025-09-25 | net/mlx5e: Harden uplink netdev access against device unbind | Jianbo Liu | 3 | -6/+37 |
| 2025-09-25 | net/mlx5e: Consider aggregated port speed during rate configuration | Jianbo Liu | 1 | -12/+72 |
| 2025-09-04 | net/mlx5: SF, Fix add port error handling | Chris Mi | 1 | -0/+1 |
| 2025-09-04 | net/mlx5e: Set local Xoff after FW update | Alexei Lazar | 1 | -1/+2 |