aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/efa
AgeCommit message (Expand)AuthorFilesLines
2026-08-12RDMA/efa: Add support for 128B admin v2 SQ entryYonatan Nachum3-32/+116
2026-08-12RDMA/efa: Generalize the admin SQYonatan Nachum2-27/+24
2026-08-12RDMA/efa: Decouple admin command payload from admin headerYonatan Nachum5-242/+112
2026-07-28RDMA/efa: Fix PBL chunk length computationYonatan Nachum1-4/+9
2026-07-23RDMA/efa: Expose 64-bit send WR ID support to userspaceYonatan Nachum1-0/+3
2026-07-23RDMA/efa: Add CQ/QP creation with 64-bit SQ req ID supportYonatan Nachum5-5/+44
2026-07-22RDMA/efa: Add Completion Counters supportMichael Margolin5-2/+444
2026-07-22RDMA/efa: Update device interfaceMichael Margolin2-4/+202
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-1/+0
2026-07-14RDMA/efa: Add EFA 0xefa4 PCI IDAnas Mousa1-0/+2
2026-07-14RDMA/efa: Extend page-shift field in MR registrationMichael Margolin1-3/+3
2026-07-12RDMA/efa: Add AH cache handling on create and destroy AHYonatan Nachum5-8/+140
2026-07-12RDMA/efa: Add initialization of AH cache rhashtableYonatan Nachum5-3/+93
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-97/+121
2026-06-09RDMA/efa: Implement the query port speed verbTom Sela4-3/+16
2026-06-09RDMA/efa: Report 800 and 1600 Gbps link speedTom Sela1-1/+7
2026-06-02RDMA/efa: Validate SQ ring size against max LLQ sizeYonatan Nachum1-9/+18
2026-05-29RDMA/efa: Use ib_umem_get_cq_buf() for user CQ bufferJiri Pirko1-10/+17
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-1/+1
2026-05-18RDMA: Convert drivers using min to ib_respond_udata()Jason Gunthorpe1-33/+11
2026-05-18RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()Jason Gunthorpe1-29/+14
2026-05-18RDMA/efa: Add checksum support for admin responsesYonatan Nachum5-20/+55
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