summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/uverbs_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-08RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe1-2/+8
2026-06-03RDMA/core: Don't make a dummy ib_udata on the stack in create_qpJason Gunthorpe1-13/+1
2026-05-29RDMA/uverbs: Expose CoCo DMA bounce requirement to userspaceJiri Pirko1-0/+2
2026-05-29RDMA/uverbs: Remove legacy umem field from struct ib_cqJiri Pirko1-1/+0
2026-05-26RDMA/core: Move flow related functions to ib_uverbs_support.koJason Gunthorpe1-76/+0
2026-04-29RDMA/core: Fix rereg_mr use-after-free raceMichael Guralnik1-2/+7
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 Romanovsky1-2/+2
2026-03-08RDMA: Use copy_struct_from_user() instead of open codingJason Gunthorpe1-18/+6
2026-02-25RDMA/core: Reject zero CQE countLeon Romanovsky1-0/+3
2026-02-25RDMA/core: Prepare create CQ path for API unificationLeon Romanovsky1-1/+4
2026-02-25RDMA/core: Manage CQ umem in core codeLeon Romanovsky1-0/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+11
2026-02-01RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmallocYi Liu1-1/+1
2026-01-26RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu1-1/+4
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas1-1/+1
2025-07-02RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modifyParav Pandit1-1/+2
2025-07-02RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP createParav Pandit1-2/+2
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP createParav Pandit1-1/+1
2025-07-01RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow createParav Pandit1-1/+1
2025-04-07RDMA/uverbs: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-03-13RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla1-68/+76
2025-03-09RDMA/uverbs: Add support for UCAPs in context creationChiara Meiohas1-0/+19
2024-12-04RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro1-5/+3
2024-08-12struct fd: representation changeAl Viro1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger1-1/+1
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer1-8/+8
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad1-1/+2
2023-06-11RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+4
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+2
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang1-2/+4
2021-12-06RDMA/uverbs: Remove the unnecessary assignmentZhu Yanjun1-1/+0
2021-11-03RDMA/core: Require the driver to set the IOVA correctly during rereg_mrAharon Landau1-3/+0
2021-08-03RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky1-11/+2
2021-08-03RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky1-11/+2
2021-08-03RDMA/core: Configure selinux QP during creationLeon Romanovsky1-7/+0
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-0/+5
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-1/+1
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb1-0/+5
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-2/+19
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang1-11/+12
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+1
2021-01-21RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INIXiao Yang1-1/+1
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe1-19/+64
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-14/+5