summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
14 daysRDMA/core: Fix memory leak in __ib_create_cq() on invalid cqeChenguang Zhao1-3/+3
14 daysRDMA/cma: Fix hardware address comparison length in netevent callbackOr Gerlitz1-1/+1
14 daysIB/mad: Drop unmatched RMPP responses before reassemblyMichael Bommarito1-0/+30
2026-07-24RDMA/core: Add ib_frmr_pool_drop for unrecoverable handlesMichael Guralnik1-0/+15
2026-07-24RDMA/core: Fix FRMR handle leak on push failureMichael Guralnik1-8/+11
2026-07-24RDMA/core: Avoid NULL dereference on FRMR bad usageMichael Guralnik1-1/+3
2026-07-24RDMA/core: Fix FRMR set pinned push error pathMichael Guralnik1-3/+8
2026-07-24RDMA/core: Fix FRMR aging push to queue error flowMichael Guralnik1-15/+38
2026-07-24RDMA/core: Fix skipped usage for driver built FRMR keyMichael Guralnik1-1/+1
2026-07-24RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe4-8/+67
2026-07-24IB/cm: Fix av cm device leak on an error path in cm_init_av_by_path()Jason Gunthorpe1-5/+8
2026-07-24RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui1-1/+1
2026-07-18RDMA/core: Fix broadcast address falsely detected as localMaher Sanalla1-1/+1
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+16
2026-06-03RDMA/core: Validate cpu_id against nr_cpu_ids in DMAH allocYishai Hadas1-0/+5
2026-06-03RDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe1-2/+2
2026-06-02RDMA/core: Validate the passed in fops for ib_get_ucaps()Jason Gunthorpe1-5/+3
2026-05-20RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()Jason Gunthorpe3-16/+15
2026-05-20RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbsJason Gunthorpe3-122/+124
2026-05-13RDMA/nldev: Add mutual exclusion in nldev_dellink()Edward Adam Davis1-0/+3
2026-04-29RDMA/core: Fix rereg_mr use-after-free raceMichael Guralnik1-2/+7
2026-04-29IB/core: Fix IPv6 netlink message size in ib_nl_ip_send_msg()Maher Sanalla1-1/+1
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/...Linus Torvalds1-3/+3
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-12/+2
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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/...Linus 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