summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-06-27RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe1-1/+2
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-12inet: introduce dst_rtable() helperEric Dumazet1-9/+3
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2024-05-30RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun1-1/+3
2024-05-30RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
2024-05-30bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt1-1/+2
2024-05-30RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov1-0/+2
2024-05-30RDMA/mana_ib: Use struct mana_ib_queue for CQsKonstantin Taranov3-58/+24
2024-05-30RDMA/mana_ib: Introduce helpers to create and destroy mana queuesKonstantin Taranov2-0/+53
2024-05-30IB/mlx5: Use __iowrite64_copy() for write combining storesJason Gunthorpe1-5/+3
2024-05-30RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson1-10/+2
2024-05-30RDMA/rxe: Allow good work requests to be executedBob Pearson1-1/+5
2024-05-30RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson1-3/+3
2024-05-30RDMA/hns: Modify the print level of CQE errorChengchang Tang1-2/+3
2024-05-30RDMA/hns: Use complete parentheses in macrosChengchang Tang1-6/+6
2024-05-30RDMA/hns: Fix GMV table pagesizeChengchang Tang1-1/+1
2024-05-30RDMA/hns: Fix mismatch exception rollbackwenglianfa1-1/+1
2024-05-30RDMA/hns: Fix UAF for cq async eventChengchang Tang1-11/+13
2024-05-30RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2-3/+4
2024-05-30RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang4-2/+12
2024-05-30RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao1-8/+7
2024-05-30RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov1-1/+2
2024-05-30RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov2-10/+23
2024-05-30RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_entOr Har-Toov1-1/+1
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-04-08RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik1-1/+2
2024-04-01RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang1-4/+7
2024-04-01RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu1-0/+2
2024-03-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds41-674/+874
2024-03-10RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil1-1/+19
2024-03-07RDMA/mana_ib: Use virtual address in dma regions for MRsKonstantin Taranov6-20/+45
2024-03-07RDMA/mana_ib: Fix bug in creation of dma regionsKonstantin Taranov1-1/+1
2024-03-07RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa5-3/+55
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-33/+45
2024-03-03RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang5-12/+69
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-2/+2
2024-02-26qibfs: fix dentry leakAl Viro1-0/+1
2024-02-25RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()Alexey Kodanev1-1/+1
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer1-8/+8
2024-02-21RDMA/device: Fix a race between mad_client and cm_client initShifeng Li1-15/+22
2024-02-19RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2-14/+19
2024-02-14RDMA/srpt: fix function pointer cast warningsArnd Bergmann1-4/+5