summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/qp.c
AgeCommit message (Expand)Author
2020-06-15RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()Tom Seewald
2020-06-15RDMA/mlx5: Remove duplicated assignment to resp.response_lengthColin Ian King
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky
2020-06-03RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky
2020-06-03RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang
2020-05-27RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky
2020-05-27RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky
2020-05-27RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky
2020-05-27RDMA/mlx5: Set ECE options during QP createLeon Romanovsky
2020-05-27RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-07RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King
2020-05-06RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch
2020-05-06RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky
2020-05-06RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy
2020-05-06RDMA/mlx5: Define RoCEv2 udp source port when set pathMark Zhang
2020-05-02RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb
2020-05-02RDMA/mlx5: Refactor affinity related codeMaor Gottlieb
2020-04-30RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau
2020-04-30RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky
2020-04-30RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky
2020-04-30RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky
2020-04-30RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky
2020-04-30RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky
2020-04-30RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky
2020-04-30RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky
2020-04-30RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky
2020-04-30RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky
2020-04-30RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky
2020-04-30RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky
2020-04-30RDMA/mlx5: Rely on existence of udata to separate kernel/user flowsLeon Romanovsky
2020-04-30RDMA/mlx5: Remove second user copy in create_user_qpLeon Romanovsky
2020-04-30RDMA/mlx5: Combine copy of create QP command in RSS RAW QPLeon Romanovsky
2020-04-30RDMA/mlx5: Promote RSS RAW QP attribute check in higher levelLeon Romanovsky
2020-04-30RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky
2020-04-30RDMA/mlx5: Delete unsupported QP typesLeon Romanovsky
2020-04-28RDMA/mlx5: Process all vendor flags in one placeLeon Romanovsky
2020-04-28RDMA/mlx5: Return all configured create flags through query QPLeon Romanovsky
2020-04-28RDMA/mlx5: Change scatter CQE flag to be set like other vendor flagsLeon Romanovsky
2020-04-28RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky
2020-04-28RDMA/mlx5: Process create QP flags in one placeLeon Romanovsky
2020-04-28RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky
2020-04-28RDMA/mlx5: Initial separation of RAW_PACKET QP from common flowLeon Romanovsky
2020-04-28RDMA/mlx5: Remove second copy from user for non RSS RAW QPsLeon Romanovsky
2020-04-28RDMA/mlx5: Move DRIVER QP flags check into separate functionLeon Romanovsky
2020-04-28RDMA/mlx5: Update all DRIVER QP places to use QP subtypeLeon Romanovsky
2020-04-28RDMA/mlx5: Split scatter CQE configuration for DCT QPLeon Romanovsky