summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe2020-01-131-5/+8
* RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe2020-01-131-6/+11
* RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe2020-01-131-13/+21
* RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe2020-01-131-15/+25
* RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe2020-01-131-11/+9
* RDMA/core: Do not allow alloc_commit to failJason Gunthorpe2020-01-131-15/+25
* RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-061-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-211-1/+2
|\
| * RDMA: Fix double-free in srq creation error flowJack Morgenstein2019-09-161-1/+2
* | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-211-3/+0
|/
* RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-211-2/+0
* RDMA/uverbs: remove redundant assignment to variable retColin Ian King2019-07-041-1/+1
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-9/+21
|\
| * RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2019-05-271-4/+5
| * RDMA/core: Clear out the udata before error unwindJason Gunthorpe2019-05-271-5/+16
* | RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy2019-06-241-0/+1
* | RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy2019-06-241-0/+1
* | RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe2019-06-201-6/+3
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-5/+10
|/
* IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-031-1/+0
* RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch2019-05-031-0/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-3/+9
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-5/+3
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-3/+4
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-26/+26
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-011-1/+1
* RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche2019-03-281-1/+1
* RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky2019-02-251-0/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-10/+14
* RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-1/+1
* RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-191-0/+5
* RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-191-8/+7