summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky2020-07-091-1/+2
* IB/mlx5: Fix 50G per lane indicationAya Levin2020-07-091-1/+1
* 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: Add missed RST2INIT and INIT2INIT steps during ECE handshakeLeon Romanovsky2020-06-181-0/+8
* 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
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0520-2807/+3186
|\
| * 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: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-1/+0
| * RDMA/mlx5: Remove FMR leftoversGal Pressman2020-06-031-8/+0
| * RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang2020-05-293-2/+10
| * RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky2020-05-272-4/+46
| * RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky2020-05-274-14/+23
| * 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-273-11/+17
| * Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-271-1/+4
| |\
| * | IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang2020-05-271-0/+4
| * | RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe2020-05-223-32/+15
| * | Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-1/+3
| |\ \
| * | | RDMA/mlx5: Add init2init as a modify commandAharon Landau2020-05-201-0/+1
| * | | RDMA/mlx5: Update mlx5_ib driver nameShay Drory2020-05-181-10/+1
| * | | RDMA/mlx5: Fix query_srq_cmd() functionLeon Romanovsky2020-05-131-3/+3
| * | | RDMA/mlx5: Add support for drop action in DV steeringDaria Velikovsky2020-05-131-14/+21
| * | | RDMA/mlx5: Add support in steering default missMaor Gottlieb2020-05-132-11/+30
| * | | RDMA/mlx5: Refactor DV create flowMaor Gottlieb2020-05-131-49/+59
| * | | Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe2020-05-131-37/+10
| |\ \ \
| * | | | RDMA/mlx5: Remove duplicated assignment to variable rcqe_szColin Ian King2020-05-081-2/+1
| * | | | RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabledMark Bloch2020-05-061-3/+9
| * | | | RDMA/mlx5: Assign profile before calling stagesMark Bloch2020-05-062-2/+3
| * | | | RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky2020-05-066-1553/+1589
| * | | | RDMA/mlx5: Refactor mlx5_post_send() to improve readabilityMax Gurtovoy2020-05-061-214/+276
| * | | | RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky2020-05-066-156/+91
| * | | | RDMA/mlx5: Set UDP source port based on the grh.flow_labelMark Zhang2020-05-063-6/+23
| * | | | 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-035-26/+71
| * | | | RDMA/mlx5: Refactor affinity related codeMaor Gottlieb2020-05-031-37/+53
| * | | | RDMA: Group create AH arguments in structMaor Gottlieb2020-05-032-3/+4
| * | | | 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