summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)Author
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-01RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman
2020-12-01RDMA/efa: Use the correct current and new states in modify QPGal Pressman
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-22RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall
2020-09-22RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf
2020-09-22RDMA/efa: Group keep alive received counter with other SW statsGal Pressman
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-24RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman
2020-08-18RDMA/efa: Introduce SRD RNR retryGal Pressman
2020-08-18RDMA/efa: Introduce SRD QP state machineGal Pressman
2020-08-18RDMA/efa: Be consistent with modify QP bitmaskGal Pressman
2020-08-18RDMA/efa: Add a generic capability check helperGal Pressman
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-29RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman
2020-06-18RDMA/efa: Set maximum pkeys device attributeGal Pressman
2020-05-21RDMA/efa: Report host information to the deviceGal Pressman
2020-05-21RDMA/efa: Fix setting of wrong bit in get/set_feature commandsGal Pressman
2020-05-02RDMA/efa: Count admin commands errorsGal Pressman
2020-05-02RDMA/efa: Count mmap failuresGal Pressman
2020-05-02RDMA/efa: Report create CQ error counterGal Pressman
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb
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