aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge rdma branch 'for-rc' into 'for-next'Jason Gunthorpe1-1/+1
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky1-2/+2
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky1-2/+0
2026-07-12RDMA/hns: Compute HEM index in 64-bit in hns_roce_v2_set_hem()Alexander Chesnokov1-1/+1
2026-07-02RDMA/hns: Fix potential integer overflow in mhop hem cleanupDanila Chernetsov1-1/+1
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-76/+565
2026-06-16RDMA/hns: Fix memory leak of bonding resourcesJunxian Huang1-1/+1
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe1-0/+4
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-1/+6
2026-06-03RDMA/hns: drop dead empty check in setup_root_hem()Maoyi Xie1-2/+0
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko2-4/+4
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe2-9/+16
2026-05-25RDMA/hns: Fix log flood after cmd_mbox failureLianfa Weng4-16/+16
2026-05-25RDMA/hns: Fix warning in poll cq direct modeLianfa Weng1-1/+1
2026-05-18RDMA: Convert drivers using min to ib_respond_udata()Jason Gunthorpe6-25/+12
2026-05-18RDMA/hns: Use named initializer for pci_device_id arrayUwe Kleine-König (The Capable Hub)1-9/+23
2026-05-18RDMA/hns: Support congestion control algorithm parameter configurationChengchang Tang5-0/+473
2026-05-18RDMA/hns: Add write support to debugfsJunxian Huang2-0/+21
2026-05-18RDMA/hns: Initialize seqfile before creating fileJunxian Huang1-14/+5
2026-05-18RDMA/hns: Fix arithmetic overflow in calc_hem_config()Alexander Chesnokov1-4/+4
2026-05-02RDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_qp_common()Jason Gunthorpe1-3/+3
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_srq()Jason Gunthorpe1-6/+6
2026-03-31RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()Jason Gunthorpe1-19/+16
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe2-2/+2
2026-03-31RDMA/hns: Add missing comp_mask check in create_qpJason Gunthorpe1-1/+3
2026-03-31RDMA/hns: Use ib_copy_validate_udata_in()Jason Gunthorpe4-45/+8
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky2-14/+6
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-6/+3
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 Torvalds7-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-38/+38
2026-01-15RDMA/hns: Support drain SQ and RQChengchang Tang1-0/+166
2026-01-04RDMA/hns: Notify ULP of remaining soft-WCs during resetChengchang Tang1-0/+23
2026-01-04RDMA/hns: Fix RoCEv1 failure due to DSCPJunxian Huang2-25/+26
2026-01-04RDMA/hns: Return actual error code instead of fixed EINVALJunxian Huang1-2/+2
2026-01-04RDMA/hns: Fix WQ_MEM_RECLAIM warningChengchang Tang1-1/+2
2025-12-31RDMA/hns: Introduce limit_bank mode with better performanceLianfa Weng4-12/+60
2025-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds11-52/+1429
2025-11-24RDMA/hns: Support reset recovery for bondJunxian Huang1-0/+20
2025-11-24RDMA/hns: Support link state reporting for bondJunxian Huang2-24/+83
2025-11-24RDMA/hns: Add delayed work for bondingJunxian Huang3-1/+325
2025-11-24RDMA/hns: Implement bonding init/uninit processJunxian Huang6-17/+282
2025-11-24RDMA/hns: Add bonding cmdsJunxian Huang3-0/+108
2025-11-24RDMA/hns: Add bonding event handlerJunxian Huang2-0/+340
2025-11-24RDMA/hns: Initialize bonding resourcesJunxian Huang6-1/+251
2025-11-24RDMA/hns: Add helpers to obtain netdev and bus_num from hr_devJunxian Huang6-14/+25
2025-10-27RDMA/hns: Remove an extra blank lineGuofeng Yue1-1/+0
2025-10-27RDMA/hns: Fix wrong WQE data when QP wraps aroundJunxian Huang1-3/+8