summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
* RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman2019-05-021-0/+2
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-6/+9
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-011-8/+4Star
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-0/+3
* RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-141-13/+49
* IB/core: uverbs copy to struct or zero helperMichael Guralnik2018-12-201-0/+11
* RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-181-18/+22
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-271-0/+3
* RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-271-4/+3Star
* 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