aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20/+65
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-14/+5
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe1-4/+6
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky1-2/+2
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky1-3/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-4/+4
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-6/+2
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-4/+4
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-1/+1
2020-09-29RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky1-2/+15
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-4/+10
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-4/+9
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-10/+15
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-6/+14
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-2/+2
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky1-1/+1
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky1-5/+5
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky1-207/+86
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas1-0/+4
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb1-9/+3
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva1-1/+1
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas1-1/+24
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe1-1/+1
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe1-34/+6
2020-05-17RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas1-2/+1
2020-05-17RDMA/uverbs: Cleanup wq/srq context usage from uverbs layerYishai Hadas1-4/+0
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb1-9/+0
2020-02-11RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon1-8/+7
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe1-59/+73
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe1-1/+4
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe1-1/+1
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe1-18/+12
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe1-8/+1
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe1-5/+8
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe1-6/+11
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe1-13/+21
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe1-15/+25
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe1-11/+9