summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
4 daysnet/mlx5e: Don't call cleanup on profile rollback failureCosmin Ratiu1-1/+3
4 daysnet/mlx5: Unregister notifier on eswitch init failureCosmin Ratiu1-2/+3
4 daysnet/mlx5: Fix command bitmask initializationShay Drory1-2/+6
4 daysnet/mlx5: Check for invalid vector index on EQ creationMaher Sanalla1-0/+6
4 daysnet/mlx5: HWS, use lock classes for bwc locksCosmin Ratiu2-2/+19
4 daysnet/mlx5: HWS, don't destroy more bwc queue locks than allocatedCosmin Ratiu1-1/+1
4 daysnet/mlx5: HWS, fixed double free in error flow of definer layoutYevgeny Kliteynik1-2/+2
4 daysnet/mlx5: HWS, removed wrong access to a number of rules variableYevgeny Kliteynik1-3/+1
2024-10-03Merge 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-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-13net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu1-12/+13
2024-09-13net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data splitDragos Tatulea3-0/+13
2024-09-13net/mlx5: Add NOT_READY command return statusShay Drory1-1/+6
2024-09-13net/mlx5: Allow users to configure affinity for SFsShay Drory1-1/+1
2024-09-13net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh1-5/+8
2024-09-13net/mlx5: Add support for sync reset using hot resetMoshe Shemesh2-16/+69
2024-09-13net/mlx5: fs, add support for no append at software levelMark Bloch4-16/+242
2024-09-13net/mlx5: fs, separate action and destination into distinct structMark Bloch5-98/+104
2024-09-13net/mlx5: fs, remove unused memberMark Bloch1-1/+0
2024-09-13net/mlx5: fs, move hardware fte deletion function resetMark Bloch1-2/+2
2024-09-13net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh1-8/+8
2024-09-13net/mlx5: fs, move steering common function to fs_cmd.hMoshe Shemesh2-16/+16
2024-09-13net/mlx5: HWS, fixed error flow return values of some functionsYevgeny Kliteynik3-6/+6
2024-09-13net/mlx5: HWS, updated API functions comments to kernel docYevgeny Kliteynik1-392/+364
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-22/+51
2024-09-11net/mlx5: Expose HW bits for Memory scheme ODPMichael Guralnik1-14/+14
2024-09-09net/mlx5: Fix bridge mode operations when there are no VFsBenjamin Poirier1-2/+2
2024-09-09net/mlx5: Verify support for scheduling element and TSAR typeCarolina Jubran2-20/+31
2024-09-09net/mlx5: Explicitly set scheduling element and TSAR typeCarolina Jubran1-0/+7
2024-09-09net/mlx5e: Add missing link mode to ptys2ext_ethtool_mapShahar Shitrit1-0/+6
2024-09-09net/mlx5e: Add missing link modes to ptys2ethtool_mapShahar Shitrit1-0/+4
2024-09-09net/mlx5: Update the list of the PCI supported devicesMaher Sanalla1-0/+1
2024-09-09net/mlx5: HWS, added API and enabled HWS supportYevgeny Kliteynik5-4/+991
2024-09-09net/mlx5: HWS, added send engine and context handlingYevgeny Kliteynik4-0/+1803
2024-09-09net/mlx5: HWS, added debug dump and internal headersYevgeny Kliteynik4-0/+1093
2024-09-09net/mlx5: HWS, added backward-compatible API handlingYevgeny Kliteynik4-0/+1185
2024-09-09net/mlx5: HWS, added memory management handlingYevgeny Kliteynik4-0/+961
2024-09-09net/mlx5: HWS, added vport handlingYevgeny Kliteynik2-0/+99