summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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
* | RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-2/+2
* | RDMA: Make counters destroy symmetricalLeon Romanovsky2020-09-091-1/+2
* | RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-094-7/+12
* | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-092-3/+3
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-3/+8
* | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-094-18/+16
* | RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky2020-09-091-3/+12
* | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-6/+4
* | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-093-5/+5
* | RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky2020-09-031-2/+3
* | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-314-7/+6
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-244-7/+6
* | IB/mlx5: Add DCT RoCE LAG supportMark Zhang2020-08-271-1/+8
* | IB/mlx5: Add tx_affinity support for DCI QPMark Zhang2020-08-271-8/+6
* | RDMA/mlx5: Enable sniffer when device is in switchdev modeMaor Gottlieb2020-08-181-1/+2
* | RDMA/mlx5: Add new IB rates supportMark Zhang2020-08-181-3/+27
* | RDMA: Remove constant domain argument from flow creation callLeon Romanovsky2020-08-181-6/+3
* | RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky2020-08-184-21/+19
* | RDMA/mlx5: Simplify multiple else-if cases with switch keywordLeon Romanovsky2020-08-181-49/+75
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0721-3918/+4000
|\
| * RDMA/mlx5: Fix flow destination setting for RDMA TX flow tableMichael Guralnik2020-08-061-2/+4
| * RDMA/mlx5: Delete unreachable codeLeon Romanovsky2020-07-282-9/+4
| * Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe2020-07-272-29/+57
| |\
| | * RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2020-07-272-11/+42
| | * RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2020-07-272-19/+16