aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types_cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe1-5/+2
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-3/+3
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe1-0/+6
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-10/+8
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe1-15/+6
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-5/+8
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-1/+1
2018-07-09IB/uverbs: Do not use uverbs_cmd_mask in the ioctl pathJason Gunthorpe1-4/+1
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe1-1/+0
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe1-1/+1
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe1-4/+3
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-8/+9
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-31/+37
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe1-1/+1
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-2/+2
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-7/+11
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak1-11/+12
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak1-0/+2
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak1-0/+208