summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/rc.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Eliminate opcode tests on mr derefKaike Wan2019-03-271-2/+2
* IB/hfi1: Prioritize the sending of ACK packetsKaike Wan2019-02-061-0/+1
* IB/hfi1: Add static trace for TID RDMA WRITE protocolKaike Wan2019-02-061-0/+12
* IB/hfi1: Add interlock between TID RDMA WRITE and other requestsKaike Wan2019-02-061-0/+6
* IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-061-47/+440
* IB/hfi1: Add functions to receive TID RDMA WRITE requestKaike Wan2019-02-061-0/+3
* IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-061-5/+28
* IB/hfi1: Add static trace for TID RDMA READ protocolKaike Wan2019-02-051-0/+16
* IB/hfi1: Add interlock between a TID RDMA request and other requestsKaike Wan2019-02-051-0/+16
* IB/hfi1: Integrate TID RDMA READ protocol into RC protocolKaike Wan2019-02-051-24/+271
* IB/hfi1: Add functions for restarting TID RDMA READ requestKaike Wan2019-02-051-20/+74
* IB/hfi: Move RC functions into a header fileKaike Wan2019-02-051-70/+49Star
* IB/hfi1: Integrate OPFN into RC transactionsKaike Wan2019-01-311-10/+48
* IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2019-01-311-6/+7
* IB/hfi1: OPFN support discoveryMitko Haralanov2019-01-311-5/+11
* IB/hfi1: Unreserve a reserved request when it is completedKaike Wan2018-12-071-0/+2
* IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2018-12-071-20/+10Star
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-041-7/+7
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-041-4/+6
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl2018-06-261-1/+1
* | IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-3/+3
|/
* 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-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-26/+25Star
|\
| * IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-011-1/+1
| * IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-011-15/+21
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-011-2/+1Star
| * IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-011-8/+2Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-4/+4
|\|
| * Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-1/+1
| |\
| * | IB/hfi1: Mask the path bits with the LMC for 16B RC AcksDon Hiatt2017-12-121-4/+4
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-4/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-4/+0Star
| |/
* / IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro2017-12-011-1/+1
|/
* IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt2017-11-131-1/+1
* IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn2017-11-131-1/+1
* Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-181-1/+0Star
|\
| * IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan2017-10-181-1/+0Star
* | IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-1/+1
|/
* IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-291-1/+2
* IB/hfi1: Add 16B RC/UC supportDon Hiatt2017-08-221-136/+254
* IB/hfi1: Add support to send 16B bypass packetsDon Hiatt2017-08-221-14/+19
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-1/+1
* IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt2017-06-271-23/+10Star
* IB/hfi1: Separate input/output header tracingDon Hiatt2017-06-271-1/+2
* IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-271-4/+4
* RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn2017-06-011-1/+4
* IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn2017-05-051-9/+4Star
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-10/+14