summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds20-758/+1198
2021-04-20RDMA/mlx5: Expose private query portMark Bloch1-0/+173
2021-04-20RDMA/mlx5: Fix type assignment for ICM DMMaor Gottlieb1-10/+13
2021-04-20IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit1-4/+4
2021-04-14Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe8-367/+659
2021-04-14RDMA/mlx5: Expose UAPI to query DMMaor Gottlieb2-1/+47
2021-04-14RDMA/mlx5: Add support in MEMIC operationsMaor Gottlieb4-14/+198
2021-04-14RDMA/mlx5: Add support to MODIFY_MEMIC commandMaor Gottlieb2-0/+38
2021-04-14RDMA/mlx5: Re-organize the DM codeMaor Gottlieb3-116/+114
2021-04-14RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb8-362/+388
2021-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe3-6/+4
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski3-6/+4
2021-04-08IB/mlx5: Reduce max order of memory allocated for xlt updatePraveen Kumar Kannoju1-1/+1
2021-03-26RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory3-9/+3
2021-03-26RDMA/mlx5: Fix drop packet rule in egress tableMaor Gottlieb1-4/+5
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch10-91/+94
2021-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2021-03-23RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory3-10/+29
2021-03-22RDMA/mlx5: Add missing returned error check of mlx5_ib_dereg_mrLeon Romanovsky1-1/+1
2021-03-13net/mlx5: E-Switch, Refactor send to vport to be more genericMark Bloch1-2/+1
2021-03-13RDMA/mlx5: Use representor E-Switch when getting netdev and metadataMark Bloch3-4/+3
2021-03-12RDMA/mlx5: Allow larger pages in DevX umemJason Gunthorpe1-10/+54
2021-03-12IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-0/+1
2021-03-12RDMA/mlx5: Fix mlx5 rates to IB rates mapMark Zhang1-1/+14
2021-03-12RDMA/mlx5: Fix query RoCE portMaor Gottlieb1-3/+3
2021-03-12RDMA/mlx5: Rename mlx5_mr_cache_invalidate() to revoke_mr()Jason Gunthorpe1-6/+6
2021-03-12RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe3-203/+86
2021-03-12RDMA/mlx5: Use a union inside mlx5_ib_mrJason Gunthorpe2-3/+3
2021-03-12RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe3-52/+66
2021-03-11RDMA/mlx5: Fix typo in destroy_mkey inboxMark Zhang1-1/+1
2021-03-10RDMA/mlx5: Fix timestamp default modeMaor Gottlieb1-4/+14
2021-03-03RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky1-1/+1
2021-03-01IB/mlx5: Add missing error codeYueHaibing1-1/+3
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-4/+2
2021-02-16Merge branch 'mlx5_timestamp' into rdma.git for-nextJason Gunthorpe1-8/+96
2021-02-16RDMA/mlx5: Fail QP creation if the device can not support the CQE TSAharon Landau1-8/+96
2021-02-16RDMA/mlx5: Allow CQ creation without attached EQsTal Gilboa1-1/+12
2021-02-09RDMA/mlx5: Support 400Gbps IB rate in mlx5 driverPatrisious Haddad1-0/+2
2021-02-09RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas5-175/+124
2021-02-05IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit3-9/+10
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit3-58/+6
2021-02-05IB/mlx5: Improve query port for representor portParav Pandit1-21/+10
2021-02-05IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit4-33/+12
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit5-16/+22
2021-02-03IB/mlx5: Support default partition key for representor portParav Pandit1-0/+11
2021-02-02IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit1-2/+1
2021-01-28RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch1-7/+20
2021-01-22RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-01-22RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_d...Lee Jones1-10/+12
2021-01-20RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong4-12/+216