aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak1-85/+91
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe1-2/+2
2018-02-15IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe1-1/+4
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak1-2/+3
2018-02-01IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl1-1/+1
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky1-0/+3
2017-11-13RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann1-11/+10
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann1-1/+2
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak1-1/+137
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak1-0/+40
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak1-0/+17
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak1-64/+48
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-1/+1
2017-04-28Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky1-24/+24
2017-04-20IB/core: Rename uverbs event file structureMatan Barak1-10/+10
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak1-1/+32
2017-04-05IB/core: Add idr based standard typesMatan Barak1-0/+244