Age | Commit message (Expand) | Author | Files | Lines |
2018-12-06 | IB/hfi1: Allow the driver to initialize QP priv struct | Mike Marciniszyn | 1 | -1/+8 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 1 | -0/+331 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 1 | -0/+43 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 1 | -0/+258 |
2018-10-03 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 1 | -4/+1 |
2018-09-30 | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan | 1 | -8/+20 |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 1 | -6/+8 |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 1 | -6/+6 |
2018-07-30 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -2/+2 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -2/+3 |
2018-06-18 | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe | 1 | -2/+4 |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook | 1 | -1/+1 |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -5/+4 |
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 | -0/+149 |
2018-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -14/+13 |
2018-01-10 | infiniband: fix sw/rdmavt/* kernel-doc notation | Randy Dunlap | 1 | -9/+9 |
2018-01-05 | IB/rdmavt: Add trace for RNRNAK timer | Kaike Wan | 1 | -5/+6 |
2018-01-05 | IB/rdmavt: No need to cancel RNRNAK retry timer when it is running | Kaike Wan | 1 | -3/+1 |
2017-12-05 | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -1/+0 |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2017-11-15 | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() | Johannes Thumshirn | 1 | -1/+1 |
2017-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -7/+6 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -3/+3 |
2017-10-18 | Merge branch 'timer_setup' into for-next | Doug Ledford | 1 | -6/+4 |
2017-10-18 | IB/rdmavt: Convert timers to use timer_setup() | Kees Cook | 1 | -6/+4 |
2017-10-18 | Merge branch 'hfi1' into k.o/for-next | Doug Ledford | 1 | -1/+1 |
2017-10-18 | IB/rdmavt: Don't wait for resources in QP reset | Alex Estrin | 1 | -1/+1 |
2017-10-14 | RDMA/rdmavt: Suppress gcc 7 fall-through complaints | Bart Van Assche | 1 | -0/+1 |
2017-08-28 | IB/rdmavt: Handle dereg of inuse MRs properly | Mike Marciniszyn | 1 | -4/+108 |
2017-08-28 | IB/rdmavt: Add QP iterator API for QPs | Mike Marciniszyn | 1 | -0/+144 |
2017-08-28 | IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref() | Mike Marciniszyn | 1 | -5/+1 |
2017-08-22 | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs | Don Hiatt | 1 | -6/+23 |
2017-08-22 | IB/hfi1: Remove pmtu from the QP structure | Sebastian Sanchez | 1 | -2/+1 |
2017-07-31 | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression | Mike Marciniszyn | 1 | -9/+7 |
2017-07-24 | Merge branch 'hfi1' into k.o/for-4.14 | Doug Ledford | 1 | -33/+27 |
2017-07-20 | IB/rdmavt: Setting of QP timeout can overflow jiffies computation | Kaike Wan | 1 | -3/+1 |
2017-07-17 | IB/{rdmavt, qib, hfi1}: Remove gfp flags argument | Leon Romanovsky | 1 | -35/+13 |
2017-06-27 | IB/hfi1: Use QPN mask to avoid overflow | Dennis Dalessandro | 1 | -1/+1 |
2017-06-27 | IB/rdmavt: Remove duplicated functions | Dennis Dalessandro | 1 | -23/+14 |
2017-06-27 | IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok() | Mike Marciniszyn | 1 | -10/+13 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -5/+7 |
2017-04-05 | IB/rdmavt: Avoid reseting wqe send_flags in unreserve | Mike Marciniszyn | 1 | -2/+5 |
2017-04-05 | IB/rdmavt, IB/hfi1: Fix timer migration regressions | Sebastian Sanchez | 1 | -1/+5 |
2017-04-05 | IB/rdmavt: Add additional fields to post send trace | Mike Marciniszyn | 1 | -1/+1 |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 1 | -17/+0 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt | 1 | -3/+4 |
2017-02-19 | IB/hfi1: Add rvt_rnr_tbl_to_usec function | Don Hiatt | 1 | -0/+11 |
2017-02-19 | IB/rdmavt: Adding timer logic to rdmavt | Venkata Sandeep Dhanalakota | 1 | -2/+181 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 1 | -0/+38 |