summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/mr.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-05-241-0/+21
* net/mlx5: Delete useless module.h includeLeon Romanovsky2022-03-101-1/+0
* RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-191-12/+10
* RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-191-3/+0
* RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-191-1/+0
* net/mlx5: Reset mkey index on creationAya Levin2021-06-161-1/+1
* RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-081-0/+1
* net/mlx5: Update mr.c new cmd interfaceLeon Romanovsky2020-04-231-11/+9
* net/mlx5: Delete not-used cmd headerLeon Romanovsky2020-04-191-1/+0
* mlx5: Remove uninitialized use of key in mlx5_core_create_mkeyNathan Chancellor2020-03-161-3/+1
* {IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik2020-03-131-19/+3
* {IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed2020-03-131-7/+1
* {IB,net}/mlx5: Setup mkey variant before mr create command invocationSaeed Mahameed2020-03-131-1/+2
* RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe2019-10-281-27/+1
* RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe2019-10-041-7/+1
* net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-241-16/+11
* net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe2019-01-241-5/+6
* net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen2018-07-041-17/+0
* net/mlx5: Decrease level of prints about non-existent MKEYLeon Romanovsky2018-05-041-2/+2
* net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-21/+7
* {net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed2016-08-141-105/+78
* net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak2016-03-011-26/+28
* net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny2015-09-281-0/+1
* net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-021-1/+1
* net/mlx5_core: Use the right inbox struct in destroy mkey commandAchiad Shochat2015-04-021-1/+1
* mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-091-4/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+5
|\
| * mellanox: Logging message cleanupsJoe Perches2014-05-081-3/+5
* | mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran2014-05-271-0/+4
|/
* IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-071-0/+24
* mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-071-0/+61
* IB/mlx5: Multithreaded create MREli Cohen2013-11-081-11/+21
* mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-081-0/+136