summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky2019-05-061-2/+1
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-7/+10
|\
| * IB/rdmavt: Fix frwr memory registrationJosh Collier2019-04-161-7/+10
* | IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-7/+2
* | IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn2019-04-241-11/+4
* | IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2019-04-245-5/+5
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-32/+19
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-30/+18
* | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-018-28/+17
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-0112-18/+21
* | RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
|/
* IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-041-10/+23
* IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-041-10/+16
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-14/+8
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-153-6/+8
* RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem2019-02-131-10/+8
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford2019-02-133-25/+12
|\
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-083-25/+12
* | Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2019-02-092-6/+21
|\ \ | |/ |/|
| * IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-051-0/+1
| * IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan2019-02-051-5/+6
| * IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-1/+1
| * IB/hfi: Move RC functions into a header fileKaike Wan2019-02-051-0/+13
* | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-1/+6
|\ \
| * | IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
* | | 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-101-1/+1
* | RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-101-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-2/+1
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-193-3/+5
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-192-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-061-1/+8
|/
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+331
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-032-0/+85
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-034-2/+272
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-4/+1
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-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-301-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-302-12/+12
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+3