summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2024-11-11net/mlx5e: Disable loopback self-test on multi-PF netdevCarolina Jubran1-0/+4
2024-11-11net/mlx5e: CT: Fix null-ptr-deref in add rule err flowMoshe Shemesh1-1/+1
2024-11-11net/mlx5e: clear xdp features on non-uplink representorsWilliam Tu1-1/+2
2024-11-11net/mlx5e: kTLS, Fix incorrect page refcountingDragos Tatulea1-4/+4
2024-11-11net/mlx5: fs, lock FTE when checking if activeMark Bloch1-3/+12
2024-11-11net/mlx5: Fix msix vectors to respect platform limitParav Pandit1-5/+27
2024-11-11net/mlx5: E-switch, unload IB representors when unloading ETH representorsChiara Meiohas1-1/+4
2024-10-30mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel1-2/+24
2024-10-30mlxsw: pci: Sync Rx buffers for deviceAmit Cohen1-1/+2
2024-10-30mlxsw: pci: Sync Rx buffers for CPUAmit Cohen1-7/+15
2024-10-30mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen1-0/+7
2024-10-22mlxsw: spectrum_router: fix xa_store() error checkingYuan Can1-6/+3
2024-10-17net/mlx5e: Don't call cleanup on profile rollback failureCosmin Ratiu1-1/+3
2024-10-17net/mlx5: Unregister notifier on eswitch init failureCosmin Ratiu1-2/+3
2024-10-17net/mlx5: Fix command bitmask initializationShay Drory1-2/+6
2024-10-17net/mlx5: Check for invalid vector index on EQ creationMaher Sanalla1-0/+6
2024-10-17net/mlx5: HWS, use lock classes for bwc locksCosmin Ratiu2-2/+19
2024-10-17net/mlx5: HWS, don't destroy more bwc queue locks than allocatedCosmin Ratiu1-1/+1
2024-10-17net/mlx5: HWS, fixed double free in error flow of definer layoutYevgeny Kliteynik1-2/+2
2024-10-17net/mlx5: HWS, removed wrong access to a number of rules variableYevgeny Kliteynik1-3/+1
2024-10-02Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski9-8/+32
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+16
2024-09-25net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu1-1/+7
2024-09-25net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea1-1/+1
2024-09-25net/mlx5: HWS, changed E2BIG error to a negative return codeYevgeny Kliteynik3-4/+4
2024-09-25net/mlx5: HWS, fixed double-free in error flow of creating SQYevgeny Kliteynik1-1/+7
2024-09-25net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina1-0/+3
2024-09-25net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella1-0/+10
2024-09-25net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer1-1/+0
2024-09-25net/mlx5: Support throttled commands from async APIDragos Tatulea1-5/+16
2024-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-55/+75
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-84/+31
2024-09-15net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()Dan Carpenter1-1/+1
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas1-35/+41
2024-09-13net/mlx5: Handle memory scheme ODP capabilitiesMichael Guralnik1-4/+18
2024-09-12net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu1-12/+13
2024-09-12net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data splitDragos Tatulea3-0/+13
2024-09-12net/mlx5: Add NOT_READY command return statusShay Drory1-1/+6
2024-09-12net/mlx5: Allow users to configure affinity for SFsShay Drory1-1/+1
2024-09-12net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh1-5/+8
2024-09-12net/mlx5: Add support for sync reset using hot resetMoshe Shemesh2-16/+69
2024-09-12net/mlx5: fs, add support for no append at software levelMark Bloch4-16/+242
2024-09-12net/mlx5: fs, separate action and destination into distinct structMark Bloch5-98/+104
2024-09-12net/mlx5: fs, remove unused memberMark Bloch1-1/+0
2024-09-12net/mlx5: fs, move hardware fte deletion function resetMark Bloch1-2/+2
2024-09-12net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh1-8/+8
2024-09-12net/mlx5: fs, move steering common function to fs_cmd.hMoshe Shemesh2-16/+16
2024-09-12net/mlx5: HWS, fixed error flow return values of some functionsYevgeny Kliteynik3-6/+6
2024-09-12net/mlx5: HWS, updated API functions comments to kernel docYevgeny Kliteynik1-392/+364
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-22/+51