aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/srq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam1-5/+5
2019-06-28IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam1-27/+32
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-28/+15
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-5/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-1/+4
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-01-05IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn1-7/+9
2016-03-10IB/rdmavt: Remove unnecessary exported functionsDennis Dalessandro1-0/+1
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-1/+20
2016-03-10IB/rdmavt: Add srq functionality to rdmavtJubin John1-5/+252
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Add SRQ stubsDennis Dalessandro1-0/+86