aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+2
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe1-0/+6
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-0/+1
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau1-0/+6
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-05-20RDMA/mlx5: Add SQD2RTS bit to the alloc ucontext responseSergey Gorenko1-0/+4
2021-05-17RDMA/mlx5: Recover from fatal event in dual port modeMaor Gottlieb1-0/+1
2021-04-20IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit1-4/+4
2021-04-13Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe1-239/+4
2021-04-13RDMA/mlx5: Add support in MEMIC operationsMaor Gottlieb1-5/+2
2021-04-13RDMA/mlx5: Re-organize the DM codeMaor Gottlieb1-4/+4
2021-04-13RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb1-234/+2
2021-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe1-2/+1
2021-03-26RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory1-2/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-41/+42
2021-03-12RDMA/mlx5: Use representor E-Switch when getting netdev and metadataMark Bloch1-2/+1
2021-03-11IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-0/+1
2021-03-11RDMA/mlx5: Fix query RoCE portMaor Gottlieb1-3/+3
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-4/+2
2021-02-08RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas1-5/+0
2021-02-05IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit1-7/+8
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit1-54/+1
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 Pandit1-18/+6
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit1-8/+6
2021-02-02IB/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-20RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong1-0/+2
2021-01-19Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit1-4/+2
2021-01-19IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit1-6/+5
2021-01-14RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-14IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-81/+24
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky1-56/+97
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-2/+4
2020-11-02IB/mlx5: Add support for NDR link speedMeir Lichtinger1-0/+12
2020-11-02RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe1-3/+3
2020-11-02RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe1-20/+0
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-6/+6
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-4/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-2/+0
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+0
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-2/+1
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-2/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-20/+3
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-12/+2
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-2/+4
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+1