summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/qp.c
AgeCommit message (Expand)Author
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn
2020-06-18RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner
2020-04-24IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan
2019-10-22infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com
2019-07-08RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl
2019-06-28IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam
2019-06-28IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn
2019-05-30IB/rdmavt: Use struct_size() helperGustavo A. R. Silva
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn
2019-04-24IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan
2019-02-05IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl
2019-01-21IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook