Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | IB/hfi1: use true,false for bool variable |  zhengbin | 1 | -1/+1 |
2019-11-06 | IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR |  Kaike Wan | 1 | -8/+8 |
2019-09-13 | IB/{rdmavt, hfi1, qib}: Add a counter for credit waits |  Kaike Wan | 1 | -8/+2 |
2019-09-13 | IB/hfi1: Add traces for TID RDMA READ |  Kaike Wan | 1 | -0/+5 |
2019-07-22 | IB/hfi1: Unreserve a flushed OPFN request |  Kaike Wan | 1 | -2/+0 |
2019-06-28 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full |  Kamenee Arumugam | 1 | -2/+1 |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next |  Jason Gunthorpe | 1 | -21/+32 |
2019-06-20 | IB/{rdmavt, qib, hfi1}: Convert to new completion API |  Mike Marciniszyn | 1 | -22/+4 |
2019-06-17 | IB/hfi1: Handle port down properly in pio |  Mike Marciniszyn | 1 | -1/+1 |
2019-06-17 | IB/hfi1: Use aborts to trigger RC throttling |  Mike Marciniszyn | 1 | -0/+30 |
2019-06-17 | IB/hfi1: Create inline to get extended headers |  Mike Marciniszyn | 1 | -20/+1 |
2019-04-24 | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts |  Mike Marciniszyn | 1 | -2/+2 |
2019-04-03 | IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA |  Kaike Wan | 1 | -17/+6 |
2019-03-27 | IB/hfi1: Eliminate opcode tests on mr deref |  Kaike Wan | 1 | -2/+2 |
2019-02-05 | IB/hfi1: Prioritize the sending of ACK packets |  Kaike Wan | 1 | -0/+1 |
2019-02-05 | IB/hfi1: Add static trace for TID RDMA WRITE protocol |  Kaike Wan | 1 | -0/+12 |
2019-02-05 | IB/hfi1: Add interlock between TID RDMA WRITE and other requests |  Kaike Wan | 1 | -0/+6 |
2019-02-05 | IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbs |  Kaike Wan | 1 | -47/+440 |
2019-02-05 | IB/hfi1: Add functions to receive TID RDMA WRITE request |  Kaike Wan | 1 | -0/+3 |
2019-02-05 | IB/hfi1: Add an s_acked_ack_queue pointer |  Kaike Wan | 1 | -5/+28 |
2019-02-05 | IB/hfi1: Add static trace for TID RDMA READ protocol |  Kaike Wan | 1 | -0/+16 |
2019-02-05 | IB/hfi1: Add interlock between a TID RDMA request and other requests |  Kaike Wan | 1 | -0/+16 |
2019-02-05 | IB/hfi1: Integrate TID RDMA READ protocol into RC protocol |  Kaike Wan | 1 | -24/+271 |
2019-02-05 | IB/hfi1: Add functions for restarting TID RDMA READ request |  Kaike Wan | 1 | -20/+74 |
2019-02-05 | IB/hfi: Move RC functions into a header file |  Kaike Wan | 1 | -70/+49 |
2019-01-31 | IB/hfi1: Integrate OPFN into RC transactions |  Kaike Wan | 1 | -10/+48 |
2019-01-31 | IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queue |  Kaike Wan | 1 | -6/+7 |
2019-01-31 | IB/hfi1: OPFN support discovery |  Mitko Haralanov | 1 | -5/+11 |
2018-12-06 | IB/hfi1: Unreserve a reserved request when it is completed |  Kaike Wan | 1 | -0/+2 |
2018-12-06 | IB/hfi1: Correctly process FECN and BECN in packets |  Mitko Haralanov | 1 | -20/+10 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt |  Venkata Sandeep Dhanalakota | 1 | -7/+7 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt |  Brian Welty | 1 | -4/+6 |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next |  Jason Gunthorpe | 1 | -1/+1 |
2018-06-26 | IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values |  Michael J. Ruhl | 1 | -1/+1 |
2018-06-19 | IB/rdmavt, IB/hfi1: Create device dependent s_flags |  Mike Marciniszyn | 1 | -3/+3 |
2018-05-24 | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version |  Mike Marciniszyn | 1 | -1/+1 |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt |  Brian Welty | 1 | -4/+4 |
2018-02-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -26/+25 |
2018-02-01 | IB/hfi1: Remove unnecessary fecn and becn fields |  Sebastian Sanchez | 1 | -1/+1 |
2018-02-01 | IB/hfi1: Look up ibport using a pointer in receive path |  Sebastian Sanchez | 1 | -15/+21 |
2018-02-01 | IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet |  Sebastian Sanchez | 1 | -2/+1 |
2018-02-01 | IB/hfi1: Remove dependence on qp->s_hdrwords |  Mitko Haralanov | 1 | -8/+2 |
2018-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -4/+4 |
2018-01-03 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 1 | -4/+0 |
2017-12-27 | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git |  Jason Gunthorpe | 1 | -1/+1 |
2017-12-11 | IB/hfi1: Mask the path bits with the LMC for 16B RC Acks |  Don Hiatt | 1 | -4/+4 |
2017-12-05 | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() |  Paul E. McKenney | 1 | -4/+0 |
2017-11-30 | IB/hfi1: Initialize bth1 in 16B rc ack builder |  Dennis Dalessandro | 1 | -1/+1 |
2017-11-13 | IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entry |  Don Hiatt | 1 | -1/+1 |
2017-11-13 | IB/hfi1: Fix a wrapping test to insure the correct timeout |  Mike Marciniszyn | 1 | -1/+1 |