aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-07RDMA/efa: Add EFA query MR supportMichael Margolin1-1/+70
2023-08-22RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum1-3/+3
2023-07-12RDMA/efa: Add RDMA write HW statistics countersMichael Margolin1-0/+18
2023-05-16RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum1-1/+1
2023-04-21RDMA/efa: Add rdma write capability to device capsYonatan Nachum1-1/+5
2023-03-22RDMA/efa: Add data polling capability feature bitYonatan Nachum1-1/+4
2022-08-21RDMA/efa: Support CQ receive entries with source GIDMichael Margolin1-2/+9
2021-10-28RDMA/efa: Add support for dmabuf memory regionsGal Pressman1-31/+96
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-9/+10
2021-10-06RDMA/efa: CQ notificationsGal Pressman1-7/+60
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-19/+9
2021-08-03RDMA/efa: Remove double QP type assignmentLeon Romanovsky1-1/+0
2021-07-15RDMA/efa: Split hardware stats to device and port statsGal Pressman1-48/+70
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+10
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-7/+7
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+6
2020-12-01RDMA/efa: Use the correct current and new states in modify QPGal Pressman1-2/+2
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-09-22RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall1-1/+1
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