summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2613-545/+1601
|\
| * IB/mlx5: Add support for extended atomic operationsYonatan Cohen2018-10-171-12/+84
| * IB/mlx5: Allow scatter to CQE without global signaled WRsYonatan Cohen2018-10-171-3/+11
| * IB/mlx5: Verify that driver supports user flagsYonatan Cohen2018-10-171-0/+14
| * IB/mlx5: Support scatter to CQE for DC transport typeYonatan Cohen2018-10-173-21/+54
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-173-45/+25
| * IB/mlx5: Fix MR cache initializationArtemy Kovalyov2018-10-161-1/+1
| * RDMA/mlx5: Add support for flow tag to raw create flowMark Bloch2018-10-161-1/+14
| * RDMA/mlx5: Remove extraneous error checkGal Pressman2018-10-161-2/+1
| * IB/mlx5: Verify DEVX object typeYishai Hadas2018-10-161-54/+126
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-162-5/+12
| |\
| * | RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-3/+2
| * | IB/mlx5: Enable DEVX on IBYishai Hadas2018-09-271-6/+0
| * | IB/mlx5: Enable DEVX white list commandsYishai Hadas2018-09-271-15/+60
| * | IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas2018-09-273-18/+23
| * | IB/mlx5: Expose RAW QP device handles to user spaceYishai Hadas2018-09-271-2/+36
| * | RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-262-13/+15
| * | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-8/+7
| * | RDMA/mlx5: Remove superfluous version printMark Bloch2018-09-251-2/+0
| * | IB/mlx5: Set valid umem bit on DEVXYishai Hadas2018-09-251-0/+95
| * | IB/mlx5: Set uid as part of TD commandsYishai Hadas2018-09-253-15/+52
| * | IB/mlx5: Set uid as part of XRCD commandsYishai Hadas2018-09-254-2/+34
| * | IB/mlx5: Set uid as part of CQ creationYishai Hadas2018-09-251-0/+1
| * | IB/mlx5: Set uid upon PD allocationYishai Hadas2018-09-251-0/+1
| * | IB/mlx5: Set uid as part of RQT commandsYishai Hadas2018-09-254-2/+18
| * | IB/mlx5: Set uid as part of TIS commandsYishai Hadas2018-09-253-10/+29
| * | IB/mlx5: Set uid as part of TIR commandsYishai Hadas2018-09-253-9/+27
| * | IB/mlx5: Set uid as part of MCG commandsYishai Hadas2018-09-253-2/+43
| * | IB/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-251-0/+1
| * | IB/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-251-0/+1
| * | IB/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-5/+7
| * | IB/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-6/+11
| * | IB/mlx5: Set uid as part of QP creationYishai Hadas2018-09-251-0/+1
| * | IB/mlx5: Use uid as part of PD commandsYishai Hadas2018-09-254-3/+24
| * | Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-213-40/+133
| |\ \
| | * | RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-213-19/+59
| | * | RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-212-14/+50
| | * | RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2018-09-212-19/+36
| * | | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-212-1/+8
| * | | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-211-18/+25
| * | | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-213-17/+19
| * | | RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-13/+13
| * | | RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-213-28/+31
| * | | RDMA/mlx5: Use rdma_user_mmap_ioJason Gunthorpe2018-09-202-125/+7
| * | | IB/mlx5: Allow transition of DCI QP to resetMoni Shoua2018-09-121-1/+3
| * | | RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2018-09-112-6/+33
| * | | RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch2018-09-113-11/+32
| * | | RDMA/mlx5: Add flow actions support to raw create flowMark Bloch2018-09-111-4/+36
| * | | RDMA/mlx5: Refactor raw flow creationMark Bloch2018-09-113-7/+13
| * | | RDMA/mlx5: Don't overwrite action if already setMark Bloch2018-09-111-0/+10