summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Entropy in admin commands idDaniel Kranzdorf2019-07-041-21/+23
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-292-12/+34
|\
| * RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
| * RDMA/efa: Fix success return value in case of errorGal Pressman2019-06-181-6/+18
| * RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman2019-05-291-1/+0Star
* | RDMA/efa: Print address on AH creation failureFiras Jahjah2019-06-211-1/+2
* | RDMA/efa: Be consistent with success flow return valueGal Pressman2019-06-213-5/+7
* | RDMA/efa: Use API to get contiguous memory blocks aligned to device supported...Gal Pressman2019-06-211-67/+21Star
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-1/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-37/+17Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-8/+3Star
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* | RDMA/efa: Remove unused includesGal Pressman2019-05-292-3/+0Star
* | RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman2019-05-291-14/+11Star
* | RDMA/efa: Remove unneeded admin commands abort flowGal Pressman2019-05-292-74/+1Star
* | RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman2019-05-291-25/+21Star
* | RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky2019-05-221-24/+0Star
|/
* RDMA/efa: Add driver to Kconfig/MakefileGal Pressman2019-05-072-0/+24
* RDMA/efa: Add the efa moduleGal Pressman2019-05-071-0/+533
* RDMA/efa: Add EFA verbs implementationGal Pressman2019-05-071-0/+1825
* RDMA/efa: Add common command handlersGal Pressman2019-05-061-0/+692
* RDMA/efa: Implement functions that submit and complete admin commandsGal Pressman2019-05-061-0/+1160
* RDMA/efa: Add the com service API definitionsGal Pressman2019-05-061-0/+270
* RDMA/efa: Add the efa_com.h fileGal Pressman2019-05-061-0/+144
* RDMA/efa: Add the efa.h header fileGal Pressman2019-05-061-0/+163
* RDMA/efa: Add EFA device definitionsGal Pressman2019-05-064-0/+1061