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