summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2880/+374
2020-07-28RDMA/mlx5: Delete unreachable codeLeon Romanovsky1-3/+0
2020-07-09IB/mlx5: Fix 50G per lane indicationAya Levin1-1/+1
2020-07-07RDMA/mlx5: Delete one-time used functionsLeon Romanovsky1-277/+198
2020-07-07RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky1-24/+5
2020-07-07RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky1-1714/+7
2020-07-07RDMA/mlx5: Separate counters from main.cLeon Romanovsky1-693/+8
2020-07-07RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky1-34/+9
2020-07-07RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky1-12/+12
2020-07-07RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-0/+2
2020-07-07RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-14/+6
2020-07-07RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas1-0/+1
2020-07-07RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+35
2020-07-07RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas1-103/+93
2020-07-07RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky1-25/+14
2020-06-24RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb1-0/+1
2020-06-24RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb1-0/+1
2020-06-24RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-2/+2
2020-06-03RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-05-29RDMA/mlx5: Support TX port affinity for VF drivers in LAG modeMark Zhang1-1/+1
2020-05-27RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky1-0/+3
2020-05-22RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe1-18/+6
2020-05-18RDMA/mlx5: Update mlx5_ib driver nameShay Drory1-10/+1
2020-05-13RDMA/mlx5: Add support in steering default missMaor Gottlieb1-5/+4
2020-05-13Merge branch 'mellanox/mlx5-next' into rdma.git for/nextJason Gunthorpe1-37/+10
2020-05-13{IB/net}/mlx5: Simplify don't trap codeMaor Gottlieb1-37/+10
2020-05-06RDMA/mlx5: Assign profile before calling stagesMark Bloch1-1/+2
2020-05-06RDMA/mlx5: Move all WR logic from qp.c to separate fileLeon Romanovsky1-2/+3
2020-05-06RDMA/mlx5: Update mlx5_ib to use new cmd interfaceLeon Romanovsky1-3/+2
2020-05-06RDMA/mlx5: Set UDP source port based on the grh.flow_labelMark Zhang1-2/+2
2020-05-03RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb1-0/+2
2020-04-29RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky1-3/+3
2020-04-28net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit1-1/+1
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-2/+8
2020-04-19RDMA/mlx5: Delete Q counter allocations commandLeon Romanovsky1-11/+20
2020-04-19net/mlx5: Remove Q counter low level helper APIsLeon Romanovsky1-23/+32
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-49/+216
2020-03-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe1-0/+7
2020-03-27RDMA/mlx5: Add support for RDMA TX flow tableMichael Guralnik1-0/+7
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas1-1/+12
2020-03-27IB/mlx5: Expose UAR object and its alloc/destroy commandsYishai Hadas1-9/+163
2020-03-25IB/mlx5: Generally use the WC auto detection test resultYishai Hadas1-12/+4
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe1-0/+1
2020-03-13RDMA/mlx5: Replace spinlock protected write with atomic varSaeed Mahameed1-1/+1
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed1-0/+1