summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)AuthorFilesLines
2020-05-21RDMA/efa: Report host information to the deviceGal Pressman4-10/+130
2020-05-21RDMA/efa: Fix setting of wrong bit in get/set_feature commandsGal Pressman1-2/+2
2020-05-02RDMA/efa: Count admin commands errorsGal Pressman3-2/+8
2020-05-02RDMA/efa: Count mmap failuresGal Pressman2-3/+9
2020-05-02RDMA/efa: Report create CQ error counterGal Pressman1-0/+2
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb2-5/+4
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-02-28RDMA/efa: Properly document the interrupt mask registerGal Pressman2-3/+4
2020-02-28RDMA/efa: Unified getters/setters for device structs bitmask accessGal Pressman6-128/+101
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
2020-01-15RDMA/efa: Device definitions documentation updatesGal Pressman1-13/+24
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-25RDMA/efa: Expose RDMA read related attributesDaniel Kranzdorf4-5/+40
2019-11-25RDMA/efa: Support remote read access in MR registrationDaniel Kranzdorf4-13/+14
2019-11-25RDMA/efa: Store network attributes in device attributesGal Pressman5-51/+18
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-14RDMA/efa: Clear the admin command buffer prior to its submissionGal Pressman1-1/+4
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon3-194/+153
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-2/+4
2019-09-16RDMA/efa: Fix incorrect error printGal Pressman1-1/+1
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-08-05RDMA/efa: Rate limit admin queue error printsGal Pressman2-86/+120
2019-07-29RDMA/efa: Expose device statisticsGal Pressman5-0/+138
2019-07-04RDMA/efa: Entropy in admin commands idDaniel Kranzdorf1-21/+23
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-12/+34
2019-06-21RDMA/efa: Print address on AH creation failureFiras Jahjah1-1/+2
2019-06-21RDMA/efa: Be consistent with success flow return valueGal Pressman3-5/+7
2019-06-21RDMA/efa: Use API to get contiguous memory blocks aligned to device supported...Gal 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-17RDMA/efa: Fix success return value in case of errorGal Pressman1-6/+18
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-37/+17
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-8/+3
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-29RDMA/efa: Remove unused includesGal Pressman2-3/+0
2019-05-29RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman1-14/+11
2019-05-29RDMA/efa: Remove unneeded admin commands abort flowGal Pressman2-74/+1
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