aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman1-1/+0
2019-05-21RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky1-24/+0
2019-05-07RDMA/efa: Add EFA verbs implementationGal Pressman1-0/+1825