summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
2024-08-19RDMA/mlx4: Fix truncated output warning in alias_GUID.cLeon Romanovsky1-1/+1
2024-08-19RDMA/mlx4: Fix truncated output warning in mad.cLeon Romanovsky1-1/+1
2023-10-10IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET1-1/+1
2023-08-11RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-13/+1
2023-05-17RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2022-10-26IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+0
2022-02-08RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2021-11-18RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-07-14RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-7/+2
2021-06-16RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-4/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-10-09IB/mlx4: Convert rej_tmout radix-tree to XArrayHåkon Bugge2-49/+51
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-3/+0
2020-09-29RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky1-94/+63
2020-09-29RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2-91/+100
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-1/+2
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky3-34/+26
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky3-23/+12
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+2
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe4-7/+6
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky2-2/+3
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+2
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2-2/+3
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky2-6/+4
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe3-6/+6
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch1-1/+2
2020-08-24IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge1-0/+3
2020-08-24IB/mlx4: Add support for REJ due to timeoutHåkon Bugge2-1/+137
2020-08-24IB/mlx4: Fix starvation in paravirt mux/demuxHåkon Bugge2-3/+33
2020-08-24IB/mlx4: Separate tunnel and wire bufs parametersHåkon Bugge2-21/+26
2020-08-24IB/mlx4: Add support for MRAHåkon Bugge1-2/+3
2020-08-24IB/mlx4: Add and improve loggingHåkon Bugge2-47/+40
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-23/+8
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-25/+17
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-07-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-22/+15
2020-07-07IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas1-1/+0
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-03RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy3-120/+0
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2-4/+13
2020-05-12IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein1-3/+11
2020-05-03RDMA: Group create AH arguments in structMaor Gottlieb2-5/+8
2020-04-15RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel1-1/+2
2020-03-13RDMA/mlx4: Delete duplicated offsetofend implementationLeon Romanovsky1-6/+3