summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_uapi.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang2022-01-051-0/+3
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2020-10-261-4/+1
* IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas2020-05-211-0/+1
* IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas2020-05-211-0/+1
* IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas2020-05-211-0/+1
* RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe2020-01-131-0/+1
* RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe2020-01-131-3/+3
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter2019-05-301-0/+2
* IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas2019-01-291-5/+10
* RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-181-0/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+2
* IB/core: Enable getting an object type from a given uobjectYishai Hadas2018-12-041-0/+1
* IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas2018-12-041-2/+7
* RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-031-18/+5
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe2018-11-261-0/+3
* RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe2018-11-261-1/+1
* RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe2018-11-261-0/+7
* RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe2018-11-261-3/+2
* RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-261-2/+2
* RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe2018-11-221-6/+41
* RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe2018-11-221-0/+1
* RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe2018-11-221-2/+135
* RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe2018-11-221-0/+5
* RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe2018-11-221-14/+161
* RDMA/uverbs: Factor out the add/get pattern into a helperJason Gunthorpe2018-11-221-30/+44
* RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-221-59/+84
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-0/+1
|\
| * IB/uverbs: Free uapi on destroyMark Bloch2018-09-251-0/+1
* | IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2018-09-111-0/+12
|/
* IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-131-0/+3
* IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-101-0/+343