summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
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 Pavlu1-14/+26
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-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-0/+8
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-05-20RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+9
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
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 Torvalds1-23/+21
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-23/+21
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-7/+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-03-26RDMA: Support more than 255 rdma portsMark Bloch1-22/+25
2021-02-03IB/mlx4: Use port iterator and validation APIsParav Pandit1-1/+1
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean1-3/+0
2020-10-31RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-0/+2
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-4/+3
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe1-2/+0
2020-10-27RDMA: Check flags during create_cqJason Gunthorpe1-1/+0
2020-10-27RDMA: Check srq_type during create_srqJason Gunthorpe1-3/+0
2020-10-27RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-18/+2
2020-10-27RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-13/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
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 Romanovsky1-0/+3
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-0/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-27RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch1-1/+2
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-23/+8
2020-07-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-22/+15
2020-06-03RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-11/+0
2020-04-15RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel1-1/+2
2020-03-13RDMA/mlx4: Delete duplicated offsetofend implementationLeon Romanovsky1-6/+3
2020-01-16IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein1-4/+16
2019-12-12IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit1-4/+5