aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-09-181-3/+0
* net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-182-5/+2
* RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau2021-08-121-2/+2
* RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky2021-07-141-1/+1
* RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky2021-07-141-2/+2
* RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-07-141-4/+2
* RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch2021-07-071-0/+7
* IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel2021-06-161-5/+4
* RDMA/mlx5: Fix query DCT via DEVXMaor Gottlieb2021-05-261-4/+2
* RDMA/mlx5: Recover from fatal event in dual port modeMaor Gottlieb2021-05-261-0/+1
* RDMA/mlx5: Fix drop packet rule in egress tableMaor Gottlieb2021-05-141-4/+5
* RDMA/mlx5: Fix mlx5 rates to IB rates mapMark Zhang2021-05-141-1/+14
* RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch2021-03-251-6/+20
* IB/mlx5: Add missing error codeYueHaibing2021-03-091-1/+3
* IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit2021-03-041-2/+1
* IB/mlx5: Add mutex destroy call to cap_mask_mutex mutexParav Pandit2021-03-041-6/+5
* RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas2021-03-041-1/+3
* Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit2021-02-031-4/+2
* IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit2021-01-191-1/+1
* RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch2021-01-191-1/+1
* RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb2020-12-301-0/+1
* RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe2020-12-301-9/+11
* 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-012-3/+3
* RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-013-6/+32
* RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2020-10-012-2/+8
* IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-1/+1
* IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-17/+7
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-12/+0
* RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-292-8/+1
* RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-293-46/+38
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-293-45/+31
* RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-293-33/+32
* RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin2020-09-251-2/+2
* RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky2020-09-221-2/+14
* RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe2020-09-184-49/+97
* RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-09-181-1/+3
* RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe2020-09-181-25/+26
* RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe2020-09-181-14/+1
* RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe2020-09-181-3/+1
* Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2020-09-182-3/+7
|\
| * RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker2020-09-181-2/+4
| * 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
| * net/mlx5: Refactor query port speed functionsAharon Landau2020-09-171-13/+14
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-175-32/+24
* | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-27/+18