aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28RDMA/efa: Add support for dmabuf memory regionsGal Pressman3-31/+101
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-9/+10
2021-10-06RDMA/efa: CQ notificationsGal Pressman10-52/+610
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-85/+92
2021-08-22RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2-11/+9
2021-08-22RDMA/efa: Remove unused cpu field from irq structGal Pressman2-3/+1
2021-08-20RDMA/efa: Free IRQ vectors on error flowGal Pressman1-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-22/+12
2021-08-03RDMA/efa: Remove double QP type assignmentLeon Romanovsky1-1/+0
2021-07-15RDMA/efa: Split hardware stats to device and port statsGal Pressman1-48/+70
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe3-3/+14
2021-03-30RDMA/efa: Use strscpy instead of strlcpyGal Pressman1-5/+5
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch2-14/+14
2021-01-28RDMA/efa: Remove unused syndrome enum valuesGal Pressman1-6/+0
2021-01-28RDMA/efa: Remove unused 'select' field from get/set feature command descriptorGal Pressman1-9/+2
2021-01-28RDMA/efa: Remove unnecessary indentation in defs commentsGal Pressman2-6/+6
2021-01-28RDMA/efa: Remove duplication of upper/lower_32_bitsGal Pressman1-9/+6
2021-01-28RDMA/efa: Remove redundant NULL pointer check of CQEGal Pressman1-10/+6
2021-01-22RDMA/hw/efa/efa_com: Stop using param description notation for non-paramsLee Jones1-1/+1
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-31/+9
2020-12-01RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman1-9/+2
2020-12-01RDMA/efa: Use the correct current and new states in modify QPGal Pressman1-2/+2
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman1-1/+0
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-4/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-3/+0
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-2/+2
2020-09-22RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall1-1/+1
2020-09-22RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf4-7/+99
2020-09-22RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2-21/+18
2020-09-11RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe1-3/+3
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky2-3/+4
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2-2/+3
2020-08-24RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman1-6/+4
2020-08-18RDMA/efa: Introduce SRD RNR retryGal Pressman4-9/+31
2020-08-18RDMA/efa: Introduce SRD QP state machineGal Pressman1-2/+117
2020-08-18RDMA/efa: Be consistent with modify QP bitmaskGal Pressman2-16/+22
2020-08-18RDMA/efa: Add a generic capability check helperGal Pressman1-6/+5
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-4/+63
2020-07-29RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman1-2/+4
2020-07-29RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman1-0/+40
2020-07-29RDMA/efa: Expose minimum SQ sizeGal Pressman4-2/+5
2020-07-29RDMA/efa: Expose maximum TX doorbell batchGal Pressman4-0/+14
2020-06-18RDMA/efa: Set maximum pkeys device attributeGal Pressman1-0/+1
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