summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt
AgeCommit message (Expand)Author
2022-04-15IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche
2022-02-08IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn
2020-11-24RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig
2020-10-29IB/rdmavt: Fix sizeof mismatchColin Ian King
2020-08-05IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn
2020-06-30RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki
2020-05-06IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee
2020-04-01IB/rdmavt: Free kernel completion queue when doneKaike Wan
2020-02-19IB/rdmavt: Reset all QPs when the device is shut downKaike Wan
2019-07-10IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor
2019-07-08RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe
2019-06-28IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn
2019-06-28IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl
2019-06-28IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam
2019-06-28IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam
2019-06-28IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-30IB/rdmavt: Use struct_size() helperGustavo A. R. Silva
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn
2019-05-29IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-06RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn
2019-04-24IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn
2019-04-24IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn
2019-04-16IB/rdmavt: Fix frwr memory registrationJosh Collier
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-28RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem
2019-03-04IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl
2019-03-04IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-13RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford