summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10RDMA/mlx5: Fix NULL string errorShay Drory1-1/+1
2023-07-27RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe1-12/+2
2023-06-21RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functionsMaher Sanalla1-0/+3
2023-04-20IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla1-0/+4
2023-04-20IB/mlx5: Add support for NDR link speedMeir Lichtinger1-0/+12
2021-07-14RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+1
2021-07-14RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-05-26RDMA/mlx5: Recover from fatal event in dual port modeMaor Gottlieb1-0/+1
2021-03-04IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit1-2/+1
2021-03-04IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit1-6/+5
2021-02-04Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit1-4/+2
2021-01-19IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2021-01-19RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2020-10-27RDMA/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-02RDMA/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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge 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-09IB/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-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-0/+2
2020-07-07RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-14/+6
2020-07-07RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas1-0/+1
2020-07-07RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+35
2020-07-07RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas1-103/+93
2020-07-07RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky1-25/+14
2020-06-24RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb1-0/+1
2020-06-24RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb1-0/+1
2020-06-24RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-2/+2
2020-06-03RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang1-1/+1
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky1-0/+3