summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-34/+14
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-7/+2
* | RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman2019-05-291-14/+11
* | RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman2019-05-291-25/+21
* | RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky2019-05-211-24/+0
|/
* RDMA/efa: Add EFA verbs implementationGal Pressman2019-05-071-0/+1825