summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-231-2/+2
|\ \ \ | |_|/ |/| |
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| |/
* / RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko2023-02-081-24/+54
|/
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-19/+17
|\
| * RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-1/+1
| * RDMA/mlx5: Use the proper number of portsMark Bloch2022-08-161-18/+16
* | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-231-2/+1
* | RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-08-161-0/+3
|/
* RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau2022-07-271-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-261-112/+12
|\
| * RDMA/mlx5: Move init and cleanup of UMR to umr.cAharon Landau2022-04-251-103/+6
| * Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-121-31/+0
| |\
| * | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-9/+6
* | | net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-091-0/+1
| |/ |/|
* | RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2022-04-091-27/+0
* | RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky2022-04-091-4/+0
|/
* net/mlx5: Move debugfs entries to separate structMoshe Shemesh2022-03-091-1/+1
* RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2021-12-221-4/+4
* IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger2021-09-281-24/+31
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-90/+55
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-221-18/+26
| |\
| * | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-71/+21
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
| * | RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-031-13/+7
| * | RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-031-2/+7
| * | RDMA/mlx5: Cancel pkey work before destroying device resourcesLeon Romanovsky2021-08-031-4/+9
| * | RDMA/mlx5: Add DCS offload supportLior Nahmanson2021-07-201-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+2
|\ \ \ | |_|/ |/| |
| * | RDMA/mlx5: Fix crash when unbind multiport slaveMaor Gottlieb2021-08-191-1/+2
| |/
* / RDMA/mlx5: Add shared FDB supportMark Bloch2021-08-051-18/+26
|/
* RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky2021-06-291-1/+2