summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* RDMA/bnxt_re: Fix the max WQE size for static WQE supportSelvin Xavier2024-09-092-11/+12
* RDMA/bnxt_re: Fix the compatibility flag for variable size WQESelvin Xavier2024-09-091-1/+2
* RDMA/mlx5: Fix MR cache temp entries cleanupMichael Guralnik2024-09-092-52/+32
* RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik2024-09-091-2/+12
* RDMA/mlx5: Fix counter update on MR cache mkey creationMichael Guralnik2024-09-091-1/+1
* RDMA/mlx5: Drop redundant work canceling from clean_keys()Michael Guralnik2024-09-091-1/+0
* RDMA/erdma: Return QP state in erdma_query_qpCheng Xu2024-09-091-1/+24
* RDMA/erdma: Add disassociate ucontext supportCheng Xu2024-09-093-0/+6
* RDMA/erdma: Refactor the initialization and destruction of EQCheng Xu2024-09-094-69/+51
* RDMA/mlx5: Enable ATS when allocating kernel MRsMaher Sanalla2024-09-091-0/+5
* IB/mlx5: Fix UMR pd cleanup on error flow of driver initChris Mi2024-09-041-0/+3
* RDMA/bnxt_re: Add support for MR Relaxed OrderingKalesh AP2024-09-022-0/+19
* RDMA/bnxt_re: Avoid an extra hwrm per MR creationKalesh AP2024-09-024-14/+36
* RDMA/bnxt_re: Rename a variableKalesh AP2024-09-023-7/+7
* RDMA/bnxt_re: Update HW interface headersKalesh AP2024-09-021-9/+27
* RDMA/mana_ib: use the correct page size for mapping user-mode doorbell pageLong Li2024-09-021-3/+3
* RDMA/mana_ib: use the correct page table index based on hardware page sizeLong Li2024-09-021-1/+1
* RDMA/bnxt_re: Share a page to expose per SRQ info with userspaceChandramohan Akula2024-09-024-2/+41
* RDMA/bnxt_re: Refactor the BNXT_RE_METHOD_GET_TOGGLE_MEM methodChandramohan Akula2024-09-021-11/+7
* RDMA/bnxt_re: Get the toggle bits from SRQ eventsHongguang Gao2024-09-023-0/+13
* RDMA/cxgb4: Remove unused declarationsYue Haibing2024-08-281-4/+0
* Merge branch 'bnxt_re_variable_wqes' into rdma.git for-nextJason Gunthorpe2024-08-287-73/+181
|\
| * RDMA/bnxt_re: Enable variable size WQEs for user space applicationsSelvin Xavier2024-08-271-0/+5
| * RDMA/bnxt_re: Handle variable WQE support for user applicationsSelvin Xavier2024-08-272-46/+76
| * RDMA/bnxt_re: Fix the table size for PSN/MSN entriesSelvin Xavier2024-08-271-0/+2
| * RDMA/bnxt_re: Get the WQE index from slot index while completing the WQEsSelvin Xavier2024-08-272-1/+52
| * RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier2024-08-276-27/+47
* | RDMA/efa: Add support for node guidYehuda Yitschak2024-08-234-0/+6
* | RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan2024-08-231-7/+3
* | RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan2024-08-231-3/+1
* | RDMA/qib: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan2024-08-231-6/+3
* | RDMA/mlx5: Remove two unused declarationsYue Haibing2024-08-191-3/+0
* | RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctlYishai Hadas2024-08-111-1/+54
* | RDMA/mlx5: Add support for DMABUF MR registrations with Data-directYishai Hadas2024-08-116-72/+350
* | RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas2024-08-117-8/+9
* | RDMA/mlx5: Add the initialization flow to utilize the 'data direct' deviceYishai Hadas2024-08-114-0/+119
* | RDMA/mlx5: Introduce the 'data direct' driverYishai Hadas2024-08-115-0/+281
* | RDMA/mlx5: Expose vhca id for all ports in multiport modeMark Bloch2024-08-111-0/+21
* | RDMA/cxgb4: use dma_mmap_coherent() for mapping non-contiguous memoryAnumula Murali Mohan Reddy2024-07-294-38/+105
|/
* Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-3/+3
|\
| * RDMA/usnic: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-07-1965-306/+1272
|\ \
| * | IB/hfi1: Constify struct flag_tableChristophe JAILLET2024-07-151-15/+15
| * | RDMA/mana_ib: Set correct device into ibKonstantin Taranov2024-07-141-8/+8
| * | bnxt_re: Fix imm_data endiannessJack Wang2024-07-142-7/+7
| * | RDMA/hns: Fix mbx timing out before CMD execution is completedChengchang Tang2024-07-112-7/+34
| * | RDMA/hns: Fix insufficient extend DB for VFs.Chengchang Tang2024-07-111-2/+4
| * | RDMA/hns: Fix undifined behavior caused by invalid max_sgeChengchang Tang2024-07-111-1/+1
| * | RDMA/hns: Fix shift-out-bounds when max_inline_data is 0Chengchang Tang2024-07-111-1/+3
| * | RDMA/hns: Fix missing pagesize and alignment check in FRMRChengchang Tang2024-07-112-0/+9