summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Allow XRC usage via verbs in DEVX contextYishai Hadas2018-12-043-9/+6Star
* IB/mlx5: Update the supported DEVX commandsYishai Hadas2018-12-041-0/+17
* IB/mlx5: Enforce DEVX privilege by firmwareYishai Hadas2018-12-043-12/+14
* IB/mlx5: Enable modify and query verbs objects via DEVXYishai Hadas2018-12-041-12/+96
* Merge 'mlx5-next' into mlx5-devxDoug Ledford2018-12-048-101/+976
|\
| * RDMA/mlx5: Unfold modify RMP functionLeon Romanovsky2018-12-041-28/+34
| * RDMA/mlx5: Unfold create RMP functionLeon Romanovsky2018-12-041-19/+16Star
| * RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky2018-12-046-14/+100
| * RDMA/mlx5: Update SRQ functions signatures to mlx5_ib formatLeon Romanovsky2018-12-044-77/+83
| * RDMA/mlx5: Use stages for callback to setup and release DEVXLeon Romanovsky2018-12-042-7/+20
| * RDMA/mlx5: Remove SRQ signature global flagLeon Romanovsky2018-12-041-4/+1Star
| * net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2018-12-045-2/+717
| * net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky2018-12-041-29/+2Star
| * IB/mlx5: Handle raw delay drop general eventSaeed Mahameed2018-11-301-3/+15
| * IB/mlx5: Handle raw port change event rather than the software versionSaeed Mahameed2018-11-301-34/+52
| * IB/mlx5: Use the new mlx5 core notifier APISaeed Mahameed2018-11-302-14/+66
* | IB/mlx5: Use fragmented QP's buffer for in-kernel usersGuy Levi2018-11-302-167/+241
* | IB/mlx5: Use fragmented SRQ's buffer for in-kernel usersGuy Levi2018-11-302-5/+10
* | RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch2018-11-304-12/+55
* | RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-272-16/+15Star
* | RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe2018-11-271-1/+1
* | RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe2018-11-223-37/+21Star
* | RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-224-41/+37Star
* | RDMA/mlx5: Do not generate the uabi specs unconditionallyJason Gunthorpe2018-11-221-8/+9
* | Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-11-213-33/+326
|\|
| * {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed2018-11-203-20/+286
| * net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-3/+2Star
| * IB/mlx5: Improve ODP debugging messagesMoni Shoua2018-11-121-2/+2
| * IB/mlx5: Lock QP during page fault handlingMoni Shoua2018-11-121-9/+37
* | IB/mlx5: Allow modify AV in DCI QP to RTRArtemy Kovalyov2018-11-211-1/+1
* | mlx5: remove support for ib_get_vector_affinitySagi Grimberg2018-11-081-9/+0Star
|/
* 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/+25Star
| * 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/+1Star
| * 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-041-3/+2Star
| * | IB/mlx5: Enable DEVX on IBYishai Hadas2018-09-271-6/+0Star
| * | 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/+7Star
| * | RDMA/mlx5: Remove superfluous version printMark Bloch2018-09-251-2/+0Star