aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-2/+1
2019-05-30IB/rdmavt: Use struct_size() helperGustavo A. R. Silva1-3/+1
2019-05-06RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky1-2/+1
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-7/+10
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn1-7/+2
2019-04-24IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn1-11/+4
2019-04-24IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn5-5/+5
2019-04-16IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-32/+19
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-30/+18
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch8-28/+17
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch12-18/+21
2019-03-28RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl1-10/+23
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn1-10/+16
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-14/+8
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch3-6/+8
2019-02-13RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem1-10/+8
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma into for-nextDoug Ledford3-25/+12
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2-6/+21
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-25/+12
2019-02-05IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan1-0/+1
2019-02-05IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan1-5/+6
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan1-1/+1
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan1-0/+13
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+6
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-24/+2
2019-01-21IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn1-1/+6
2019-01-18IB/rdmavt: Add wc_flags and wc_immdata to cq entry traceMike Marciniszyn1-2/+8
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-3/+2
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-2/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-3/+5
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-0/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-8/+8
2018-12-12RDMA/rdmavt: Initialize ib_device_ops structKamal Heib1-245/+54
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2-2/+5
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-1/+8
2018-11-21RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2-2/+5
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota1-0/+331
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2-0/+85
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty4-2/+272
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-4/+1
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-8/+20
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-1/+2
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl1-6/+8
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1