aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-2/+2
2020-09-29RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky1-5/+1
2020-09-18RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe1-1/+3
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe1-1/+3
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-26/+15
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-6/+2
2020-09-18RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devicesAlex Vesker1-1/+3
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-0/+3
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-0/+2
2020-09-17RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau1-14/+6
2020-09-17net/mlx5: Refactor query port speed functionsAharon Landau1-13/+14
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2880/+374
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky1-3/+0
2020-07-08IB/mlx5: Fix 50G per lane indicationAya Levin1-1/+1
2020-07-07RDMA/mlx5: Delete one-time used functionsLeon Romanovsky1-277/+198
2020-07-07RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky1-24/+5
2020-07-07RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky1-1714/+7
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky1-693/+8
2020-07-07RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky1-34/+9
2020-07-07RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky1-12/+12
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-0/+2