aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-634/+1104
2026-06-11RDMA/core: Add ib_frmr_pool_drop for unrecoverable handlesMichael Guralnik1-0/+15
2026-06-11RDMA/core: Fix FRMR handle leak on push failureMichael Guralnik1-8/+11
2026-06-11RDMA/core: Avoid NULL dereference on FRMR bad usageMichael Guralnik1-1/+3
2026-06-11RDMA/core: Fix FRMR set pinned push error pathMichael Guralnik1-3/+8
2026-06-11RDMA/core: Fix FRMR aging push to queue error flowMichael Guralnik1-15/+38
2026-06-11RDMA/core: Fix skipped usage for driver built FRMR keyMichael Guralnik1-1/+1
2026-06-11IB/core: Delegate IB_QP_RATE_LIMIT validation to driversMaher Sanalla1-9/+4
2026-06-10RDMA/core: Fix broadcast address falsely detected as localMaher Sanalla1-1/+1
2026-06-09RDMA/iwcm: User strscpy() to copy device nameDavid Laight1-2/+2
2026-06-08RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe4-8/+67
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+16
2026-06-05IB/cm: Fix av cm device leak on an error path in cm_init_av_by_path()Jason Gunthorpe1-5/+8
2026-06-05RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()Jason Gunthorpe1-6/+12
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-2/+1
2026-06-03RDMA/core: Don't make a dummy ib_udata on the stack in create_qpJason Gunthorpe6-25/+33
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-01RDMA/core: Validate the passed in fops for ib_get_ucaps()Jason Gunthorpe1-5/+3
2026-05-29RDMA/umem: Block plain userspace memory registration under CoCo bounceJiri Pirko1-0/+3
2026-05-29RDMA/uverbs: Expose CoCo DMA bounce requirement to userspaceJiri Pirko2-0/+11
2026-05-29RDMA/uverbs: Use UMEM attributes for QP creationJiri Pirko1-0/+6
2026-05-29RDMA/uverbs: Remove legacy umem field from struct ib_cqJiri Pirko4-54/+0
2026-05-29RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpersJiri Pirko2-1/+58
2026-05-29RDMA/uverbs: Push out CQ buffer umem processing into a helperJiri Pirko2-57/+82
2026-05-29RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()Jiri Pirko1-15/+0
2026-05-29RDMA/core: Introduce generic buffer descriptor infrastructure for umemJiri Pirko2-0/+253
2026-05-29RDMA/umem: Split ib_umem_get_va() into a thin wrapper around __ib_umem_get_va()Jiri Pirko1-10/+17
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko2-6/+6
2026-05-26RDMA/core: Move flow related functions to ib_uverbs_support.koJason Gunthorpe3-77/+80
2026-05-26RDMA/core: Move ucaps into ib_uverbs_support.koJason Gunthorpe3-10/+7
2026-05-26RDMA/core: Make a new module for the uverbs components needed by driversJason Gunthorpe5-105/+133
2026-05-26RDMA/core: Remove uverbs_async_event_release()Jason Gunthorpe5-21/+49
2026-05-26RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbsJason Gunthorpe5-234/+233
2026-05-26RDMA/core: Do not compile ib_core_uverbs without USER_ACCESSJason Gunthorpe3-9/+5
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe6-137/+146
2026-05-25RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui1-1/+1
2026-05-25RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind()Tao Cui1-1/+9
2026-05-19RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()Jason Gunthorpe3-16/+15
2026-05-19RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbsJason Gunthorpe3-122/+124
2026-05-18RDMA/cma: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-3/+3
2026-05-13RDMA/nldev: Add mutual exclusion in nldev_dellink()Edward Adam Davis1-0/+3
2026-05-10RDMA/addr: Change addr_wq back to unordered workqueueSurabhi Gogte1-1/+1
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-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+1