aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4
AgeCommit message (Expand)AuthorFilesLines
2023-03-19RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Gravatar Dan Carpenter 1-2/+6
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextGravatar Mark Zhang 3-36/+96
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}Gravatar zhang songyi 1-8/+4
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersGravatar Daisuke Matsuda 1-1/+0
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageGravatar Tetsuo Handa 3-8/+34
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsGravatar Jason Gunthorpe 1-4/+4
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-2/+0
2022-02-01RDMA/mlx4: remove redundant assignment to variable nreqGravatar Colin Ian King 1-1/+0
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureGravatar Leon Romanovsky 1-1/+1
2022-01-28RDMA/mlx4: Delete useless module.h includeGravatar Leon Romanovsky 1-1/+0
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsGravatar Leon Romanovsky 1-16/+8
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextGravatar Jason Gunthorpe 1-3/+15
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableGravatar Christophe JAILLET 1-6/+4
2021-11-17RDMA/mlx4: Do not fail the registration on port statsGravatar Jack Wang 1-3/+15
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 4-28/+26
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringGravatar Leon Romanovsky 1-1/+3
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsGravatar Christophe JAILLET 1-3/+1
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsGravatar Aharon Landau 2-24/+22
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Gravatar Jakub Kicinski 2-2/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextGravatar Jason Gunthorpe 2-3/+4
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemGravatar Maor Gottlieb 2-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryGravatar Leon Romanovsky 3-19/+12
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextGravatar Jason Gunthorpe 1-7/+1
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Gravatar Kees Cook 1-1/+1
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Gravatar Jason Gunthorpe 1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsGravatar Jason Gunthorpe 1-6/+19
2021-06-10RDMA: Verify port when creating flow ruleGravatar Maor Gottlieb 1-3/+0
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledGravatar Shay Drory 1-4/+1
2021-06-02RDMA/core: Sanitize WQ state received from the userspaceGravatar Leon Romanovsky 1-7/+2
2021-05-20RDMA/mlx4: Remove unused parameter udataGravatar Lang Cheng 1-4/+4
2021-04-20RDMA/mlx4: Remove an unused variableGravatar Christophe JAILLET 1-3/+0
2021-03-26RDMA: Support more than 255 rdma portsGravatar Mark Bloch 4-65/+70
2021-02-02IB/mlx4: Use port iterator and validation APIsGravatar Parav Pandit 2-3/+3
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageGravatar Vladimir Oltean 1-3/+0
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrGravatar Jason Gunthorpe 2-12/+12
2020-11-27RDMA/core: Allow drivers to disable restrack DBGravatar Leon Romanovsky 1-0/+5
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesGravatar Avihai Horon 1-1/+3
2020-11-23IB/mlx4: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitGravatar Joe Perches 1-11/+7
2020-10-30RDMA: Manual changes for sysfs_emit and neateningGravatar Joe Perches 3-61/+67
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Gravatar Joe Perches 2-19/+18
2020-10-26RDMA: Check create_flags during create_qpGravatar Jason Gunthorpe 2-3/+1
2020-10-26RDMA: Check flags during create_cqGravatar Jason Gunthorpe 1-1/+0
2020-10-26RDMA: Check attr_mask during modify_qpGravatar Jason Gunthorpe 1-0/+3
2020-10-26RDMA: Check srq_type during create_srqGravatar Jason Gunthorpe 2-3/+4
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreGravatar Jason Gunthorpe 1-18/+2
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setGravatar Jason Gunthorpe 1-15/+1
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsGravatar Jason Gunthorpe 1-13/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceGravatar Jason Gunthorpe 1-1/+2