aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
7 daysRDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+4
2026-05-02RDMA/mlx5: Add missing store/release for lock elision patternJason Gunthorpe2-6/+6
2026-05-02RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmdJason Gunthorpe1-1/+1
2026-04-29RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creationMichael Guralnik1-0/+5
2026-04-29RDMA/mlx5: Fix UAF in DCT destroy due to race with createEdward Srouji1-1/+8
2026-04-29RDMA/mlx5: Fix UAF in SRQ destroy due to race with createEdward Srouji1-1/+8
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 Torvalds14-1260/+478
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe4-5/+5
2026-03-31RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()Jason Gunthorpe1-9/+8
2026-03-31RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_maskJason Gunthorpe1-2/+2
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for MWJason Gunthorpe1-9/+6
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQJason Gunthorpe1-12/+3
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe1-1/+1
2026-03-31RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()Jason Gunthorpe1-7/+3
2026-03-31RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()Jason Gunthorpe1-41/+10
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky2-8/+5
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-16net/mlx5: Expose MLX5_UMR_ALIGN definitionTariq Toukan1-1/+0
2026-03-16{net/RDMA}/mlx5: Add LAG demux table API and vport demux rulesShay Drory3-14/+28
2026-03-16net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence numberShay Drory1-1/+3
2026-03-05RDMA/mlx5: Add support for TLP VAR allocationMaher Sanalla1-6/+34
2026-03-05RDMA/mlx5: Add TLP VAR region support and infrastructureMaher Sanalla2-5/+54
2026-03-05RDMA/mlx5: Refactor VAR table to use region abstractionMaher Sanalla2-30/+38
2026-03-02RDMA/mlx5: Switch from MR cache to FRMR poolsMichael Guralnik5-1064/+191
2026-03-02RDMA/mlx5: Move device async_ctx initializationChiara Meiohas2-2/+3
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky5-13/+11
2026-02-25RDMA/mlx5: Provide a modern CQ creation interfaceLeon Romanovsky3-51/+107
2026-02-25RDMA/mlx5: Save 4 bytes in CQ structureLeon Romanovsky3-4/+5
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky2-0/+2
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard20-118/+389
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds5-14/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds18-65/+65
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook18-95/+91
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-23/+306
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-02-02RDMA/mlx5: Support rate limit only for Raw Packet QPKalesh AP1-0/+5
2026-01-27RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan1-2/+2
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky1-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 Meiohas2-9/+68
2026-01-05RDMA/mlx5: Avoid direct access to DMA device pointerLeon Romanovsky1-5/+6
2026-01-05RDMA/mlx5: Fix ucaps init error flowMaher Sanalla1-1/+5
2026-01-05RDMA/mlx5: Implement query_port_speed callbackOr Har-Toov2-0/+126
2026-01-05RDMA/mlx5: Raise async event on device speed changeOr Har-Toov1-0/+8