summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum2023-05-171-1/+1
* RDMA/efa: Add rdma write capability to device capsYonatan Nachum2023-04-223-17/+43
* RDMA/efa: Add data polling capability feature bitYonatan Nachum2023-03-222-3/+9
* RDMA/efa: Add EFA 0xefa2 PCI IDMichael Margolin2022-10-241-1/+3
* RDMA/efa: Support CQ receive entries with source GIDMichael Margolin2022-08-215-5/+309
* RDMA/efa: Add support for dmabuf memory regionsGal Pressman2021-10-283-31/+101
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-9/+10
* RDMA/efa: CQ notificationsGal Pressman2021-10-0710-52/+610
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-023-85/+92
|\
| * RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2021-08-232-11/+9
| * RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-232-3/+1
| * RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-22/+12
| * RDMA/efa: Remove double QP type assignmentLeon Romanovsky2021-08-031-1/+0
| * RDMA/efa: Split hardware stats to device and port statsGal Pressman2021-07-151-48/+70
* | RDMA/efa: Free IRQ vectors on error flowGal Pressman2021-08-201-0/+1
|/
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-173-3/+14
* RDMA/efa: Use strscpy instead of strlcpyGal Pressman2021-03-301-5/+5
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-262-14/+14
* RDMA/efa: Remove unused syndrome enum valuesGal Pressman2021-01-281-6/+0
* RDMA/efa: Remove unused 'select' field from get/set feature command descriptorGal Pressman2021-01-281-9/+2
* RDMA/efa: Remove unnecessary indentation in defs commentsGal Pressman2021-01-282-6/+6
* RDMA/efa: Remove duplication of upper/lower_32_bitsGal Pressman2021-01-281-9/+6
* RDMA/efa: Remove redundant NULL pointer check of CQEGal Pressman2021-01-281-10/+6
* RDMA/hw/efa/efa_com: Stop using param description notation for non-paramsLee Jones2021-01-221-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-162-31/+9
|\
| * RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman2020-12-021-9/+2
| * RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-161-1/+0
| * RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-4/+1
| * RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
| * RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
| * RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
| * RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-3/+0
* | RDMA/efa: Use the correct current and new states in modify QPGal Pressman2020-12-021-2/+2
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-2/+2
* RDMA/efa: Drop double zeroing for sg_init_table()Julia Lawall2020-09-231-1/+1
* RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-234-7/+99
* RDMA/efa: Group keep alive received counter with other SW statsGal Pressman2020-09-232-21/+18
* RDMA/efa: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-3/+3
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-3/+4
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman2020-08-241-6/+4
* RDMA/efa: Introduce SRD RNR retryGal Pressman2020-08-184-9/+31
* RDMA/efa: Introduce SRD QP state machineGal Pressman2020-08-181-2/+117
* RDMA/efa: Be consistent with modify QP bitmaskGal Pressman2020-08-182-16/+22
* RDMA/efa: Add a generic capability check helperGal Pressman2020-08-181-6/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-075-4/+63
|\
| * RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman2020-07-291-2/+4
| * RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman2020-07-291-0/+40