summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-08-03RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-08-03RDMA/mana_ib: Set correct device into ibKonstantin Taranov1-8/+8
2024-08-03RDMA/mana_ib: set node_guidKonstantin Taranov1-0/+2
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/hns: Fix mbx timing out before CMD execution is completedChengchang Tang2-7/+34
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: Fix soft lockup under heavy CEQE loadJunxian Huang2-36/+54
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-06-21RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov1-0/+1
2024-06-21RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad1-5/+8
2024-06-21RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas1-2/+2
2024-06-21RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe1-1/+2
2024-06-21RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe1-0/+1
2024-06-21RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe1-3/+1
2024-06-09RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI1-0/+13
2024-05-30RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI1-1/+1
2024-05-30RDMA/bnxt_re: Fix the max msix vectors macroSelvin Xavier1-3/+1
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)8-11/+11
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-15/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+5
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds62-731/+1327
2024-05-12RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun1-1/+3
2024-05-12RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-05-09bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt1-1/+2
2024-05-08RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin4-3/+31
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-05-05IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-05-05IB/hfi1: Do not use custom stat allocatorBreno Leitao1-16/+3
2024-05-05RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen1-22/+8
2024-05-05RDMA/mana_ib: implement uapi for creation of rnic cqKonstantin Taranov1-4/+51
2024-05-05RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov1-0/+2
2024-05-05RDMA/mana_ib: introduce a helper to remove cq callbacksKonstantin Taranov3-29/+17
2024-05-05RDMA/mana_ib: create and destroy RNIC cqsKonstantin Taranov2-0/+86
2024-05-05RDMA/mana_ib: create EQs for RNIC CQsKonstantin Taranov2-2/+33
2024-05-05RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge3-11/+5
2024-05-04IB/qib: Use device_show_string() helper for sysfs attributesLukas Wunner3-15/+2
2024-05-03IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2-3/+8