aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe1-6/+0
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe1-0/+4
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe1-1/+1
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe1-0/+50
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe1-0/+3
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe1-0/+2
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-1/+2
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe1-1/+1
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe1-13/+8
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe1-1/+0
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe1-1/+1
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak1-7/+3
2017-08-31IB/core: Add new ioctl interfaceMatan Barak1-0/+5
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak1-1/+21
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak1-0/+17
2017-04-05IB/core: Add support for fd objectsMatan Barak1-0/+8
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak1-0/+15
2017-04-05IB/core: Add support for idr typesMatan Barak1-0/+55