Age | Commit message (Expand) | Author | Files | Lines |
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/pau... | Ingo Molnar | 1 | -4/+0 |
2017-12-27 | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/... | 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 |
2017-10-18 | Merge branch 'hfi1' into k.o/for-next | Doug Ledford | 1 | -1/+0 |
2017-10-18 | IB/hfi1: Set hdr_type when tx req is allocated | Kaike Wan | 1 | -1/+0 |
2017-10-14 | IB/hfi1: Suppress gcc 7 fall-through complaints | Bart Van Assche | 1 | -1/+1 |
2017-08-28 | IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation | Mike Marciniszyn | 1 | -1/+2 |
2017-08-22 | IB/hfi1: Add 16B RC/UC support | Don Hiatt | 1 | -136/+254 |
2017-08-22 | IB/hfi1: Add support to send 16B bypass packets | Don Hiatt | 1 | -14/+19 |
2017-08-22 | IB/hfi1: Add support to receive 16B bypass packets | Don Hiatt | 1 | -1/+1 |
2017-06-27 | IB/hfi1: Setup common IB fields in hfi1_packet struct | Don Hiatt | 1 | -23/+10 |
2017-06-27 | IB/hfi1: Separate input/output header tracing | Don Hiatt | 1 | -1/+2 |
2017-06-27 | IB/hfi1: Add functions to parse BTH/IB headers | Don Hiatt | 1 | -4/+4 |
2017-06-01 | RDMA/qib,hfi1: Fix MR reference count leak on write with immediate | Mike Marciniszyn | 1 | -1/+4 |
2017-05-04 | IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache line | Mike Marciniszyn | 1 | -9/+4 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -10/+14 |
2017-04-28 | IB/hfi1: Use bool in process_ecn | Dennis Dalessandro | 1 | -1/+2 |
2017-04-28 | IB/hfi1: Use defines from common headers | Don Hiatt | 1 | -1/+1 |
2017-04-28 | IB/hfi1: Add functions to parse 9B headers | Don Hiatt | 1 | -7/+7 |
2017-04-05 | IB/rdmavt: Add swqe completion trace | Mike Marciniszyn | 1 | -0/+2 |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 1 | -2/+8 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt | 1 | -9/+9 |
2017-02-19 | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPs | Mike Marciniszyn | 1 | -1/+1 |
2017-02-19 | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt | Brian Welty | 1 | -1/+1 |
2017-02-19 | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty | 1 | -8/+8 |
2017-02-19 | IB/hfi1: Use new rdmavt timers | Venkata Sandeep Dhanalakota | 1 | -182/+12 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty | 1 | -20/+20 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 1 | -23/+4 |
2017-02-19 | IB/hfi1: Access hfi1_ibport through rcd pointer | Sebastian Sanchez | 1 | -5/+5 |
2017-02-19 | IB/hfi1: Ensure read of producer s_head is correct | Mike Marciniszyn | 1 | -3/+4 |
2017-02-19 | IB/hfi1: Correct defered count after processing qp_wait_list | Mike Marciniszyn | 1 | -0/+4 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -47/+13 |
2016-12-11 | IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu division | Mike Marciniszyn | 1 | -2/+1 |
2016-12-11 | IB/hfi1,IB/qib: use rvt swqe mr deref helper | Mike Marciniszyn | 1 | -13/+2 |
2016-12-11 | IB/hfi1,IB/qib: Use new send completion helper | Mike Marciniszyn | 1 | -24/+2 |
2016-12-11 | IB/hfi1: Remove usage of qp->s_cur_sge | Mitko Haralanov | 1 | -5/+5 |
2016-12-11 | IB/hfi1: Remove dependence on qp->s_cur_size | Don Hiatt | 1 | -2/+2 |
2016-12-11 | IB/hfi1: Use non-atomic __test_and_clear_bit in hot path | Sebastian Sanchez | 1 | -1/+1 |
2016-11-15 | IB/hfi1: Fix rnr_timer addition | Ira Weiny | 1 | -1/+1 |
2016-10-02 | IB/hfi1: Cleanup tasklet refs in comments | Dennis Dalessandro | 1 | -7/+7 |