aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-23treewide: 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-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-3918/+4000
2020-08-05RDMA/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/kernel/git/kees/linuxLinus Torvalds3-5/+5
2020-07-30RDMA/mlx5: Initialize QP mutex for the debug kernelsLeon Romanovsky1-4/+1
2020-07-29RDMA/mlx5: Allow providing extra scatter CQE QP flagLeon Romanovsky1-9/+15
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky2-9/+4
2020-07-27RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe1-3/+2
2020-07-27Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe2-29/+57
2020-07-27RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2-11/+42
2020-07-27RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2-19/+16
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb1-0/+9
2020-07-24RDMA/mlx5: Allow SQ modificationMaor Gottlieb1-10/+8
2020-07-21RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe1-3/+19
2020-07-16treewide: Remove uninitialized_var() usageKees Cook3-5/+5
2020-07-16RDMA/mlx5: Init dest_type when create flowDaria Velikovsky1-1/+1
2020-07-16RDMA/mlx5: Use xa_lock_irq when access to SRQ tableMaor Gottlieb1-2/+2