summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET2023-09-231-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-011-24/+23
|\
| * RDMA/mlx4: Copy union directlyGustavo A. R. Silva2023-08-161-2/+1
| * RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie2023-07-311-22/+22
* | mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu2023-08-231-23/+54
* | mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2023-08-232-14/+28
* | mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu2023-08-231-4/+10
* | mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2023-08-231-46/+43
* | RDMA/mlx4: Make check for invalid flags stricterDan Carpenter2023-07-121-9/+9
|/
* RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter2023-03-191-2/+6
* RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang2023-01-153-36/+96
* RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi2022-11-291-8/+4
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-221-1/+0
* RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-203-8/+34
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-242-2/+0
|\
| * RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King2022-02-011-1/+0
| * RDMA/mlx4: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* | RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky2022-02-011-1/+1
|/
* RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-16/+8
* Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-141-3/+15
|\
| * RDMA/mlx4: Do not fail the registration on port statsJack Wang2021-11-171-3/+15
* | RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET2021-11-291-6/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-034-28/+26
|\
| * RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky2021-10-121-1/+3
| * RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-3/+1
| * RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-122-24/+22
* | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-052-2/+2
|/
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-302-3/+4
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-3/+4
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-19/+12
|/
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-7/+1
|\
| * RDMA: Verify port when creating flow ruleMaor Gottlieb2021-06-101-3/+0
| * RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-031-4/+1
* | IB/mlx4: Avoid field-overflowing memcpy()Kees Cook2021-06-211-1/+1
* | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-6/+19
* | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-021-7/+2
* | RDMA/mlx4: Remove unused parameter udataLang Cheng2021-05-201-4/+4
|/
* RDMA/mlx4: Remove an unused variableChristophe JAILLET2021-04-201-3/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-264-65/+70
* IB/mlx4: Use port iterator and validation APIsParav Pandit2021-02-022-3/+3
* RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean2020-12-101-3/+0
* RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-072-12/+12
* RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-271-0/+5
* RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon2020-11-261-1/+3
* IB/mlx4: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-11/+7
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-303-61/+67