aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds20-133/+1279
2026-04-17RDMA/core: Fix user CQ creation for drivers without create_cqMichael Margolin1-2/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-12/+2
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+1
2026-04-09IB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
2026-04-09RDMA/core: Prefer NLA_NUL_STRINGFlorian Westphal1-3/+3
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-2/+3
2026-04-07RDMA/core: Fix memory free for GID tablezhenwei pi1-1/+0
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)1-3/+3
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+27
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie2-12/+30
2026-03-30RDMA/core: Use kzalloc_flex for GID tableRosen Penev1-11/+3
2026-03-30RDMA/umem: Use consistent DMA attributes when unmapping entriesLeon Romanovsky1-7/+6
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky2-12/+30
2026-03-30RDMA/uverbs: Update outdated reference to remove_commit_idr_uobject()Kexin Sun1-2/+2
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky1-0/+3
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky2-3/+3
2026-03-30RDMA/core: Remove unused ib_resize_cq() implementationLeon Romanovsky1-10/+0
2026-03-30RDMA/nldev: Add dellink function pointerZhu Yanjun1-0/+12
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-2/+1
2026-03-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-10/+27
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-2/+3
2026-03-20RDMA/umem: Tell DMA mapping that UMEM requires coherencyLeon Romanovsky1-2/+3
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-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: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATAJason Gunthorpe2-0/+9
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-05Add support for TLP emulationLeon Romanovsky6-5/+57
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
2026-03-02RDMA/core: Add netlink command to modify FRMR agingMichael Guralnik3-2/+68
2026-03-02RDMA/nldev: Add command to get FRMR poolsMichael Guralnik1-0/+165
2026-03-02RDMA/core: Add pinned handles to FRMR poolsMichael Guralnik2-0/+130
2026-03-02RDMA/core: Add FRMR pools statisticsMichael Guralnik2-2/+13
2026-03-02RDMA/core: Add aging to FRMR poolsMichael Guralnik2-8/+81
2026-03-02IB/core: Introduce FRMR poolsMichael Guralnik3-1/+368
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie3-12/+2
2026-02-26RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf fileLeon Romanovsky1-0/+2
2026-02-25RDMA/core: Reject zero CQE countLeon Romanovsky4-6/+18
2026-02-25RDMA/core: Prepare create CQ path for API unificationLeon Romanovsky4-8/+21