Age | Commit message (Expand) | Author |
2019-05-10 | IB/hfi1: Eliminate opcode tests on mr deref | Kaike Wan |
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 |
2017-10-18 | Merge branch 'hfi1' into k.o/for-next | Doug Ledford |
2017-10-18 | IB/hfi1: Set hdr_type when tx req is allocated | Kaike Wan |
2017-10-14 | IB/hfi1: Suppress gcc 7 fall-through complaints | Bart Van Assche |
2017-08-28 | IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation | Mike Marciniszyn |
2017-08-22 | IB/hfi1: Add 16B RC/UC support | Don Hiatt |
2017-08-22 | IB/hfi1: Add support to send 16B bypass packets | Don Hiatt |
2017-08-22 | IB/hfi1: Add support to receive 16B bypass packets | Don Hiatt |
2017-06-27 | IB/hfi1: Setup common IB fields in hfi1_packet struct | Don Hiatt |
2017-06-27 | IB/hfi1: Separate input/output header tracing | Don Hiatt |
2017-06-27 | IB/hfi1: Add functions to parse BTH/IB headers | Don Hiatt |
2017-06-01 | RDMA/qib,hfi1: Fix MR reference count leak on write with immediate | Mike Marciniszyn |
2017-05-04 | IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache line | Mike Marciniszyn |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli |
2017-04-28 | IB/hfi1: Use bool in process_ecn | Dennis Dalessandro |
2017-04-28 | IB/hfi1: Use defines from common headers | Don Hiatt |
2017-04-28 | IB/hfi1: Add functions to parse 9B headers | Don Hiatt |
2017-04-05 | IB/rdmavt: Add swqe completion trace | Mike Marciniszyn |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt |
2017-02-19 | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPs | Mike Marciniszyn |
2017-02-19 | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt | Brian Welty |
2017-02-19 | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty |
2017-02-19 | IB/hfi1: Use new rdmavt timers | Venkata Sandeep Dhanalakota |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty |
2017-02-19 | IB/hfi1: Access hfi1_ibport through rcd pointer | Sebastian Sanchez |
2017-02-19 | IB/hfi1: Ensure read of producer s_head is correct | Mike Marciniszyn |