aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)AuthorFilesLines
13 daysRDMA/efa: Validate SQ ring size against max LLQ sizeYonatan Nachum1-9/+18
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe1-2/+2
2026-03-31RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_maskJason Gunthorpe1-4/+4
2026-03-31RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()Jason Gunthorpe1-43/+4
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky1-48/+40
2026-03-17RDMA/efa: Fix possible deadlockEthan Tidmore1-0/+1
2026-03-17RDMA/efa: Rename alloc_ucontext comp_mask to supported_capsMichael Margolin1-8/+9
2026-03-08RDMA/efa: Fix use of completion ctx after freeYonatan Nachum1-48/+39
2026-03-05Add support for TLP emulationLeon Romanovsky1-1/+1
2026-02-25RDMA/efa: Remove check for zero CQE countLeon Romanovsky1-2/+2
2026-02-25RDMA/core: Prepare create CQ path for API unificationLeon Romanovsky3-14/+5
2026-02-25RDMA/efa: Rely on CPU address in create‑QPLeon Romanovsky1-2/+2
2026-02-25RDMA/core: Manage CQ umem in core codeLeon Romanovsky1-13/+11
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-25RDMA/efa: Use extended inline buff size for inline validationYonatan Nachum1-2/+2
2026-02-25RDMA/efa: Expose new extended max inline buff sizeYonatan Nachum4-3/+33
2026-02-25RDMA/efa: Rename admin queue attributes struct name for extendabilityYonatan Nachum2-24/+24
2026-02-24RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-7/+6
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-43/+54
2025-12-18RDMA/efa: Improve admin completion context state machineYonatan Nachum1-41/+50
2025-12-18RDMA/efa: Check stored completion CTX command ID with received oneYonatan Nachum1-2/+4
2025-12-17RDMA/efa: Remove possible negative shiftMichael Margolin1-4/+0
2025-10-19RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATEShuhao Fu1-9/+7
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky2-4/+6
2025-08-25RDMA/efa: Extend admin timeout error printMichael Margolin1-5/+9
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas2-0/+14
2025-07-13RDMA/efa: Add CQ with external memory supportMichael Margolin3-14/+51
2025-07-09RDMA/efa: Add Network HW statistics countersBasel Nassar4-20/+79
2025-01-06RDMA/efa: Align interrupt related fields to same typeYonatan Nachum3-19/+14
2024-12-30RDMA/efa: Reset device on probe failureMichael Margolin1-4/+5
2024-10-30RDMA/efa: Report link speed according to device attributesMichael Margolin4-2/+54
2024-10-21RDMA/efa: Add option to set QP service level on createMichael Margolin3-1/+5
2024-10-21RDMA/efa: Update device interfaceMichael Margolin6-23/+149
2024-08-23RDMA/efa: Add support for node guidYehuda Yitschak4-0/+6
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas2-3/+3
2024-07-01RDMA/efa: Add EFA 0xefa3 PCI IDMichael Margolin1-0/+2
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-2/+3
2024-06-26RDMA/efa: Remove duplicate aenq enable macroYonatan Nachum1-4/+0
2024-06-26RDMA/efa: Use offset_in_page() functionGal Pressman1-1/+1
2024-05-30RDMA/efa: Properly handle unexpected AQ completionsMichael Margolin1-13/+17
2024-05-30RDMA/efa: Fail probe on missing BARsMichael Margolin1-8/+22
2024-05-08RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin4-3/+31
2024-04-29RDMA/efa: Add shutdown notifierMichael Margolin1-0/+11
2024-01-31RDMA/efa: Limit EQs to available MSI-X vectorsYonatan Nachum2-17/+16
2024-01-07RDMA/efa: Add EFA query MR supportMichael Margolin6-6/+140
2023-08-22RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum1-3/+3
2023-07-12RDMA/efa: Add RDMA write HW statistics countersMichael Margolin4-2/+47