summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Init dest_type when create flowDaria Velikovsky2020-07-161-1/+1
* RDMA/mlx5: Remove unused to_mibmr functionGal Pressman2020-07-101-5/+0
* RDMA/mlx5: Delete one-time used functionsLeon Romanovsky2020-07-071-277/+198
* RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-074-54/+51
* RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky2020-07-078-2557/+2579
* RDMA/mlx5: Separate counters from main.cLeon Romanovsky2020-07-079-709/+737
* RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky2020-07-074-77/+46
* RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky2020-07-072-13/+12
* RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-063-28/+11
* RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-061-14/+6
* RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas2020-07-064-1/+50
* RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-061-0/+35
* RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas2020-07-061-103/+93
* RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky2020-07-064-34/+23
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
* RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2020-07-032-9/+13
* RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb2020-06-243-0/+10
* RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb2020-06-243-0/+10
* RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb2020-06-243-0/+79
* RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-233-30/+8
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-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-021-1/+0
| * RDMA/mlx5: Remove FMR leftoversGal Pressman2020-06-021-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-213-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-191-0/+1
| * | | RDMA/mlx5: Update mlx5_ib driver nameShay Drory2020-05-171-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-071-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