summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-021-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-231-14/+26
* | 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/mlx: Calling qp event handler in workqueue contextMark Zhang2023-01-151-0/+8
* RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi2022-11-291-8/+4
* RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-201-1/+9
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+4
* 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-151-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-031-23/+21
|\
| * RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-23/+21
* | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-051-1/+1
|/
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* 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
* | RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-1/+1
* | RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-6/+19
|/
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-22/+25
* IB/mlx4: Use port iterator and validation APIsParav Pandit2021-02-031-1/+1
* RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean2020-12-101-3/+0
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-311-0/+2
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-4/+3
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-2/+0
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+0
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-3/+0
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-18/+2
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-13/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+2
|\
| * RDMA/mlx4: Read pkey table length instead of hardcoded valueMark Bloch2020-08-271-1/+2
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-0/+3
* | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-0/+2
* | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* | RDMA: Remove constant domain argument from flow creation callLeon Romanovsky2020-08-181-23/+8
|/
* RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-071-22/+15
* RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-031-11/+0
* RDMA/mlx4: Initialize ib_spec on the stackAlaa Hleihel2020-04-151-1/+2
* RDMA/mlx4: Delete duplicated offsetofend implementationLeon Romanovsky2020-03-131-6/+3
* IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein2020-01-161-4/+16
* IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit2019-12-121-4/+5