summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Set user priority for DCTPatrisious Haddad2021-10-061-0/+2
* RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson2021-08-301-2/+1
* RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-08-031-3/+0
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-39/+17
* RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-031-1/+5
* RDMA/mlx5: Add DCS offload supportLior Nahmanson2021-07-201-0/+11
* RDMA/mlx5: Separate DCI QP creation logicLior Nahmanson2021-07-201-0/+157
* Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe2021-06-221-46/+56
|\
| * RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau2021-06-221-5/+25
| * RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau2021-06-221-47/+37
* | RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-06-021-4/+2
* | RDMA/mlx5: Take qp type from mlx5_ib_qpMaor Gottlieb2021-05-261-28/+25
* | RDMA/mlx5: Remove unused parameter udataLang Cheng2021-05-201-2/+2
* | RDMA/mlx5: Support SQD2RTS for modify QPSergey Gorenko2021-05-201-0/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-011-2/+15
|\
| * RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-1/+1
| * RDMA/mlx5: Fix mlx5 rates to IB rates mapMark Zhang2021-03-121-1/+14
* | RDMA/mlx5: Fix timestamp default modeMaor Gottlieb2021-03-101-4/+14
|/
* Merge branch 'mlx5_timestamp' into rdma.git for-nextJason Gunthorpe2021-02-161-8/+96
|\
| * RDMA/mlx5: Fail QP creation if the device can not support the CQE TSAharon Landau2021-02-161-8/+96
* | RDMA/mlx5: Support 400Gbps IB rate in mlx5 driverPatrisious Haddad2021-02-091-0/+2
* | RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-3/+5
* | IB/mlx5: Avoid calling query device for reading pkey table lengthParav Pandit2021-02-051-13/+4
* | IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_devParav Pandit2021-02-051-3/+3
* | RDMA/mlx5: Allow creating all QPs even when non RDMA profile is usedMark Bloch2021-01-281-7/+20
* | RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc headerLee Jones2021-01-221-1/+1
|/
* RDMA/mlx5: Remove unneeded semicolonTom Rix2020-12-101-1/+1
* RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-271-1/+1
* RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon2020-11-261-1/+3
* IB/mlx5: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QPJason Gunthorpe2020-11-161-48/+23
* RDMA/mlx5: Directly compute the PAS list for raw QP RQ'sJason Gunthorpe2020-11-161-25/+16
* RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQJason Gunthorpe2020-11-161-22/+31
* RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()Jason Gunthorpe2020-11-021-3/+3
* RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-14/+13
* RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-13/+13
* RDMA/mlx5: Remove order from mlx5_ib_cont_pages()Jason Gunthorpe2020-11-021-2/+2
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-3/+4
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-291-12/+0
* RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-291-16/+20
* RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-291-1/+1
* Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe2020-09-181-2/+4
|\
| * RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker2020-09-181-2/+4
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-26/+15
* | RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-091-2/+6
* | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-091-2/+2
* | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-2/+2
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
* | IB/mlx5: Add DCT RoCE LAG supportMark Zhang2020-08-271-1/+8