summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-231-2/+2
* | 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: Add new IB rates supportMark Zhang2020-08-181-3/+27
* | RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky2020-08-181-9/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-46/+25
|\
| * RDMA/mlx5: Delete unreachable codeLeon Romanovsky2020-07-281-6/+4
| * RDMA/mlx5: Allow SQ modificationMaor Gottlieb2020-07-241-10/+8
| * RDMA/mlx5: Separate counters from main.cLeon Romanovsky2020-07-071-0/+1
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-061-25/+7
| * RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky2020-07-061-5/+5
* | RDMA/mlx5: Initialize QP mutex for the debug kernelsLeon Romanovsky2020-07-301-4/+1
* | RDMA/mlx5: Allow providing extra scatter CQE QP flagLeon Romanovsky2020-07-291-9/+15
* | RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky2020-07-081-1/+2
* | RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky2020-07-021-0/+4
* | RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky2020-06-221-1/+1
* | RDMA/mlx5: Fix integrity enabled QP creationMax Gurtovoy2020-06-181-0/+3
* | RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPsLeon Romanovsky2020-06-181-9/+1
* | RDMA/mlx5: Fix remote gid value in query QPMaor Gottlieb2020-06-181-2/+1
* | RDMA/mlx5: Don't access ib_qp fields in internal destroy QP pathLeon Romanovsky2020-06-181-10/+18
* | RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()Tom Seewald2020-06-151-1/+1
* | RDMA/mlx5: Remove duplicated assignment to resp.response_lengthColin Ian King2020-06-151-2/+0
|/
* RDMA/mlx5: Return ECE DC supportLeon Romanovsky2020-06-031-14/+31
* RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky2020-06-031-2/+4
* RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky2020-06-031-6/+2
* RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang2020-05-291-1/+2
* RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky2020-05-271-4/+21
* RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky2020-05-271-9/+12
* RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky2020-05-271-106/+97
* RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky2020-05-271-73/+56
* RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky2020-05-271-6/+11
* RDMA/mlx5: Set ECE options during QP createLeon Romanovsky2020-05-271-9/+66
* RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky2020-05-271-5/+11
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-1/+3
|\
| * RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau2020-04-221-1/+3
* | RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King2020-05-071-2/+1
* | RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch2020-05-061-3/+9
* | RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky2020-05-061-1546/+4
* | RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy2020-05-061-214/+276
* | RDMA/mlx5: Define RoCEv2 udp source port when set pathMark Zhang2020-05-061-6/+24
* | RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb2020-05-021-17/+35
* | RDMA/mlx5: Refactor affinity related codeMaor Gottlieb2020-05-021-37/+53
* | RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau2020-04-301-0/+2
* | RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky2020-04-301-36/+49