aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/mlx5/wr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau1-72/+0
2022-04-25RDMA/mlx5: Expose wqe posting helpers outside of wr.cAharon Landau1-111/+61
2022-04-25RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau1-138/+4
2022-04-25RDMA/mlx5: Move umr checks to umr.hAharon Landau1-1/+2
2021-10-19RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau1-5/+5
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon1-1/+4
2021-05-26RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb1-5/+4
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit1-1/+1
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe1-13/+14
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-18/+50
2020-07-27RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger1-9/+35
2020-07-27RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger1-10/+16
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-06RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky1-0/+1504