aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-2/+1
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-21/+32
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn1-22/+4
2019-06-17IB/hfi1: Handle port down properly in pioMike Marciniszyn1-1/+1
2019-06-17IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn1-0/+30
2019-06-17IB/hfi1: Create inline to get extended headersMike Marciniszyn1-20/+1
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn1-2/+2
2019-04-03IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan1-17/+6
2019-03-27IB/hfi1: Eliminate opcode tests on mr derefKaike Wan1-2/+2
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan1-0/+1
2019-02-05IB/hfi1: Add static trace for TID RDMA WRITE protocolKaike Wan1-0/+12
2019-02-05IB/hfi1: Add interlock between TID RDMA WRITE and other requestsKaike Wan1-0/+6
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan1-47/+440
2019-02-05IB/hfi1: Add functions to receive TID RDMA WRITE requestKaike Wan1-0/+3
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan1-5/+28
2019-02-05IB/hfi1: Add static trace for TID RDMA READ protocolKaike Wan1-0/+16
2019-02-05IB/hfi1: Add interlock between a TID RDMA request and other requestsKaike Wan1-0/+16
2019-02-05IB/hfi1: Integrate TID RDMA READ protocol into RC protocolKaike Wan1-24/+271
2019-02-05IB/hfi1: Add functions for restarting TID RDMA READ requestKaike Wan1-20/+74
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan1-70/+49
2019-01-31IB/hfi1: Integrate OPFN into RC transactionsKaike Wan1-10/+48
2019-01-31IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan1-6/+7
2019-01-31IB/hfi1: OPFN support discoveryMitko Haralanov1-5/+11
2018-12-06IB/hfi1: Unreserve a reserved request when it is completedKaike Wan1-0/+2
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov1-20/+10
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-7/+7
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-4/+6
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-06-26IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl1-1/+1
2018-06-19IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn1-3/+3
2018-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn1-1/+1
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty1-4/+4
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+25
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez1-1/+1
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez1-15/+21
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez1-2/+1
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov1-8/+2
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+4
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+0
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-1/+1
2017-12-11IB/hfi1: Mask the path bits with the LMC for 16B RC AcksDon Hiatt1-4/+4
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-4/+0
2017-11-30IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro1-1/+1
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt1-1/+1
2017-11-13IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn1-1/+1
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford1-1/+0
2017-10-18IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan1-1/+0
2017-10-14IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche1-1/+1
2017-08-28IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn1-1/+2
2017-08-22IB/hfi1: Add 16B RC/UC supportDon Hiatt1-136/+254