summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/qp.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-10RDMA/mlx5: Fix timestamp default modeMaor Gottlieb1-4/+14
2021-02-16Merge branch 'mlx5_timestamp' into rdma.git for-nextJason Gunthorpe1-8/+96
2021-02-16RDMA/mlx5: Fail QP creation if the device can not support the CQE TSAharon Landau1-8/+96
2021-02-09RDMA/mlx5: Support 400Gbps IB rate in mlx5 driverPatrisious Haddad1-0/+2
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit1-3/+5
2021-02-05IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit1-13/+4
2021-02-05IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit1-3/+3
2021-01-28RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch1-7/+20
2021-01-22RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix1-1/+1
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-1/+1
2020-11-26RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-23IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe1-48/+23
2020-11-16RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe1-25/+16
2020-11-16RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe1-22/+31
2020-11-02RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe1-3/+3
2020-11-02RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe1-14/+13
2020-11-02RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe1-13/+13
2020-11-02RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe1-2/+2
2020-10-27RDMA: Check create_flags during create_qpJason Gunthorpe1-3/+4
2020-10-27RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky1-12/+0
2020-09-29RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky1-16/+20
2020-09-29RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky1-1/+1
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe1-2/+4
2020-09-18RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker1-2/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-26/+15
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-2/+6
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-2/+2
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-2/+2
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. Silva1-2/+2
2020-08-18RDMA/mlx5: Add new IB rates supportMark Zhang1-3/+27
2020-08-18RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky1-9/+11
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-46/+25
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 Romanovsky1-6/+4
2020-07-24RDMA/mlx5: Allow SQ modificationMaor Gottlieb1-10/+8
2020-07-09RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky1-1/+2
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky1-0/+1
2020-07-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-25/+7
2020-07-07RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky1-5/+5
2020-07-02RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky1-0/+4
2020-06-22RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky1-1/+1
2020-06-18RDMA/mlx5: Fix integrity enabled QP creationMax Gurtovoy1-0/+3
2020-06-18RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPsLeon Romanovsky1-9/+1
2020-06-18RDMA/mlx5: Fix remote gid value in query QPMaor Gottlieb1-2/+1