summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)AuthorLines
2026-02-24RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-43/+54
2025-12-18RDMA/efa: Improve admin completion context state machineYonatan Nachum-41/+50
2025-12-18RDMA/efa: Check stored completion CTX command ID with received oneYonatan Nachum-2/+4
2025-12-17RDMA/efa: Remove possible negative shiftMichael Margolin-4/+0
2025-10-19RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATEShuhao Fu-9/+7
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky-4/+6
2025-08-25RDMA/efa: Extend admin timeout error printMichael Margolin-5/+9
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-0/+14
2025-07-13RDMA/efa: Add CQ with external memory supportMichael Margolin-14/+51
2025-07-09RDMA/efa: Add Network HW statistics countersBasel Nassar-20/+79
2025-01-06RDMA/efa: Align interrupt related fields to same typeYonatan Nachum-19/+14
2024-12-30RDMA/efa: Reset device on probe failureMichael Margolin-4/+5
2024-10-30RDMA/efa: Report link speed according to device attributesMichael Margolin-2/+54
2024-10-21RDMA/efa: Add option to set QP service level on createMichael Margolin-1/+5
2024-10-21RDMA/efa: Update device interfaceMichael Margolin-23/+149
2024-08-23RDMA/efa: Add support for node guidYehuda Yitschak-0/+6
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas-3/+3
2024-07-01RDMA/efa: Add EFA 0xefa3 PCI IDMichael Margolin-0/+2
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger-2/+3
2024-06-26RDMA/efa: Remove duplicate aenq enable macroYonatan Nachum-4/+0
2024-06-26RDMA/efa: Use offset_in_page() functionGal Pressman-1/+1
2024-05-30RDMA/efa: Properly handle unexpected AQ completionsMichael Margolin-13/+17
2024-05-30RDMA/efa: Fail probe on missing BARsMichael Margolin-8/+22
2024-05-08RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin-3/+31
2024-04-29RDMA/efa: Add shutdown notifierMichael Margolin-0/+11
2024-01-31RDMA/efa: Limit EQs to available MSI-X vectorsYonatan Nachum-17/+16
2024-01-07RDMA/efa: Add EFA query MR supportMichael Margolin-6/+140
2023-08-22RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum-3/+3
2023-07-12RDMA/efa: Add RDMA write HW statistics countersMichael Margolin-2/+47
2023-05-16RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum-1/+1
2023-04-21RDMA/efa: Add rdma write capability to device capsYonatan Nachum-17/+43
2023-03-22RDMA/efa: Add data polling capability feature bitYonatan Nachum-3/+9
2022-10-24RDMA/efa: Add EFA 0xefa2 PCI IDMichael Margolin-1/+3
2022-08-21RDMA/efa: Support CQ receive entries with source GIDMichael Margolin-5/+309
2021-10-28RDMA/efa: Add support for dmabuf memory regionsGal Pressman-31/+101
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau-9/+10
2021-10-06RDMA/efa: CQ notificationsGal Pressman-52/+610
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-85/+92
2021-08-22RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman-11/+9
2021-08-22RDMA/efa: Remove unused cpu field from irq structGal Pressman-3/+1
2021-08-20RDMA/efa: Free IRQ vectors on error flowGal Pressman-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-22/+12
2021-08-03RDMA/efa: Remove double QP type assignmentLeon Romanovsky-1/+0
2021-07-15RDMA/efa: Split hardware stats to device and port statsGal Pressman-48/+70
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe-3/+14
2021-03-30RDMA/efa: Use strscpy instead of strlcpyGal Pressman-5/+5