aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf1-1/+33
2020-09-22RDMA/efa: Group keep alive received counter with other SW statsGal Pressman1-15/+16
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe1-3/+3
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-2/+3
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-24RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman1-6/+4
2020-08-18RDMA/efa: Introduce SRD RNR retryGal Pressman1-3/+16
2020-08-18RDMA/efa: Introduce SRD QP state machineGal Pressman1-2/+117
2020-08-18RDMA/efa: Be consistent with modify QP bitmaskGal Pressman1-6/+8
2020-08-18RDMA/efa: Add a generic capability check helperGal Pressman1-6/+5
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+42
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman1-0/+40
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman1-0/+1
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman1-0/+1
2020-06-18RDMA/efa: Set maximum pkeys device attributeGal Pressman1-0/+1
2020-05-02RDMA/efa: Count admin commands errorsGal Pressman1-0/+2
2020-05-02RDMA/efa: Count mmap failuresGal Pressman1-2/+7
2020-05-02RDMA/efa: Report create CQ error counterGal Pressman1-0/+2
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-3/+3
2020-03-18RDMA/efa: Use in-kernel offsetofend() to check field availabilityLeon Romanovsky1-5/+2
2020-02-28RDMA/efa: Do not delay freeing of DMA pagesGal Pressman1-22/+22
2020-01-29RDMA/efa: Mask access flags with the correct optional rangeGal Pressman1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-01-16RDMA/efa: Allow passing of optional access flags for MR registrationMichael Guralnik1-0/+1
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2020-01-15RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGal Pressman1-7/+4
2020-01-15RDMA/efa: Remove {} brackets from single statement ifGal Pressman1-2/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf1-5/+17
2019-11-25RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf1-2/+3
2019-11-25RDMA/efa: Store network attributes in device attributesGal Pressman1-4/+4
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon1-192/+143
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-2/+4
2019-08-27RDMA/efa: Use existing FIELD_SIZEOF macroGal Pressman1-1/+1
2019-08-27RDMA/efa: Remove umem check on dereg MR flowGal Pressman1-7/+5
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-1/+1
2019-07-29RDMA/efa: Expose device statisticsGal Pressman1-0/+75
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-6/+16
2019-06-21RDMA/efa: Be consistent with success flow return valueGal Pressman1-2/+4
2019-06-21RDMA/efa: Use API to get contiguous memory blocks aligned to device supported page sizeGal Pressman1-67/+21
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-1/+1
2019-06-18RDMA/efa: Handle mmap insertions overflowGal Pressman1-5/+16
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-34/+14
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-7/+2
2019-05-29RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman1-14/+11
2019-05-29RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman1-25/+21