summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit2021-04-201-4/+4
* Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe2021-04-131-239/+4
|\
| * RDMA/mlx5: Add support in MEMIC operationsMaor Gottlieb2021-04-131-5/+2
| * RDMA/mlx5: Re-organize the DM codeMaor Gottlieb2021-04-131-4/+4
| * RDMA/mlx5: Move all DM logic to separate fileMaor Gottlieb2021-04-131-234/+2
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-04-121-2/+1
|\|
| * RDMA/mlx5: Use representor E-Switch when getting netdev and metadataMark Bloch2021-03-121-2/+1
* | RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory2021-03-261-2/+0
* | RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-41/+42
* | IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas2021-03-111-0/+1
* | RDMA/mlx5: Fix query RoCE portMaor Gottlieb2021-03-111-3/+3
|/
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-181-4/+2
|\
| * Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit2021-01-191-4/+2
* | RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-081-5/+0
* | IB/mlx5: Use rdma_for_each_port for port iterationParav Pandit2021-02-051-7/+8
* | RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-54/+1
* | IB/mlx5: Improve query port for representor portParav Pandit2021-02-051-21/+10
* | IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit2021-02-051-18/+6
* | IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit2021-02-051-8/+6
* | IB/mlx5: Support default partition key for representor portParav Pandit2021-02-021-0/+11
* | IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit2021-02-021-2/+1
* | RDMA/mlx5: Support dma-buf based userspace memory regionJianxin Xiong2021-01-201-0/+2
* | IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit2021-01-191-6/+5
|/
* RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch2021-01-141-1/+1
* IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit2021-01-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-81/+24
|\
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-2/+4
| |\
| * | IB/mlx5: Add support for NDR link speedMeir Lichtinger2020-11-021-0/+12
| * | RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()Jason Gunthorpe2020-11-021-3/+3
| * | RDMA/mlx5: Move xlt_emergency_page_mutex into mr.cJason Gunthorpe2020-11-021-20/+0
| * | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-6/+6
| * | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-4/+1
| * | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-2/+0
| * | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+0
| * | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-2/+1
| * | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-2/+1
| * | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-20/+3
| * | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
| * | RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-12/+2
* | | RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky2020-12-061-56/+97
| |/ |/|
* | RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-10-261-2/+4
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+1
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-2/+2
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-291-5/+1
* RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-09-181-1/+3
* Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+3
|\
| * RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker2020-09-181-1/+3
* | Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-26/+15
|\ \
| * | RDMA: Fix link active_speed sizeAharon Landau2020-09-181-6/+2
| |/
| * RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau2020-09-171-14/+6