index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
rdma
/
uverbs_types.h
Age
Commit message (
Expand
)
Author
2020-12-07
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
2020-11-12
RDMA/core: Make FD destroy callback void
Leon Romanovsky
2020-07-29
RDMA/include: Replace license text with SPDX tags
Leon Romanovsky
2020-05-21
RDMA/core: Allow the ioctl layer to abort a fully created uobject
Jason Gunthorpe
2020-01-13
RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject
Jason Gunthorpe
2020-01-13
RDMA/core: Do not allow alloc_commit to fail
Jason Gunthorpe
2020-01-13
RDMA/core: Simplify destruction of FD uobjects
Jason Gunthorpe
2020-01-13
RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
Jason Gunthorpe
2020-01-13
RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class
Jason Gunthorpe
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
2019-01-29
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD
Yishai Hadas
2018-08-10
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
2018-08-01
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
2018-08-01
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
2018-08-01
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
2018-08-01
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
2018-07-25
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
Jason Gunthorpe
2018-07-25
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
Jason Gunthorpe
2018-07-25
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
2018-07-09
IB/uverbs: Remove ib_uobject_file
Jason Gunthorpe
2018-07-09
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
2018-06-29
IB: Improve uverbs_cleanup_ucontext algorithm
Yishai Hadas
2017-08-31
IB/core: Explicitly destroy an object while keeping uobject
Matan Barak
2017-08-31
IB/core: Declare an object instead of declaring only type attributes
Matan Barak
2017-04-20
IB/core: Rename write flag to exclusive in rdma_core
Matan Barak
2017-04-05
IB/core: Change completion channel to use the reworked objects schema
Matan Barak
2017-04-05
IB/core: Add support for fd objects
Matan Barak
2017-04-05
IB/core: Add idr based standard types
Matan Barak
2017-04-05
IB/core: Add support for idr types
Matan Barak