summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/main.c
AgeCommit message (Expand)Author
2026-03-31RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_maskJason Gunthorpe
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe
2026-03-30RDMA: Clarify that CQ resize is a user‑space verbLeon Romanovsky
2026-03-02RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversionLeon Romanovsky
2026-02-25RDMA/mlx4: Introduce a modern CQ creation interfaceLeon Romanovsky
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2024-12-25RDMA/mlx4: Support report_port_event() opsYuyu Li
2024-12-10RDMA/mlx4: Avoid false error about access to uninitialized gids arrayLeon Romanovsky
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu
2023-08-16RDMA/mlx4: Copy union directlyGustavo A. R. Silva
2023-07-31RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET
2021-11-17RDMA/mlx4: Do not fail the registration on port statsJack Wang
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-02-02IB/mlx4: Use port iterator and validation APIsParav Pandit
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky