aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)Author
2020-03-18RDMA/efa: Use in-kernel offsetofend() to check field availabilityLeon Romanovsky
2020-02-28RDMA/efa: Do not delay freeing of DMA pagesGal Pressman
2020-02-28RDMA/efa: Properly document the interrupt mask registerGal Pressman
2020-02-28RDMA/efa: Unified getters/setters for device structs bitmask accessGal Pressman
2020-01-29RDMA/efa: Mask access flags with the correct optional rangeGal Pressman
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16RDMA/efa: Allow passing of optional access flags for MR registrationMichael Guralnik
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-15RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_removeGal Pressman
2020-01-15RDMA/efa: Remove {} brackets from single statement ifGal Pressman
2020-01-15RDMA/efa: Device definitions documentation updatesGal Pressman
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf
2019-11-25RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf
2019-11-25RDMA/efa: Store network attributes in device attributesGal Pressman
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-11-14RDMA/efa: Clear the admin command buffer prior to its submissionGal Pressman
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon
2019-09-16RDMA/efa: Fix incorrect error printGal Pressman
2019-08-27RDMA/efa: Use existing FIELD_SIZEOF macroGal Pressman
2019-08-27RDMA/efa: Remove umem check on dereg MR flowGal Pressman
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-08-05RDMA/efa: Rate limit admin queue error printsGal Pressman
2019-07-29RDMA/efa: Expose device statisticsGal Pressman
2019-07-04RDMA/efa: Entropy in admin commands idDaniel Kranzdorf
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-21RDMA/efa: Print address on AH creation failureFiras Jahjah
2019-06-21RDMA/efa: Be consistent with success flow return valueGal Pressman
2019-06-21RDMA/efa: Use API to get contiguous memory blocks aligned to device supported...Gal Pressman
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-18RDMA/efa: Handle mmap insertions overflowGal Pressman
2019-06-17RDMA/efa: Fix success return value in case of errorGal Pressman
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-05-29RDMA/efa: Remove unused includesGal Pressman
2019-05-29RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman
2019-05-29RDMA/efa: Remove unneeded admin commands abort flowGal Pressman
2019-05-29RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman
2019-05-29RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman
2019-05-21RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky
2019-05-07RDMA/efa: Add driver to Kconfig/MakefileGal Pressman
2019-05-07RDMA/efa: Add the efa moduleGal Pressman
2019-05-07RDMA/efa: Add EFA verbs implementationGal Pressman
2019-05-06RDMA/efa: Add common command handlersGal Pressman
2019-05-06RDMA/efa: Implement functions that submit and complete admin commandsGal Pressman