aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/ocrdma
AgeCommit message (Expand)AuthorFilesLines
2026-07-23RDMA/ocrdma: accept boolean value in ocrdma_dbgfs_ops_write()Dmitry Antipov1-18/+8
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-1/+0
2026-06-03RDMA: Update the query_device() opJason Gunthorpe1-3/+5
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko1-1/+1
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe1-4/+4
2026-05-18RDMA: Replace memset with = {} pattern for ib_respond_udata()Jason Gunthorpe1-8/+4
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe1-12/+7
2026-05-02RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2
2026-05-02RDMA/ocrdma: Clarify the mm_head searchingJason Gunthorpe1-2/+2
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-35/+27
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe1-1/+3
2026-03-31RDMA: Use ib_copy_validate_udata_in() for implicit full structsJason Gunthorpe1-4/+6
2026-03-30RDMA: Properly propagate the number of CQEs as unsigned intLeon Romanovsky2-8/+6
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky1-1/+1
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-1/+1
2026-03-10RDMA/ocrdma: kzalloc_objs to kzalloc_flexRosen Penev2-13/+4
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky1-8/+7
2026-02-25RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-20/+17
2026-01-05RDMA/ocrdma: Remove unused OCRDMA_UVERBS definitionLeon Romanovsky1-2/+0
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas2-2/+7
2024-07-11RDMA/ocrdma: Don't inline statistics functionsPeng Hao1-11/+11
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-2/+3
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-1/+1
2023-03-29RDMA/ocrdma: remove unused discard_cnt variableTom Rix1-2/+0
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2022-01-05RDMA/ocrdma: Remove unneeded variableMinghao Chi1-6/+2
2021-11-29RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET1-3/+3
2021-11-29RDMA/ocrdma: Use bitmap_zalloc() when applicableChristophe JAILLET1-10/+6
2021-11-17RDMA/ocrdma: Use helper function to set GUIDsKamal Heib3-17/+5
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-19/+12
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch5-9/+10
2021-01-07RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix1-1/+1
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-6/+1
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-10/+2
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+1
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-5/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+3
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-1/+1