aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types_counters.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche1-0/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-5/+5
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe1-2/+2
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe1-0/+6
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe1-12/+8
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe1-12/+9
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe1-5/+5
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe1-2/+1
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe1-5/+5
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe1-24/+26
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-4/+3
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-4/+5
2018-06-02IB/uverbs: Add read counters supportRaed Salem1-1/+58
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem1-0/+100