| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/rdmavt: Fix concurrency panics in QP post_send and modify to error | Michael J. Ruhl | 2019-03-23 | 1 | -10/+23 |
* | IB/rdmavt: Fix loopback send with invalidate ordering | Mike Marciniszyn | 2019-03-23 | 1 | -10/+16 |
* | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn | 2019-01-21 | 1 | -1/+6 |
* | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 2018-12-19 | 3 | -3/+5 |
* | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 2018-12-19 | 2 | -0/+3 |
* | RDMA: Start use ib_device_ops | Kamal Heib | 2018-12-12 | 1 | -8/+8 |
* | RDMA/rdmavt: Initialize ib_device_ops struct | Kamal Heib | 2018-12-12 | 1 | -245/+54 |
* | Merge tag 'v4.20-rc6' into rdma.git for-next | Jason Gunthorpe | 2018-12-11 | 2 | -2/+5 |
|\ |
|
| * | RDMA/rdmavt: Fix rvt_create_ah function signature | Kamal Heib | 2018-11-21 | 2 | -2/+5 |
* | | 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 | 2 | -0/+85 |
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 2018-10-03 | 4 | -2/+272 |
* | 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 |
* | RDMA: Fully setup the device name in ib_register_device | Jason Gunthorpe | 2018-09-26 | 1 | -1/+2 |
* | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 2018-09-11 | 1 | -6/+8 |
* | RDMA/providers: Fix return value from create_srq callbacks | Kamal Heib | 2018-07-30 | 1 | -1/+1 |
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 2018-07-30 | 2 | -12/+12 |
* | 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 | 2 | -3/+7 |
* | 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 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-06-07 | 6 | -70/+233 |
|\ |
|
| * | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version | Mike Marciniszyn | 2018-05-24 | 1 | -1/+1 |
| * | IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS | Ben Hutchings | 2018-05-15 | 1 | -1/+1 |
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 2018-05-09 | 1 | -0/+149 |
| * | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support | Sebastian Sanchez | 2018-05-09 | 4 | -75/+82 |
| * | IB/hfi1: Optimize kthread pointer locking when queuing CQ entries | Sebastian Sanchez | 2018-05-09 | 1 | -12/+19 |
* | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+2 |
|/ |
|
* | IB/uverbs: Extend uverbs_ioctl header with driver_id | Matan Barak | 2018-03-19 | 1 | -1/+2 |
* | RDMAVT: Fix synchronization around percpu_ref | Tejun Heo | 2018-03-15 | 1 | -4/+6 |
* | IB: remove duplicate header files | Zhu Yanjun | 2018-03-13 | 1 | -1/+0 |
* | infiniband: remove redundant assignment to pointer 'rdi' | Colin Ian King | 2018-03-06 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-01-31 | 9 | -40/+86 |
|\ |
|
| * | RDMA: Mark imm_data as be32 in the verbs uapi header | Jason Gunthorpe | 2018-01-15 | 1 | -2/+1 |
| * | infiniband: fix sw/rdmavt/* kernel-doc notation | Randy Dunlap | 2018-01-10 | 5 | -17/+18 |
| * | IB/rdmavt: Add trace for RNRNAK timer | Kaike Wan | 2018-01-05 | 2 | -5/+48 |
| * | IB/rdmavt: Allocate CQ memory on the correct node | Mike Marciniszyn | 2018-01-05 | 1 | -3/+7 |
| * | IB/rdmavt: Use correct numa node for SRQ allocation | Mike Marciniszyn | 2018-01-05 | 1 | -7/+9 |
| * | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall | Michael J. Ruhl | 2018-01-05 | 3 | -6/+5 |
| * | 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 | 3 | -8/+8 |
|\ \
| |/
|/| |
|
| * | 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 | 2 | -2/+2 |
| |\ \ |
|