aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-02RDMA/mlx5: Add missing store/release for lock elision patternJason Gunthorpe1-4/+4
2026-04-28RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()Junrui Luo1-0/+1
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-45/+127
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe1-1/+1
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-22mlx5: Remove redundant iseg baseParav Pandit1-1/+1
2026-03-16{net/RDMA}/mlx5: Add LAG demux table API and vport demux rulesShay Drory1-10/+11
2026-03-05RDMA/mlx5: Add support for TLP VAR allocationMaher Sanalla1-6/+34
2026-03-05RDMA/mlx5: Add TLP VAR region support and infrastructureMaher Sanalla1-5/+52
2026-03-05RDMA/mlx5: Refactor VAR table to use region abstractionMaher Sanalla1-29/+33
2026-03-02RDMA/mlx5: Switch from MR cache to FRMR poolsMichael Guralnik1-3/+4
2026-03-02RDMA/mlx5: Move device async_ctx initializationChiara Meiohas1-0/+3
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky1-5/+3
2026-02-25RDMA/mlx5: Provide a modern CQ creation interfaceLeon Romanovsky1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-12/+12
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-16/+289
2026-02-08RDMA/mlx5: Implement DMABUF export opsYishai Hadas1-0/+72
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla1-1/+1
2026-01-18IB/mlx5: Fix port speed query for representorsOr Har-Toov1-6/+14
2026-01-18RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas1-9/+66
2026-01-05RDMA/mlx5: Fix ucaps init error flowMaher Sanalla1-1/+5
2026-01-05RDMA/mlx5: Implement query_port_speed callbackOr Har-Toov1-0/+124
2026-01-05RDMA/mlx5: Raise async event on device speed changeOr Har-Toov1-0/+8
2025-11-24RDMA/mlx5: Add support for 1600_8x lane speedMaher Sanalla1-0/+4
2025-10-24{rdma,net}/mlx5: Query vports mac address from deviceAdithya Jayachandran1-1/+1
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky1-4/+10
2025-08-25RDMA/mlx5: Fix vport loopback forcing for MPV devicePatrisious Haddad1-4/+15
2025-08-25RDMA/mlx5: Better estimate max_qp_wr to reflect WQE countOr Har-Toov1-1/+47
2025-08-25RDMA/mlx5: Enable Data-Direct with Relaxed OrderingYishai Hadas1-2/+30
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+11
2025-07-23RDMA/mlx5: Add DMAH object supportYishai Hadas1-0/+5
2025-06-26RDMA/mlx5: Allocate IB device with net namespace supplied from core devMark Bloch1-2/+4
2025-06-25RDMA/mlx5: Support driver APIs pre_destroy_cq and post_destroy_cqMark Zhang1-0/+2
2025-06-25RDMA/mlx5: Fix vport loopback for MPV devicePatrisious Haddad1-0/+33
2025-05-18RDMA/mlx5: Add support for 200Gbps per lane speedsPatrisious Haddad1-0/+12
2025-05-18RDMA/mlx5: Remove the redundant MLX5_IB_STAGE_UAR stageYishai Hadas1-17/+0
2025-03-09RDMA/mlx5: Check enabled UCAPs when creating ucontextChiara Meiohas1-4/+26
2025-03-09RDMA/mlx5: Create UCAP char devices for supported device capabilitiesChiara Meiohas1-0/+47
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+1
2025-01-02RDMA/mlx5: Fix link status down event for MPVPatrisious Haddad1-1/+2
2024-12-25RDMA/mlx5: Handle link status event only for LAG deviceYuyu Li1-0/+3
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-2/+4
2024-11-14RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad1-21/+19
2024-11-04RDMA/mlx5: Add implementation for ufile_hw_cleanup device operationPatrisious Haddad1-0/+1
2024-11-04RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas1-10/+18
2024-11-04RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas1-1/+0
2024-11-04RDMA/mlx5: Support OOO RX WQE consumptionEdward Srouji1-0/+8