summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mlx5_ib.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov2024-04-081-0/+1
* RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_entOr Har-Toov2024-04-081-1/+1
* RDMA/mlx5: Delete unused mlx5_ib_copy_pas prototypeAlexey Dobriyan2024-01-251-1/+0
* RDMA/mlx5: Implement mkeys management via LIFO queueShay Drory2023-09-261-3/+18
* RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad2023-08-201-0/+10
* RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-201-0/+7
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271-0/+14
|\
| * RDMA/mlx5: Fix affinity assignmentMark Bloch2023-06-111-0/+3
| * RDMA/mlx5: Create an indirect flow table for steering anchorMark Bloch2023-06-111-0/+11
* | RDMA/mlx5: Reduce QP table exposureLeon Romanovsky2023-06-111-0/+1
|/
* IB/mlx5: Extend debug control for CC parametersEdward Srouji2023-02-191-0/+2
* Merge mlx5-next into rdma.git for-nextJason Gunthorpe2023-02-171-1/+11
|\
| * RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov2023-02-171-1/+8
| * RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko2023-02-081-0/+3
* | RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky2023-02-061-1/+1
* | RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik2023-01-271-3/+6
* | RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik2023-01-271-0/+2
* | RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik2023-01-271-10/+17
* | RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik2023-01-271-2/+9
* | RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau2023-01-271-1/+0
|/
* RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan2022-11-061-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-071-0/+36
|\
| * Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-061-0/+1
| |\
| * | RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe2022-09-271-0/+36
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-281-0/+12
|\ \ \ | |_|/ |/| |
| * | RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng2022-09-271-0/+12
| |/
* / RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb2022-09-051-0/+1
|/
* RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau2022-07-271-7/+7
* RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau2022-07-271-15/+11
* RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau2022-07-271-3/+1
* RDMA/mlx5: Replace cache list with XarrayAharon Landau2022-07-271-10/+4
* RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau2022-07-271-4/+1
* RDMA/mlx5: Expose steering anchor to userspaceMark Bloch2022-07-191-0/+6
* RDMA/mlx5: Add a umr recovery flowAharon Landau2022-06-071-1/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-261-88/+1
|\
| * RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau2022-04-251-26/+1
| * RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau2022-04-251-2/+0
| * RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau2022-04-251-1/+0
| * RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau2022-04-251-3/+0
| * RDMA/mlx5: Move umr checks to umr.hAharon Landau2022-04-251-56/+0
* | net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-091-0/+1
|/
* RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau2022-02-231-1/+1
* RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau2022-02-231-1/+2
* RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2022-02-231-1/+0
* RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky2022-01-281-6/+0
* Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-131-3/+3
|\
| * Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb2022-01-051-3/+3
* | RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-8/+0
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-12-151-1/+2
|\ \
| * | RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2021-12-131-1/+2