summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/qp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe2019-07-081-5/+27
* IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl2019-06-291-1/+1
* IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl2019-06-291-3/+55
* IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl2019-06-291-23/+12Star
* IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-291-2/+1Star
* IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam2019-06-291-35/+62
* IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam2019-06-291-41/+111
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-1/+2
|\
| * IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-05-291-1/+2
* | IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2019-06-211-22/+9Star
* | IB/rdmavt: Use struct_size() helperGustavo A. R. Silva2019-05-301-3/+1Star
|/
* IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-7/+2Star
* IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn2019-04-241-11/+4Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-4/+1Star
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+1
* IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-041-10/+23
* IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-041-10/+16
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-1/+4
* Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2019-02-091-6/+8
|\
| * IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-061-0/+1
| * IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan2019-02-051-5/+6
| * IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-1/+1
* | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-1/+6
|\ \ | |/ |/|
| * IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
* | IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl2019-01-301-24/+2Star
|/
* IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-071-1/+8
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-041-0/+331
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-041-0/+43
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-041-0/+258
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-4/+1Star
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-8/+20
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-6/+8
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-6/+6
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+3
* IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-2/+4
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-1/+1
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-5/+4Star
* IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
* IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-0/+149
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-14/+13Star
|\
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-111-9/+9
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-051-5/+6
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1Star
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-7/+6Star
|\ \ | |/ |/|
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
| |\
| | * IB/rdmavt: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4Star