summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
2023-09-23IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET1-1/+1
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-24/+23
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-23/+54
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2-14/+28
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu1-4/+10
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu1-46/+43
2023-08-16RDMA/mlx4: Copy union directlyGustavo A. R. Silva1-2/+1
2023-07-31RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie1-22/+22
2023-07-12RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-03-19RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang3-36/+96
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+0
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa3-8/+34
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+0
2022-02-01RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King1-1/+0
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-01-28RDMA/mlx4: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-16/+8
2021-12-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-3/+15
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET1-6/+4
2021-11-17RDMA/mlx4: Do not fail the registration on port statsJack Wang1-3/+15
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-28/+26
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2-24/+22
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2-2/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2-3/+4
2021-08-25RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-19/+12
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-7/+1
2021-06-22IB/mlx4: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-17RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-6/+19
2021-06-10RDMA: Verify port when creating flow ruleMaor Gottlieb1-3/+0
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-4/+1
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-7/+2
2021-05-20RDMA/mlx4: Remove unused parameter udataLang Cheng1-4/+4
2021-04-20RDMA/mlx4: Remove an unused variableChristophe JAILLET1-3/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch4-65/+70
2021-02-03IB/mlx4: Use port iterator and validation APIsParav Pandit2-3/+3
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean1-3/+0
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2-12/+12
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-0/+5
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-23IB/mlx4: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-31RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-11/+7
2020-10-31RDMA: Manual changes for sysfs_emit and neateningJoe Perches3-61/+67