summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/qp.c
AgeCommit message (Expand)Author
2020-09-29RDMA/drivers: Remove udata check from special QPLeon Romanovsky
2020-09-29RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky
2020-09-29RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky
2020-09-18Merge branch 'mlx_sw_owner_v2' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devicesAlex Vesker
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-27IB/mlx5: Add DCT RoCE LAG supportMark Zhang
2020-08-27IB/mlx5: Add tx_affinity support for DCI QPMark Zhang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18RDMA/mlx5: Add new IB rates supportMark Zhang
2020-08-18RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-30RDMA/mlx5: Initialize QP mutex for the debug kernelsLeon Romanovsky
2020-07-29RDMA/mlx5: Allow providing extra scatter CQE QP flagLeon Romanovsky
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky
2020-07-24RDMA/mlx5: Allow SQ modificationMaor Gottlieb
2020-07-08RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky
2020-07-06RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky
2020-07-02RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky
2020-06-22RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky
2020-06-18RDMA/mlx5: Fix integrity enabled QP creationMax Gurtovoy
2020-06-18RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPsLeon Romanovsky
2020-06-18RDMA/mlx5: Fix remote gid value in query QPMaor Gottlieb
2020-06-18RDMA/mlx5: Don't access ib_qp fields in internal destroy QP pathLeon Romanovsky
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