summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorLines
2026-05-02RDMA/mlx5: Add missing store/release for lock elision patternJason Gunthorpe-6/+6
2026-05-02RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmdJason Gunthorpe-1/+1
2026-04-29RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creationMichael Guralnik-0/+5
2026-04-29RDMA/mlx5: Fix UAF in DCT destroy due to race with createEdward Srouji-1/+8
2026-04-29RDMA/mlx5: Fix UAF in SRQ destroy due to race with createEdward Srouji-1/+8
2026-04-28RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()Junrui Luo-0/+1
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1260/+478
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+1
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe-5/+5
2026-03-31RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()Jason Gunthorpe-9/+8
2026-03-31RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_maskJason Gunthorpe-2/+2
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for MWJason Gunthorpe-9/+6
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQJason Gunthorpe-12/+3
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe-1/+1
2026-03-31RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()Jason Gunthorpe-7/+3
2026-03-31RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()Jason Gunthorpe-41/+10
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky-8/+5
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky-1/+1
2026-03-22mlx5: Remove redundant iseg baseParav Pandit-1/+1
2026-03-16net/mlx5: Expose MLX5_UMR_ALIGN definitionTariq Toukan-1/+0
2026-03-16{net/RDMA}/mlx5: Add LAG demux table API and vport demux rulesShay Drory-14/+28
2026-03-16net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence numberShay Drory-1/+3
2026-03-05RDMA/mlx5: Add support for TLP VAR allocationMaher Sanalla-6/+34
2026-03-05RDMA/mlx5: Add TLP VAR region support and infrastructureMaher Sanalla-5/+54
2026-03-05RDMA/mlx5: Refactor VAR table to use region abstractionMaher Sanalla-30/+38
2026-03-02RDMA/mlx5: Switch from MR cache to FRMR poolsMichael Guralnik-1064/+191
2026-03-02RDMA/mlx5: Move device async_ctx initializationChiara Meiohas-2/+3
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky-13/+11
2026-02-25RDMA/mlx5: Provide a modern CQ creation interfaceLeon Romanovsky-51/+107
2026-02-25RDMA/mlx5: Save 4 bytes in CQ structureLeon Romanovsky-4/+5
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky-0/+2
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-118/+389
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-14/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-65/+65
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-95/+91
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-23/+306
2026-02-08RDMA/mlx5: Implement DMABUF export opsYishai Hadas-0/+72
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-1/+1
2026-02-02RDMA/mlx5: Support rate limit only for Raw Packet QPKalesh AP-0/+5
2026-01-27RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan-2/+2
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky-1/+1
2026-01-18IB/mlx5: Fix port speed query for representorsOr Har-Toov-6/+14
2026-01-18RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas-9/+68
2026-01-05RDMA/mlx5: Avoid direct access to DMA device pointerLeon Romanovsky-5/+6
2026-01-05RDMA/mlx5: Fix ucaps init error flowMaher Sanalla-1/+5
2026-01-05RDMA/mlx5: Implement query_port_speed callbackOr Har-Toov-0/+126
2026-01-05RDMA/mlx5: Raise async event on device speed changeOr Har-Toov-0/+8
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-69/+186