summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
| |/ |/|
* | IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl2019-01-301-24/+2
* | IB/rdmavt: Add wc_flags and wc_immdata to cq entry traceMike Marciniszyn2019-01-181-2/+8
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-3/+2
* | RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-2/+1
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-203-3/+5
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-0/+3
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-8/+8
* RDMA/rdmavt: Initialize ib_device_ops structKamal Heib2018-12-121-245/+54
* Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-112-2/+5
|\
| * RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2018-11-212-2/+5
* | IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-071-1/+8
|/
* 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/+1
* 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/+4
* 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/+0
* 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/+1
| * 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/+5
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0
|/
* 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