summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-221-1/+4
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+2
* IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang2022-04-041-2/+4
* RDMA/uverbs: Remove the unnecessary assignmentZhu Yanjun2021-12-061-1/+0
* RDMA/core: Require the driver to set the IOVA correctly during rereg_mrAharon Landau2021-11-031-3/+0
* RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky2021-08-031-11/+2
* RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky2021-08-031-11/+2
* RDMA/core: Configure selinux QP during creationLeon Romanovsky2021-08-031-7/+0
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-0/+5
|\
| * RDMA: Verify port when creating flow ruleMaor Gottlieb2021-06-101-0/+5
* | RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-021-2/+19
|/
* RDMA/core: Remove redundant spacesWenpeng Liang2021-04-121-11/+12
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-1/+1
* RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INIXiao Yang2021-01-211-1/+1
* RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-071-20/+65
* RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-071-14/+5
* RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe2020-12-071-4/+6
* RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-271-2/+2
* RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-121-3/+2
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-4/+4
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-6/+2
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-4/+4
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-1/+1
* RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky2020-09-291-2/+15
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-4/+10
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-221-4/+9
* RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-10/+15
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-6/+14
* RDMA: Remove constant domain argument from flow creation callLeon Romanovsky2020-08-181-2/+2
* RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky2020-07-241-1/+1
* RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky2020-07-241-5/+5
* RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky2020-07-241-207/+86
* IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-061-0/+4
* RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2020-07-061-9/+3
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/core: Use sizeof_field() helperGustavo A. R. Silva2020-05-271-1/+1
* IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas2020-05-211-1/+24
* RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-211-1/+1
* RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe2020-05-171-34/+6
* RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas2020-05-171-2/+1
* RDMA/uverbs: Cleanup wq/srq context usage from uverbs layerYishai Hadas2020-05-171-4/+0
* RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb2020-03-041-9/+0
* RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon2020-02-111-8/+7
* RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe2020-01-161-59/+73
* RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe2020-01-161-1/+4
* RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe2020-01-131-1/+1
* RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe2020-01-131-18/+12
* RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe2020-01-131-8/+1