summaryrefslogtreecommitdiffstats
path: root/include/rdma/rdmavt_qp.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky2021-08-031-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-46/+4
|\
| * RDMA/include: Replace license text with SPDX tagsLeon Romanovsky2020-07-291-46/+4
* | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-291-0/+19
|/
* IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-211-1/+28
* IB/rdmavt: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn2020-01-031-21/+1
* IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan2019-09-131-0/+35
* IB/hfi1: Unreserve a flushed OPFN requestKaike Wan2019-07-221-5/+4
* IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl2019-06-281-0/+50
* IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl2019-06-281-3/+19
* IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-281-4/+43
* IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam2019-06-281-0/+7
* IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam2019-06-281-21/+31
* IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2019-06-281-0/+32
* IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2019-06-201-36/+0
* IB/rdmavt: Add new completion inlineMike Marciniszyn2019-06-201-0/+72
* IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-0/+14
* IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2019-04-241-14/+60
* IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan2019-04-241-1/+0
* IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-051-0/+1
* IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-051-0/+1
* IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan2019-02-051-1/+5
* IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-0/+2
* IB/hfi: Move RC functions into a header fileKaike Wan2019-02-051-0/+10
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+1
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+2
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-031-0/+4
* IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-13/+17
* IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-0/+1
* IB/rdmavt: Correct issues with read-mostly and send size cache linesSebastian Sanchez2017-10-041-3/+3
* IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-281-0/+1
* IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2017-08-281-0/+29
* IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez2017-08-221-1/+0
* Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-241-1/+1
|\
| * IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-271-1/+1
* | IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-201-0/+14
|/
* IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn2017-05-041-0/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-2/+2
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+6
* IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn2017-04-051-3/+1
* IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-1/+2
* IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-191-5/+0
* IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt2017-02-191-0/+1
* IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-0/+2
* IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-191-0/+9
* IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota2017-02-191-0/+6
* IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-191-0/+31
* IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-191-0/+2