summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad2024-11-141-21/+19
* RDMA/mlx5: Add implementation for ufile_hw_cleanup device operationPatrisious Haddad2024-11-041-0/+1
* RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas2024-11-041-10/+18
* RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas2024-11-041-1/+0
* RDMA/mlx5: Support OOO RX WQE consumptionEdward Srouji2024-11-041-0/+8
* RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas2024-09-131-54/+129
* RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creationChiara Meiohas2024-09-131-1/+2
* RDMA/mlx5: Obtain upper net device only when neededMark Bloch2024-09-131-1/+1
* RDMA/mlx5: Check RoCE LAG status before getting netdevMark Bloch2024-09-131-6/+13
* RDMA/mlx5: Consider the query_vuid cap for data_directYishai Hadas2024-09-131-2/+4
* RDMA/mlx5: Add support for DMABUF MR registrations with Data-directYishai Hadas2024-08-111-0/+11
* RDMA/mlx5: Add the initialization flow to utilize the 'data direct' deviceYishai Hadas2024-08-111-0/+90
* RDMA/mlx5: Introduce the 'data direct' driverYishai Hadas2024-08-111-0/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-07-191-58/+278
|\
| * RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang2024-07-041-2/+3
| * RDMA/mlx5: Add plane index support when querying PTYS registersMark Zhang2024-07-011-5/+7
| * RDMA/mlx5: Support plane device and driver APIs to add and delete itMark Zhang2024-07-011-3/+113
| * RDMA/mlx5: Add support to multi-plane device and portMark Zhang2024-07-011-9/+51
| * RDMA/mlx5: Send UAR page index as ioctl attributeAkiva Goldberger2024-06-271-0/+1
| * IB/mlx5: Allocate resources just before first QP/SRQ is createdJianbo Liu2024-06-161-43/+106
| * IB/mlx5: Create UMR QP just before first reg_mr occursJianbo Liu2024-06-161-1/+2
* | Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2024-07-151-16/+3
|\|
| * net/mlx5: Reimplement write combining testJianbo Liu2024-06-161-16/+3
* | RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas2024-06-211-2/+2
|/
* RDMA/mlx5: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-021-2/+1
* RDMA/mlx5: Expose register c0 for RDMA deviceMark Bloch2023-12-121-0/+24
* IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAFGeorge Kennedy2023-10-311-3/+1
* Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-311-1/+1
|\
| * RDMA/mlx5: Fix NULL string errorShay Drory2023-09-261-1/+1
* | RDMA/mlx5: Change the key being sent for MPV device affiliationPatrisious Haddad2023-10-241-1/+1
* | IPsec packet offload support in multiport RoCE devicesLeon Romanovsky2023-10-041-0/+17
|\ \
| * | RDMA/mlx5: Send events from IB driver about device affiliation statePatrisious Haddad2023-10-021-0/+17
| |/
* | IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad2023-09-261-1/+1
* | IB/mlx5: Add support for 800G_8X lane speedPatrisious Haddad2023-09-261-0/+4
|/
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-241-9/+32
|\
| * RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad2023-08-201-1/+5
| * RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-201-9/+28
* | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-071-1/+1
|/
* RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functionsMaher Sanalla2023-06-111-0/+3
* IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla2023-03-201-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-251-11/+13
|\
| * Merge mlx5-next into rdma.git for-nextJason Gunthorpe2023-02-171-29/+59
| |\
| | * RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov2023-02-171-5/+5
| * | RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky2023-02-061-6/+1
| * | RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang2023-01-151-0/+7
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-2/+2
|\ \ \ | |_|/ |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-2/+2
| |/
* / RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko2023-02-091-24/+54
|/
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-071-19/+17
|\
| * RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-1/+1