| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn | 2019-04-24 | 1 | -7/+2 |
* | IB/rdmavt: Use more efficient allowed_ops | Mike Marciniszyn | 2019-04-24 | 1 | -11/+4 |
* | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 2019-04-01 | 1 | -4/+1 |
* | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 2019-04-01 | 1 | -1/+1 |
* | IB/rdmavt: Fix concurrency panics in QP post_send and modify to error | Michael J. Ruhl | 2019-03-04 | 1 | -10/+23 |
* | IB/rdmavt: Fix loopback send with invalidate ordering | Mike Marciniszyn | 2019-03-04 | 1 | -10/+16 |
* | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 2019-02-15 | 1 | -1/+4 |
* | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 2019-02-09 | 1 | -6/+8 |
|\ |
|
| * | IB/hfi1: Add an s_acked_ack_queue pointer | Kaike Wan | 2019-02-05 | 1 | -0/+1 |
| * | IB/hfi1: Increment the retry timeout value for TID RDMA READ request | Kaike Wan | 2019-02-05 | 1 | -5/+6 |
| * | IB/hfi1: TID RDMA RcvArray programming and TID allocation | Kaike Wan | 2019-02-05 | 1 | -1/+1 |
* | | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 2019-02-04 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn | 2019-01-21 | 1 | -1/+6 |
* | | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl | 2019-01-30 | 1 | -24/+2 |
|/ |
|
* | IB/hfi1: Allow the driver to initialize QP priv struct | Mike Marciniszyn | 2018-12-06 | 1 | -1/+8 |
* | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 2018-10-03 | 1 | -0/+331 |
* | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 2018-10-03 | 1 | -0/+43 |
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 2018-10-03 | 1 | -0/+258 |
* | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 2018-10-03 | 1 | -4/+1 |
* | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan | 2018-09-30 | 1 | -8/+20 |
* | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 2018-09-11 | 1 | -6/+8 |
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 2018-07-30 | 1 | -6/+6 |
* | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 2018-07-30 | 1 | -2/+2 |
* | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 2018-06-18 | 1 | -2/+3 |
* | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe | 2018-06-18 | 1 | -2/+4 |
* | treewide: Use array_size() in vzalloc_node() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 2018-06-12 | 1 | -5/+4 |
* | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version | Mike Marciniszyn | 2018-05-24 | 1 | -1/+1 |
* | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 2018-05-09 | 1 | -0/+149 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-01-31 | 1 | -14/+13 |
|\ |
|
| * | infiniband: fix sw/rdmavt/* kernel-doc notation | Randy Dunlap | 2018-01-10 | 1 | -9/+9 |
| * | IB/rdmavt: Add trace for RNRNAK timer | Kaike Wan | 2018-01-05 | 1 | -5/+6 |
| * | IB/rdmavt: No need to cancel RNRNAK retry timer when it is running | Kaike Wan | 2018-01-05 | 1 | -3/+1 |
* | | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 2017-12-05 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() | Johannes Thumshirn | 2017-11-15 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-11-15 | 1 | -7/+6 |
|\ \
| |/
|/| |
|
| * | Merge branch 'timer_setup' into for-next | Doug Ledford | 2017-10-18 | 1 | -6/+4 |
| |\ |
|
| | * | IB/rdmavt: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -6/+4 |
| * | | Merge branch 'hfi1' into k.o/for-next | Doug Ledford | 2017-10-18 | 1 | -1/+1 |
| |\ \ |
|
| | * | | IB/rdmavt: Don't wait for resources in QP reset | Alex Estrin | 2017-10-18 | 1 | -1/+1 |
| | |/ |
|
| * | | RDMA/rdmavt: Suppress gcc 7 fall-through complaints | Bart Van Assche | 2017-10-14 | 1 | -0/+1 |
| |/ |
|
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -3/+3 |
|/ |
|
* | IB/rdmavt: Handle dereg of inuse MRs properly | Mike Marciniszyn | 2017-08-28 | 1 | -4/+108 |
* | IB/rdmavt: Add QP iterator API for QPs | Mike Marciniszyn | 2017-08-28 | 1 | -0/+144 |
* | IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref() | Mike Marciniszyn | 2017-08-28 | 1 | -5/+1 |
* | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs | Don Hiatt | 2017-08-22 | 1 | -6/+23 |
* | IB/hfi1: Remove pmtu from the QP structure | Sebastian Sanchez | 2017-08-22 | 1 | -2/+1 |
* | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression | Mike Marciniszyn | 2017-07-31 | 1 | -9/+7 |
* | Merge branch 'hfi1' into k.o/for-4.14 | Doug Ledford | 2017-07-24 | 1 | -33/+27 |
|\ |
|