summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-073-4/+3
|\
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-072-2/+2
| * RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-2/+1
* | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-292-32/+5
* | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki2020-06-181-2/+4
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy2020-06-033-173/+0
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-214-8/+8
|\
| * IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee2020-04-244-8/+8
* | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-5/+19
* | RDMA: Group create AH arguments in structMaor Gottlieb2020-05-032-7/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-022-7/+1
|\
| * IB/rdmavt: Delete unused routineMike Marciniszyn2020-03-181-6/+0
| * Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-33/+51
| |\
| * | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* | | IB/rdmavt: Free kernel completion queue when doneKaike Wan2020-03-131-1/+1
| |/ |/|
* | IB/rdmavt: Reset all QPs when the device is shut downKaike Wan2020-02-111-33/+51
|/
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn2020-01-031-1/+8
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com2019-10-224-19/+17
* IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor2019-07-101-2/+0
* RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe2019-07-081-5/+27
* IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn2019-06-292-0/+37
* IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn2019-06-292-4/+18
* IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl2019-06-291-1/+1
* IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl2019-06-292-8/+56
* IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl2019-06-291-23/+12
* IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-293-5/+22
* IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam2019-06-293-60/+90
* IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam2019-06-294-71/+152
* IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2019-06-291-69/+123
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-294-1/+6
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-072-1/+4
| |\
| | * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-0/+2
| | * IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-05-291-1/+2
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/
* | IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2019-06-211-22/+9
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-38/+19
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-6/+2
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-2/+1
* | IB/rdmavt: Use struct_size() helperGustavo A. R. Silva2019-05-301-3/+1
|/
* 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
|\