aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
Commit message (Expand)AuthorAge
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-03
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-03
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-03
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-03
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-30
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-26
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-11
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-30
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-30
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-30
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-18
* IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-18
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-12
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-07
|\
| * IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-24
| * IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings2018-05-15
| * IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-09
| * IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-09
| * IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez2018-05-09
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-06
|/
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-19
* RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-15
* IB: remove duplicate header filesZhu Yanjun2018-03-13
* infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King2018-03-06
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-31
|\
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-15
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-11
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-05
| * IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-05
| * IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-05
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-05
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-05
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-05
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-15
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-15
|\ \ | |/ |/|
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-18
| |\
| | * IB/rdmavt: Convert timers to use timer_setup()Kees Cook2017-10-18
| * | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-18
| |\ \
| | * | IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2017-10-18
| | |/
| * | RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-14
| * | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-27
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-28
* IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2017-08-28
* IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn2017-08-28
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-22
* IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez2017-08-22
* Add OPA extended LID supportHiatt, Don2017-08-18