summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
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 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-23RDMA/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
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe4-7/+6
2020-08-27IB/mlx5: Add DCT RoCE LAG supportMark Zhang1-1/+8
2020-08-27IB/mlx5: Add tx_affinity support for DCI QPMark Zhang1-8/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+6
2020-08-18RDMA/mlx5: Enable sniffer when device is in switchdev modeMaor Gottlieb1-1/+2
2020-08-18RDMA/mlx5: Add new IB rates supportMark Zhang1-3/+27
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-6/+3
2020-08-18RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky4-21/+19
2020-08-18RDMA/mlx5: Simplify multiple else-if cases with switch keywordLeon Romanovsky1-49/+75
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-3918/+4000
2020-08-06RDMA/mlx5: Fix flow destination setting for RDMA TX flow tableMichael Guralnik1-2/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+5