summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
Commit message (Expand)AuthorAgeFilesLines
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-041-0/+331
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-042-0/+85
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-044-2/+272
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-4/+1Star
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-8/+20
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-1/+2
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-6/+8
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-312-12/+12
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+3
* IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-182-3/+7
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-1/+1
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-5/+4Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-076-70/+233
|\
| * IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
| * IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings2018-05-151-1/+1
| * IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-0/+149
| * IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-094-75/+82
| * IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez2018-05-091-12/+19
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
|/
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+2
* RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-151-4/+6
* IB: remove duplicate header filesZhu Yanjun2018-03-131-1/+0Star
* infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King2018-03-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-319-40/+86
|\
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-2/+1Star
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-115-17/+18
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-052-5/+48
| * IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-051-3/+7
| * IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-051-7/+9
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-6/+5Star
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1Star
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-153-8/+8
|\ \ | |/ |/|
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
| |\
| | * IB/rdmavt: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4Star
| * | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-182-2/+2
| |\ \
| | * | IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2017-10-182-2/+2
| | |/
| * | RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
| * | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
|/
* IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2017-08-292-21/+212
* IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2017-08-291-0/+144
* IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn2017-08-291-5/+1Star
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-222-16/+23
* IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez2017-08-221-2/+1Star
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1