summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->npagesJason Gunthorpe2-12/+12
2020-11-02RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()Jason Gunthorpe1-9/+11
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2-3/+3
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 Gunthorpe2-5/+4
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-1/+0
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe2-2/+4
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe2-2/+6
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 Horon2-3/+3
2020-10-01RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas3-6/+32
2020-10-01RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2-2/+8
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-17/+7
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-12/+0
2020-09-29RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2-8/+1
2020-09-29RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky3-46/+38
2020-09-29RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky3-45/+31
2020-09-29RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky3-33/+32
2020-09-25RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin1-2/+2
2020-09-22RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky1-2/+14
2020-09-18RDMA/mlx5: Clarify what the UMR is for when creating MRsJason Gunthorpe4-49/+97
2020-09-18RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe1-1/+3
2020-09-18RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe1-25/+26
2020-09-18RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe1-14/+1
2020-09-18RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()Jason Gunthorpe1-3/+1
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2-3/+7
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: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker1-2/+4
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 Romanovsky5-32/+24
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky3-27/+18
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-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+2
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky4-7/+12
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky2-3/+3
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-3/+8
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky4-18/+16
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky1-3/+12
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky2-6/+4
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky3-5/+5
2020-09-03RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky1-2/+3