summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky2020-04-301-4/+1
| * | | | RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky2020-04-301-61/+52
| * | | | RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky2020-04-301-18/+30
| * | | | RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky2020-04-301-8/+10
| * | | | RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky2020-04-301-67/+81
| * | | | RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky2020-04-301-39/+31
| * | | | RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky2020-04-301-49/+156
| * | | | RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky2020-04-301-52/+106
| * | | | RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky2020-04-301-24/+27
| * | | | RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky2020-04-301-7/+0
| * | | | RDMA/mlx5: Rely on existence of udata to separate kernel/user flowsLeon Romanovsky2020-04-302-27/+10
| * | | | RDMA/mlx5: Remove second user copy in create_user_qpLeon Romanovsky2020-04-301-19/+15
| * | | | RDMA/mlx5: Combine copy of create QP command in RSS RAW QPLeon Romanovsky2020-04-301-74/+82
| * | | | RDMA/mlx5: Promote RSS RAW QP attribute check in higher levelLeon Romanovsky2020-04-301-3/+3
| * | | | RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky2020-04-303-73/+74
| * | | | RDMA/mlx5: Delete unsupported QP typesLeon Romanovsky2020-04-301-11/+1
| * | | | Merge branch 'mlx5_ib_qp_refactor_1' into rdma.git for-nextJason Gunthorpe2020-04-2816-631/+1255
| |\ \ \ \
| | * | | | RDMA/mlx5: Process all vendor flags in one placeLeon Romanovsky2020-04-281-85/+71
| | * | | | RDMA/mlx5: Return all configured create flags through query QPLeon Romanovsky2020-04-282-12/+2
| | * | | | RDMA/mlx5: Change scatter CQE flag to be set like other vendor flagsLeon Romanovsky2020-04-282-8/+10
| | * | | | RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky2020-04-283-16/+23
| | * | | | RDMA/mlx5: Process create QP flags in one placeLeon Romanovsky2020-04-281-99/+101
| | * | | | RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky2020-04-285-64/+47
| | * | | | RDMA/mlx5: Initial separation of RAW_PACKET QP from common flowLeon Romanovsky2020-04-281-5/+17
| | * | | | RDMA/mlx5: Remove second copy from user for non RSS RAW QPsLeon Romanovsky2020-04-281-29/+27
| | * | | | RDMA/mlx5: Move DRIVER QP flags check into separate functionLeon Romanovsky2020-04-281-48/+43
| | * | | | RDMA/mlx5: Update all DRIVER QP places to use QP subtypeLeon Romanovsky2020-04-281-33/+15
| | * | | | RDMA/mlx5: Split scatter CQE configuration for DCT QPLeon Romanovsky2020-04-281-9/+6
| | * | | | RDMA/mlx5: Separate create QP flows to be based on typeLeon Romanovsky2020-04-281-15/+39
| | * | | | RDMA/mlx5: Set QP subtype immediately when it is knownLeon Romanovsky2020-04-281-4/+2
| | * | | | RDMA/mlx5: Avoid setting redundant NULL for XRC QPsLeon Romanovsky2020-04-281-7/+1
| | * | | | RDMA/mlx5: Prepare QP allocation for future removalLeon Romanovsky2020-04-281-25/+20
| | * | | | RDMA/mlx5: Perform check if QP creation flow is validLeon Romanovsky2020-04-281-67/+61
| | * | | | RDMA/mlx5: Delete impossible GSI port checkLeon Romanovsky2020-04-281-9/+0
| | * | | | RDMA/mlx5: Organize QP types checks in one placeLeon Romanovsky2020-04-281-61/+68
| * | | | | RDMA/mlx5: Fix udata response upon SRQ creationYishai Hadas2020-04-141-2/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+1
|\ \ \ \ \ \
| * | | | | | RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_workMaor Gottlieb2020-05-211-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-292-38/+14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | net/mlx5: Add support for RDMA TX FT headers modifyingMichael Guralnik2020-05-181-1/+4
| | |_|_|/ | |/| | |
| * | | | {IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb2020-05-131-37/+10
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau2020-04-221-1/+3
| |/
* | net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem2020-04-281-4/+4
* | net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit2020-04-281-1/+1
* | net/mlx5: Add support for COPY steering actionHuy Nguyen2020-04-281-2/+2
* | net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky2020-04-231-17/+15
* | net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky2020-04-232-3/+3
* | net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-1910-34/+694
* | RDMA/mlx5: Alphabetically sort build artifactsLeon Romanovsky2020-04-191-7/+20