aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-03-18RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
2026-03-18RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-03-18RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-03-18RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-03-17RDMA/efa: Fix possible deadlockEthan Tidmore1-0/+1
2026-03-17RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ pathChuck Lever1-7/+9
2026-03-17RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever1-3/+18
2026-03-17RDMA/efa: Rename alloc_ucontext comp_mask to supported_capsMichael Margolin1-8/+9
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-11RDMA/rdmavt: Add driver mmap callbackDean Luick1-5/+17
2026-03-11RDMA/rdmavt: Correct multi-port QP iterationDean Luick1-1/+1
2026-03-11RDMA/rdmavt: Add ucontext alloc/dealloc passthroughDean Luick1-0/+8
2026-03-10IB/hfi1: kzalloc to kzalloc_flexRosen Penev2-9/+2
2026-03-10RDMA/hfi1: Remove opa_vnicDennis Dalessandro26-4536/+20
2026-03-10RDMA/ocrdma: kzalloc_objs to kzalloc_flexRosen Penev2-13/+4
2026-03-08RDMA/efa: Fix use of completion ctx after freeYonatan Nachum1-48/+39
2026-03-08RDMA/irdma: Add support for revocable pinned dmabuf importJacob Moroni1-12/+93
2026-03-08RDMA/umem: Add helpers for umem dmabuf revoke lockJacob Moroni1-0/+16
2026-03-08RDMA/umem: Add pinned revocable dmabuf import interfaceJacob Moroni1-0/+61
2026-03-08RDMA/umem: Move umem dmabuf revoke logic into helper functionJacob Moroni1-9/+17
2026-03-08RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helperJacob Moroni1-9/+26
2026-03-08RDMA/rtrs: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari2-2/+2
2026-03-08RDMA/bnxt_re: Support application specific CQsSriharsha Basavapatna3-18/+22
2026-03-08RDMA/bnxt_re: Separate kernel and user CQ creation pathsSriharsha Basavapatna1-53/+102
2026-03-08RDMA/bnxt_re: Refactor bnxt_re_create_cq()Sriharsha Basavapatna1-3/+26
2026-03-08RDMA/bnxt_re: Support doorbell extensionsKalesh AP4-0/+184
2026-03-08RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() functionKalesh AP4-225/+295
2026-03-08RDMA/bnxt_re: Move the UAPI methods to a dedicated fileKalesh AP4-305/+344
2026-03-08RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATAJason Gunthorpe3-0/+10
2026-03-08RDMA/bnxt_re: Use ib_respond_empty_udata()Jason Gunthorpe1-10/+15
2026-03-08RDMA/bnxt_re: Use ib_respond_udata()Jason Gunthorpe1-22/+9
2026-03-08RDMA/bnxt_re: Add missing comp_mask validationJason Gunthorpe1-2/+5
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi path for no dataJason Gunthorpe1-0/+57
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi pathJason Gunthorpe1-13/+16
2026-03-08RDMA: Add ib_respond_udata()Jason Gunthorpe1-0/+24
2026-03-08RDMA: Add ib_copy_validate_udata_in_cm()Jason Gunthorpe1-0/+12
2026-03-08RDMA: Add ib_copy_validate_udata_in()Jason Gunthorpe2-0/+54
2026-03-08RDMA/core: Add rdma_udata_to_dev()Jason Gunthorpe1-0/+27
2026-03-08RDMA: Use copy_struct_from_user() instead of open codingJason Gunthorpe1-18/+6
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-05Add support for TLP emulationLeon Romanovsky13-47/+85
2026-03-05RDMA/erdma: Remove numa_node from struct erdma_devattrCheng Xu3-3/+2
2026-03-05RDMA/core: Delete not-implemented get_vector_affinityLeon Romanovsky1-1/+0
2026-03-05RDMA/nldev: Expose kernel-internal FRMR pools in netlinkMichael Guralnik1-5/+23
2026-03-05RDMA/nldev: Add command to set pinned FRMR handlesMichael Guralnik1-11/+77