summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-6/+7
|\
| * IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas2018-12-061-1/+3
| * IB/mlx5: Fix implicit ODP interrupted page faultArtemy Kovalyov2018-12-031-5/+4
* | net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-143-6/+10
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-143-22/+19
|\ \
| * | IB/mlx5: Unify e-switch representors load approach between uplink and VFsMark Bloch2018-12-143-22/+19
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-119-141/+1309
|\| | | |/ |/|
| * net/mlx5: Revise gre and nvgre key formatsOz Shlomo2018-12-101-2/+2
| * IB/mlx5: Use helper to get CQE opcodeTariq Toukan2018-12-101-4/+4
| * RDMA/mlx5: Unfold modify RMP functionLeon Romanovsky2018-12-041-28/+34
| * RDMA/mlx5: Unfold create RMP functionLeon Romanovsky2018-12-041-19/+16
| * 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/+1
| * 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/+2
| * 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
| * {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/+2
| * IB/mlx5: Improve ODP debugging messagesMoni Shoua2018-11-121-2/+2
| * IB/mlx5: Lock QP during page fault handlingMoni Shoua2018-11-121-9/+37
* | RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky2018-11-291-0/+1
* | IB/mlx5: Fix page fault handling for MWArtemy Kovalyov2018-11-271-0/+1
* | IB/mlx5: Skip non-ODP MR when handling a page faultArtemy Kovalyov2018-11-271-0/+8
* | IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik2018-11-211-18/+11
* | IB/mlx5: Fix XRC QP support after introducing extended atomicYonatan Cohen2018-11-211-2/+1
* | RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny2018-11-211-9/+10
|/
* 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-041-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