aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe1-1/+5
2022-04-04IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche1-1/+5
2022-04-04IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-01-28IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn1-0/+2
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter1-1/+1
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing1-43/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-57/+34
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky1-5/+8
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-1/+2
2021-01-28RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problemLee Jones1-1/+1
2021-01-22RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanoursLee Jones1-14/+20
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-4/+4
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-3/+4
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn1-29/+4
2020-06-18RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki1-2/+4
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner1-5/+19
2020-04-24IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee1-2/+2
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe1-33/+51
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan1-33/+51
2019-10-22infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com1-15/+15
2019-07-08RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe1-5/+27
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl1-1/+1
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl1-3/+55
2019-06-28IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl1-23/+12
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-2/+1
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam1-35/+62
2019-06-28IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam1-41/+111
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-1/+2
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn1-22/+9
2019-05-30IB/rdmavt: Use struct_size() helperGustavo A. R. Silva1-3/+1
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn1-7/+2
2019-04-24IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn1-11/+4
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-4/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl1-10/+23
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn1-10/+16
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-1/+4
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford1-6/+8
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan1-0/+1
2019-02-05IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan1-5/+6
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan1-1/+1
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+6
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-24/+2
2019-01-21IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn1-1/+6
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-1/+8