summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Fix RCU annotation for radix slot deferenceJason Gunthorpe2018-10-041-6/+3Star
* IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2018-09-111-0/+114
* RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch2018-09-051-0/+23
* IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe2018-08-131-28/+13Star
* IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-131-269/+203Star
* IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe2018-08-131-20/+89
* IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-111-3/+64
* IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe2018-08-111-55/+57
* IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-111-5/+1Star
* IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe2018-08-091-1/+1
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-1/+1
* IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-011-1/+6
* IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe2018-08-011-3/+25
* IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-311-0/+51
* IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-4/+1Star
* IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe2018-07-251-7/+9
* IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2018-07-091-2/+2
* RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe2018-07-041-2/+2
* RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-041-6/+4Star
* RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-10/+10
* RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-14/+12Star
* IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe2018-06-221-4/+2Star
* IB/uverbs: Allow an empty namespace in ioctl() frameworkMatan Barak2018-06-191-2/+13
* IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak2018-06-191-1/+24
* IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak2018-06-191-12/+51
* IB/uverbs: Fix validating mandatory attributesMatan Barak2018-04-271-0/+9
* IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak2018-04-041-9/+30
* IB/uverbs: Safely extend existing attributesMatan Barak2018-03-191-2/+24
* IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak2018-03-191-2/+2
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+4
* IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak2018-02-151-0/+3
* RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe2018-01-251-6/+13
* RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche2017-10-181-10/+3Star
* IB/core: Add new ioctl interfaceMatan Barak2017-08-311-0/+364