aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/uverbs_types.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrGravatar Jason Gunthorpe 1-0/+5
2020-11-12RDMA/core: Make FD destroy callback voidGravatar Leon Romanovsky 1-2/+2
2020-07-29RDMA/include: Replace license text with SPDX tagsGravatar Leon Romanovsky 1-28/+1
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectGravatar Jason Gunthorpe 1-1/+2
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectGravatar Jason Gunthorpe 1-2/+1
2020-01-13RDMA/core: Do not allow alloc_commit to failGravatar Jason Gunthorpe 1-3/+3
2020-01-13RDMA/core: Simplify destruction of FD uobjectsGravatar Jason Gunthorpe 1-6/+6
2020-01-13RDMA/mlx5: Use RCU and direct refcounts to keep memory aliveGravatar Jason Gunthorpe 1-0/+12
2020-01-13RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_classGravatar Jason Gunthorpe 1-1/+0
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathGravatar Shamir Rabinovitch 1-4/+8
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsGravatar Shamir Rabinovitch 1-2/+4
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDGravatar Yishai Hadas 1-0/+1
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectGravatar Jason Gunthorpe 1-4/+5
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateGravatar Jason Gunthorpe 1-2/+4
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateGravatar Jason Gunthorpe 1-1/+6
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumGravatar Jason Gunthorpe 1-5/+11
2018-08-01IB/uverbs: Consolidate uobject destructionGravatar Jason Gunthorpe 1-37/+33
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlGravatar Jason Gunthorpe 1-1/+0
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitGravatar Jason Gunthorpe 1-1/+1
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Gravatar Jason Gunthorpe 1-1/+1
2018-07-25IB/uverbs: Handle IDR and FD types without truncationGravatar Jason Gunthorpe 1-2/+2
2018-07-09IB/uverbs: Remove ib_uobject_fileGravatar Jason Gunthorpe 1-2/+3
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsGravatar Jason Gunthorpe 1-4/+4
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmGravatar Yishai Hadas 1-7/+4
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectGravatar Matan Barak 1-0/+1
2017-08-31IB/core: Declare an object instead of declaring only type attributesGravatar Matan Barak 1-15/+23
2017-04-20IB/core: Rename write flag to exclusive in rdma_coreGravatar Matan Barak 1-16/+17
2017-04-05IB/core: Change completion channel to use the reworked objects schemaGravatar Matan Barak 1-0/+9
2017-04-05IB/core: Add support for fd objectsGravatar Matan Barak 1-0/+16
2017-04-05IB/core: Add idr based standard typesGravatar Matan Barak 1-0/+14
2017-04-05IB/core: Add support for idr typesGravatar Matan Barak 1-0/+132