summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2026-03-25net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu1-19/+14
2026-03-25net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu2-9/+9
2026-03-25net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu1-14/+9
2026-03-25net/mlx5e: Fix DMA FIFO desync on error CQE SQ recoveryGal Pressman1-1/+0
2026-03-25net/mlx5: Fix deadlock between devlink lock and esw->wqCosmin Ratiu3-8/+19
2026-03-25net/mlx5: Query to see if host PF is disabledDaniel Jurgens2-0/+24
2026-03-04net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory1-0/+2
2026-03-04net/mlx5: DR, Fix circular locking dependency in dumpShay Drory1-2/+2
2026-02-06net/mlx5e: Skip ESN replay window setup for IPsec crypto offloadJianbo Liu1-1/+2
2026-02-06net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman1-9/+11
2026-02-06net/mlx5e: Report rx_discards_phy via rx_droppedYafang Shao1-0/+1
2026-02-06net/mlx5e: TC, delete flows only for existing peersMark Bloch1-6/+13
2026-02-06net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan1-1/+1
2026-01-30net/mlx5e: Restore destroying state bit after profile cleanupSaeed Mahameed1-0/+3
2026-01-17net/mlx5e: Don't print error message due to invalid moduleGal Pressman1-1/+2
2026-01-11net/mlx5: Serialize firmware reset with devlinkShay Drory4-4/+53
2026-01-11net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh1-5/+8
2026-01-11net/mlx5: fw_tracer, Handle escaped percent properlyShay Drory1-6/+14
2026-01-11net/mlx5: fw_tracer, Validate format string parametersShay Drory2-10/+74
2026-01-11net/mlx5: Drain firmware reset in shutdown callbackMoshe Shemesh1-0/+1
2026-01-11net/mlx5: fw reset, clear reset requested on drain_fw_resetMoshe Shemesh1-1/+2
2026-01-11mlxsw: spectrum_mr: Fix use-after-free when updating multicast route statsIdo Schimmel1-0/+2
2026-01-11mlxsw: spectrum_router: Fix neighbour use-after-freeIdo Schimmel1-8/+9
2026-01-11mlxsw: spectrum_router: Fix possible neighbour reference count leakIdo Schimmel1-5/+5
2025-12-07net/mlx5e: Fix validation logic in rate limitingDanielle Costantino1-1/+1
2025-12-01net/mlx5: Clean up only new IRQ glue on request_irq() failurePradyumn Rahar1-4/+2
2025-12-01net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info...Pavel Zhigulin1-0/+2
2025-12-01mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()Zilin Guan1-2/+4
2025-11-24net/mlx5e: Fix potentially misleading debug messageGal Pressman1-2/+16
2025-11-24net/mlx5e: Fix wraparound in rate limiting for values above 255 GbpsGal Pressman1-1/+9
2025-11-24net/mlx5e: Fix maxrate wraparound in threshold between unitsGal Pressman1-2/+3
2025-11-24net/mlx5e: SHAMPO, Fix skb size check for 64K pagesDragos Tatulea1-1/+4
2025-11-24net/mlx5e: Fix return value in case of module EEPROM read errorGal Pressman1-3/+1
2025-11-24net/mlx5e: Use extack in get module eeprom by page callbackGal Pressman1-2/+4
2025-11-24net/mlx5e: Don't query FEC statistics when FEC is disabledCarolina Jubran1-6/+6
2025-10-29net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQAmery Hung1-3/+23
2025-10-29net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung1-6/+19
2025-10-29net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overheadCarolina Jubran3-43/+51
2025-10-29net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2025-10-29net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor1-1/+1
2025-10-19net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()Dan Carpenter1-1/+1
2025-10-15Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"Jakub Kicinski2-28/+1
2025-10-15net/mlx5: fw reset, add reset timeout workMoshe Shemesh1-0/+24
2025-10-15net/mlx5: pagealloc: Fix reclaim race during command interface teardownShay Drory1-2/+5
2025-10-15net/mlx5: Stop polling for command response if interface goes downMoshe Shemesh1-1/+5
2025-09-25Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"Tariq Toukan1-2/+0
2025-09-25net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu3-6/+37
2025-09-25net/mlx5e: Consider aggregated port speed during rate configurationJianbo Liu1-12/+72
2025-09-04net/mlx5: SF, Fix add port error handlingChris Mi1-0/+1
2025-09-04net/mlx5e: Set local Xoff after FW updateAlexei Lazar1-1/+2