summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-144-17/+21
|\
| * RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB defineZhu Yanjun2022-12-081-1/+0
| * RDMA/mlx5: no need to kfree NULL pointerLi Zhijian2022-12-041-4/+2
| * RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan2022-11-062-12/+19
* | net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-302-9/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-076-25/+88
|\
| * Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-074-19/+27
| |\
| * | RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe2022-09-273-17/+61
| * | RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe2022-09-271-3/+21
| * | RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda2022-09-081-1/+0
| * | Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-09-051-2/+23
| |\ \
| * | | IB/mlx5: Support querying eswitch functions from DEVXBodong Wang2022-09-051-0/+2
| * | | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-234-6/+1
| * | | RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-08-162-1/+5
| * | | IB/mlx5: Call io_stop_wc() after writing to WC MMIOJason Gunthorpe2022-08-161-0/+1
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-292-2/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng2022-09-271-0/+12
| * | | Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky2022-09-277-325/+555
| |\ \ \ | | |_|/ | |/| |
| * | | RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi2022-09-051-2/+23
* | | | RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb2022-09-052-0/+4
* | | | RDMA/mlx5: Set local port to one when accessing countersChris Mi2022-09-051-0/+6
* | | | 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
| |/ |/|
* | RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb2022-08-021-4/+2
* | RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau2022-07-274-37/+37
* | RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau2022-07-272-129/+97
* | RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau2022-07-272-18/+16
* | RDMA/mlx5: Replace cache list with XarrayAharon Landau2022-07-272-88/+152
* | RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau2022-07-272-50/+47
* | RDMA/mlx5: Expose steering anchor to userspaceMark Bloch2022-07-192-5/+139
* | RDMA/mlx5: Refactor get flow table functionMark Bloch2022-07-191-10/+11
* | Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-06-162-18/+36
|\|
| * RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik2022-06-132-18/+36
* | RDMA/mlx5: Add a umr recovery flowAharon Landau2022-06-073-11/+83
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-2711-957/+982
|\
| * Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-1/+4
| |\
| * | RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda2022-05-191-1/+0
| * | RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau2022-04-254-145/+1
| * | RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau2022-04-255-208/+116
| * | RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau2022-04-255-75/+164
| * | RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau2022-04-253-100/+116
| * | RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau2022-04-253-25/+45
| * | RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau2022-04-253-28/+34
| * | RDMA/mlx5: Introduce mlx5_umr_post_send_wait()Aharon Landau2022-04-252-0/+104
| * | RDMA/mlx5: Expose wqe posting helpers outside of wr.cAharon Landau2022-04-252-111/+121
| * | RDMA/mlx5: Simplify get_umr_update_access_mask()Aharon Landau2022-04-251-10/+5
| * | RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau2022-04-255-141/+147
| * | RDMA/mlx5: Move umr checks to umr.hAharon Landau2022-04-255-70/+72
| * | RDMA/mlx5: Move init and cleanup of UMR to umr.cAharon Landau2022-04-254-103/+125
| * | RDMA/mlx5: Fix flow steering egress flowLeon Romanovsky2022-04-191-5/+0