summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca/mthca_provider.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-14/+6
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-47/+30
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-5/+5
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-12/+17
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-7/+7
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-10/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+1
* RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky2020-09-291-3/+10
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-4/+0
* RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+1
* RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-3/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-10/+0
* RDMA/mthca: Remove FMR support for memory registrationMax Gurtovoy2020-06-021-86/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-4/+5
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-3/+1
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-181-0/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-21/+15
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-3/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-2/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-32/+21
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-21/+8
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-23/+22
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-14/+28
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-6/+6
* RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-25/+14
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-11/+9
* RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-20/+16
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-19/+10
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+2
|\
| * RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-01-101-2/+2
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+6
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-101-1/+1
* | RDMA: Clear CQ 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-1/+1
|/