summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Add support for node guidYehuda Yitschak2024-08-234-0/+6
* RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas2024-08-112-3/+3
* RDMA/efa: Add EFA 0xefa3 PCI IDMichael Margolin2024-07-011-0/+2
* RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2024-06-272-2/+3
* RDMA/efa: Remove duplicate aenq enable macroYonatan Nachum2024-06-261-4/+0
* RDMA/efa: Use offset_in_page() functionGal Pressman2024-06-261-1/+1
* RDMA/efa: Properly handle unexpected AQ completionsMichael Margolin2024-05-301-13/+17
* RDMA/efa: Fail probe on missing BARsMichael Margolin2024-05-301-8/+22
* RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin2024-05-084-3/+31
* RDMA/efa: Add shutdown notifierMichael Margolin2024-04-291-0/+11
* RDMA/efa: Limit EQs to available MSI-X vectorsYonatan Nachum2024-01-312-17/+16
* RDMA/efa: Add EFA query MR supportMichael Margolin2024-01-076-6/+140
* RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum2023-08-221-3/+3
* RDMA/efa: Add RDMA write HW statistics countersMichael Margolin2023-07-124-2/+47
* RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum2023-05-161-1/+1
* RDMA/efa: Add rdma write capability to device capsYonatan Nachum2023-04-213-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-0610-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-222-11/+9
| * RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-222-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-163-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-011-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-011-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-221-1/+1
* RDMA/efa: Add messages and RDMA read work requests HW statsDaniel Kranzdorf2020-09-224-7/+99