summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-10-10RDMA/mana_ib: use the correct page table index based on hardware page sizeLong Li1-1/+1
2024-10-10RDMA/mana_ib: use the correct page size for mapping user-mode doorbell pageLong Li1-3/+3
2024-10-04RDMA/irdma: fix error message in irdma_modify_qp_roce()Vitaliy Shevtsov1-1/+1
2024-10-04RDMA/cxgb4: Added NULL check for lookup_atidMikhail Lobanov1-0/+5
2024-10-04RDMA/mlx5: Obtain upper net device only when neededMark Bloch1-1/+1
2024-10-04RDMA/hns: Fix restricted __le16 degrades to integer issueJunxian Huang1-2/+2
2024-10-04RDMA/hns: Optimize hem allocation performanceJunxian Huang1-4/+6
2024-10-04RDMA/hns: Fix 1bit-ECC recovery address in non-4K OSChengchang Tang1-1/+1
2024-10-04RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handlerJunxian Huang1-2/+5
2024-10-04RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabledChengchang Tang1-8/+8
2024-10-04RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()wenglianfa1-6/+6
2024-10-04RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08wenglianfa1-3/+3
2024-10-04RDMA/hns: Don't modify rq next block addr in HIP09 QPCJunxian Huang1-6/+8
2024-10-04RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik1-2/+12
2024-10-04RDMA/erdma: Return QP state in erdma_query_qpCheng Xu1-1/+24
2024-10-04IB/core: Fix ib_cache_setup_one error flow cleanupPatrisious Haddad1-1/+3
2024-10-04RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in boundsMd Haris Iqbal1-0/+6
2024-10-04RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peerJack Wang2-1/+3
2024-10-04RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependencyZhu Yanjun1-1/+1
2024-09-18IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad1-1/+1
2024-09-08RDMA/efa: Properly handle unexpected AQ completionsMichael Margolin1-13/+17
2024-08-29IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lockChengfeng Ye1-2/+3
2024-08-29RDMA/rtrs: Fix the problem of variable not initialized fullyZhu Yanjun1-1/+1
2024-08-03RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-08-03bnxt_re: Fix imm_data endiannessJack Wang2-7/+7
2024-08-03RDMA: Fix netdev tracker in ib_device_set_netdevDavid Ahern1-6/+2
2024-08-03RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge3-11/+5
2024-08-03RDMA/hns: Fix insufficient extend DB for VFs.Chengchang Tang1-2/+4
2024-08-03RDMA/hns: Fix undifined behavior caused by invalid max_sgeChengchang Tang1-1/+1
2024-08-03RDMA/hns: Fix shift-out-bounds when max_inline_data is 0Chengchang Tang1-1/+3
2024-08-03RDMA/hns: Fix missing pagesize and alignment check in FRMRChengchang Tang2-0/+9
2024-08-03RDMA/hns: Fix unmatch exception handling when init eq table failsJunxian Huang1-12/+13
2024-08-03RDMA/hns: Check atomic wr lengthJunxian Huang2-2/+9
2024-08-03RDMA/device: Return error earlier if port in not validLeon Romanovsky1-3/+3
2024-08-03RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI1-3/+4
2024-08-03RDMA/mlx4: Fix truncated output warning in alias_GUID.cLeon Romanovsky1-1/+1
2024-08-03RDMA/mlx4: Fix truncated output warning in mad.cLeon Romanovsky1-1/+1
2024-08-03RDMA/cache: Release GID table even if leak is detectedLeon Romanovsky1-9/+5
2024-08-03RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZEChiara Meiohas2-4/+15
2024-07-11IB/core: Implement a limit on UMAD receive ListMichael Guralnik1-6/+15
2024-07-05RDMA/restrack: Fix potential invalid address accessWenchao Hao1-50/+1
2024-06-27RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe1-0/+1
2024-06-27RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe1-3/+1
2024-06-27RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI1-1/+1
2024-06-27RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov1-0/+1
2024-06-27RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad1-5/+8
2024-06-27RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas1-2/+2
2024-06-27RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI1-0/+13
2024-06-27RDMA/bnxt_re: Fix the max msix vectors macroSelvin Xavier1-3/+1
2024-06-12RDMA/bnxt_re: Fix the sparse warningsSelvin Xavier2-2/+2