aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-06Merge 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-08RDMA/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-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-25/+7
2020-07-06RDMA/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
2020-06-18RDMA/mlx5: Don't access ib_qp fields in internal destroy QP pathLeon Romanovsky1-10/+18
2020-06-15RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()Tom Seewald1-1/+1
2020-06-15RDMA/mlx5: Remove duplicated assignment to resp.response_lengthColin Ian King1-2/+0
2020-06-03RDMA/mlx5: Return ECE DC supportLeon Romanovsky1-14/+31
2020-06-03RDMA/mlx5: Don't rely on FW to set zeros in ECE responseLeon Romanovsky1-2/+4
2020-06-03RDMA/mlx5: Return an error if copy_to_user failsLeon Romanovsky1-6/+2
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang1-1/+2
2020-05-27RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky1-4/+21
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky1-9/+12
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky1-106/+97
2020-05-27RDMA/mlx5: Remove manually crafted QP context the query callLeon Romanovsky1-73/+56
2020-05-27RDMA/mlx5: Use direct modify QP implementationLeon Romanovsky1-6/+11
2020-05-27RDMA/mlx5: Set ECE options during QP createLeon Romanovsky1-9/+66
2020-05-27RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky1-5/+11
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe1-1/+3
2020-05-07RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King1-2/+1
2020-05-06RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch1-3/+9
2020-05-06RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky1-1546/+4
2020-05-06RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy1-214/+276
2020-05-06RDMA/mlx5: Define RoCEv2 udp source port when set pathMark Zhang1-6/+24
2020-05-02RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb1-17/+35
2020-05-02RDMA/mlx5: Refactor affinity related codeMaor Gottlieb1-37/+53
2020-04-30RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau1-0/+2
2020-04-30RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky1-36/+49
2020-04-30RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky1-4/+1
2020-04-30RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky1-61/+52
2020-04-30RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky1-18/+30
2020-04-30RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky1-8/+10
2020-04-30RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky1-67/+81
2020-04-30RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky1-39/+31
2020-04-30RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky1-49/+156
2020-04-30RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky1-52/+106
2020-04-30RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky1-24/+27
2020-04-30RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky1-7/+0
2020-04-30RDMA/mlx5: Rely on existence of udata to separate kernel/user flowsLeon Romanovsky1-13/+10