aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Remove double QP type assignmentLeon Romanovsky2021-09-181-1/+0
* RDMA/efa: Use the correct current and new states in modify QPGal Pressman2020-12-011-2/+2
* RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall2020-09-221-1/+1
* RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-221-1/+33
* RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2020-09-221-15/+16
* RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-3/+3
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-2/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman2020-08-241-6/+4
* RDMA/efa: Introduce SRD RNR retryGal Pressman2020-08-181-3/+16
* RDMA/efa: Introduce SRD QP state machineGal Pressman2020-08-181-2/+117
* RDMA/efa: Be consistent with modify QP bitmaskGal Pressman2020-08-181-6/+8
* RDMA/efa: Add a generic capability check helperGal Pressman2020-08-181-6/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-0/+42
|\
| * RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman2020-07-291-0/+40
| * RDMA/efa: Expose minimum SQ sizeGal Pressman2020-07-291-0/+1
| * RDMA/efa: Expose maximum TX doorbell batchGal Pressman2020-07-291-0/+1
* | RDMA/efa: Set maximum pkeys device attributeGal Pressman2020-06-181-0/+1
|/
* RDMA/efa: Count admin commands errorsGal Pressman2020-05-021-0/+2
* RDMA/efa: Count mmap failuresGal Pressman2020-05-021-2/+7
* RDMA/efa: Report create CQ error counterGal Pressman2020-05-021-0/+2
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-3/+3
* RDMA/efa: Use in-kernel offsetofend() to check field availabilityLeon Romanovsky2020-03-181-5/+2
* RDMA/efa: Do not delay freeing of DMA pagesGal Pressman2020-02-281-22/+22
* RDMA/efa: Mask access flags with the correct optional rangeGal Pressman2020-01-291-1/+1
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-2/+2
|\
| * IB/core: Introduce ib_reg_user_mrMoni Shoua2020-01-161-1/+1
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/efa: Allow passing of optional access flags for MR registrationMichael Guralnik2020-01-161-0/+1
* | RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGal Pressman2020-01-151-7/+4
* | RDMA/efa: Remove {} brackets from single statement ifGal Pressman2020-01-151-2/+1
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf2019-11-251-5/+17
* RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf2019-11-251-2/+3
* RDMA/efa: Store network attributes in device attributesGal Pressman2019-11-251-4/+4
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/efa: Use the common mmap_xa helpersMichal Kalderon2019-11-061-192/+143
* RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-2/+4
* RDMA/efa: Use existing FIELD_SIZEOF macroGal Pressman2019-08-271-1/+1
* RDMA/efa: Remove umem check on dereg MR flowGal Pressman2019-08-271-7/+5
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-1/+1
* RDMA/efa: Expose device statisticsGal Pressman2019-07-291-0/+75
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-6/+16
|\
| * RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
| * RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman2019-05-291-1/+0
* | RDMA/efa: Be consistent with success flow return valueGal Pressman2019-06-211-2/+4
* | RDMA/efa: Use API to get contiguous memory blocks aligned to device supported...Gal Pressman2019-06-211-67/+21
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-1/+1