summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-46/+46
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-77/+68
2025-11-06RDMA/mlx4: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky-5/+6
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas-0/+5
2025-04-07RDMA: Replace msecs_to_jiffies with secs_to_jiffies for timeoutPeng Jiang-4/+4
2024-12-25RDMA/mlx4: Support report_port_event() opsYuyu Li-28/+30
2024-12-10RDMA/mlx4: Use DMA iterator to write MTTLeon Romanovsky-111/+8
2024-12-10RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT sizeLeon Romanovsky-168/+35
2024-12-10RDMA/mlx4: Avoid false error about access to uninitialized gids arrayLeon Romanovsky-4/+4
2024-08-23RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan-7/+3
2024-08-23RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocationJinjie Ruan-3/+1
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger-2/+3
2024-06-26RDMA/mlx4: Fix truncated output warning in alias_GUID.cLeon Romanovsky-1/+1
2024-06-26RDMA/mlx4: Fix truncated output warning in mad.cLeon Romanovsky-1/+1
2023-09-23IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET-1/+1
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-24/+23
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu-23/+54
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu-14/+28
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu-4/+10
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu-46/+43
2023-08-16RDMA/mlx4: Copy union directlyGustavo A. R. Silva-2/+1
2023-07-31RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie-22/+22
2023-07-12RDMA/mlx4: Make check for invalid flags stricterDan Carpenter-9/+9
2023-03-19RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter-2/+6
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang-36/+96
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi-8/+4
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda-1/+0
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa-8/+34
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-4/+4
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+0
2022-02-01RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King-1/+0
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky-1/+1
2022-01-28RDMA/mlx4: Delete useless module.h includeLeon Romanovsky-1/+0
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky-16/+8
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe-3/+15
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET-6/+4
2021-11-17RDMA/mlx4: Do not fail the registration on port statsJack Wang-3/+15
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-28/+26
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky-1/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-3/+1
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau-24/+22
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski-2/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe-3/+4
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-19/+12
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe-7/+1