summaryrefslogtreecommitdiffstats
path: root/include/rdma/uverbs_types.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-071-0/+5
* RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-121-2/+2
* RDMA/include: Replace license text with SPDX tagsLeon Romanovsky2020-07-291-28/+1
* RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-211-1/+2
* RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectJason Gunthorpe2020-01-131-2/+1
* RDMA/core: Do not allow alloc_commit to failJason Gunthorpe2020-01-131-3/+3
* RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-131-6/+6
* RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveJason Gunthorpe2020-01-131-0/+12
* RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_classJason Gunthorpe2020-01-131-1/+0
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-4/+8
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-011-2/+4
* IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2019-01-291-0/+1
* IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-101-4/+5
* IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-011-2/+4
* IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-011-1/+6
* IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-011-5/+11
* IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-37/+33
* IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-011-1/+0
* IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe2018-07-251-1/+1
* IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe2018-07-251-1/+1
* IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2018-07-251-2/+2
* IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-2/+3
* IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-091-4/+4
* IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-7/+4
* IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2017-08-311-0/+1
* IB/core: Declare an object instead of declaring only type attributesMatan Barak2017-08-311-15/+23
* IB/core: Rename write flag to exclusive in rdma_coreMatan Barak2017-04-201-16/+17
* IB/core: Change completion channel to use the reworked objects schemaMatan Barak2017-04-051-0/+9
* IB/core: Add support for fd objectsMatan Barak2017-04-051-0/+16
* IB/core: Add idr based standard typesMatan Barak2017-04-051-0/+14
* IB/core: Add support for idr typesMatan Barak2017-04-051-0/+132