aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-5/+0
2018-12-11RDMA/mlx5: Fail early if user tries to create flows on IB representorsLeon Romanovsky1-4/+12
2018-12-11IB/mlx5: Remove duplicated include from mlx5_ib.hYueHaibing1-1/+0
2018-12-11IB/mlx5: Add 2X width support to query_portMichael Guralnik2-1/+7
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe3-29/+32
2018-12-11IB/mlx5: Add HDR speed support to query portMichael Guralnik1-0/+5
2018-12-11IB/mlx5: Report CapabilityMask2 in ib_query_portMichael Guralnik2-0/+7
2018-12-11IB/core: Add new IB ratesMichael Guralnik1-1/+1
2018-12-07Merge branch 'mlx5-packet-credit-fc' into rdma.gitJason Gunthorpe3-2/+17
2018-12-07IB/mlx5: Report packet based credit mode device capabilityDanit Goldberg1-0/+3
2018-12-07IB/mlx5: Add packet based credit mode supportDanit Goldberg2-2/+14
2018-12-06IB/mlx5: Enable TX on a DEVX flow tableAlex Vesker1-4/+4
2018-12-04IB/mlx5: Allow XRC usage via verbs in DEVX contextYishai Hadas3-9/+6
2018-12-04IB/mlx5: Update the supported DEVX commandsYishai Hadas1-0/+17
2018-12-04IB/mlx5: Enforce DEVX privilege by firmwareYishai Hadas3-12/+14
2018-12-04IB/mlx5: Enable modify and query verbs objects via DEVXYishai Hadas1-12/+96
2018-12-04Merge 'mlx5-next' into mlx5-devxDoug Ledford8-101/+976
2018-12-04RDMA/mlx5: Unfold modify RMP functionLeon Romanovsky1-28/+34
2018-12-04RDMA/mlx5: Unfold create RMP functionLeon Romanovsky1-19/+16
2018-12-04RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky6-14/+100
2018-12-04RDMA/mlx5: Update SRQ functions signatures to mlx5_ib formatLeon Romanovsky4-77/+83
2018-12-04RDMA/mlx5: Use stages for callback to setup and release DEVXLeon Romanovsky2-7/+20
2018-12-04RDMA/mlx5: Remove SRQ signature global flagLeon Romanovsky1-4/+1
2018-12-04net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky5-2/+717
2018-12-04net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky1-29/+2
2018-11-29IB/mlx5: Handle raw delay drop general eventSaeed Mahameed1-3/+15
2018-11-29IB/mlx5: Handle raw port change event rather than the software versionSaeed Mahameed1-34/+52
2018-11-29IB/mlx5: Use the new mlx5 core notifier APISaeed Mahameed2-14/+66
2018-11-29IB/mlx5: Use fragmented QP's buffer for in-kernel usersGuy Levi2-167/+241
2018-11-29IB/mlx5: Use fragmented SRQ's buffer for in-kernel usersGuy Levi2-5/+10
2018-11-29RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch4-12/+55
2018-11-29RDMA/mlx5: Initialize return variable in case pagefault was skippedLeon Romanovsky1-0/+1
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2-16/+15
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-1/+1
2018-11-26IB/mlx5: Fix page fault handling for MWArtemy Kovalyov1-0/+1
2018-11-26IB/mlx5: Skip non-ODP MR when handling a page faultArtemy Kovalyov1-0/+8
2018-11-22RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe3-37/+21
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe4-41/+37
2018-11-22RDMA/mlx5: Do not generate the uabi specs unconditionallyJason Gunthorpe1-8/+9
2018-11-21Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe3-33/+326
2018-11-21IB/mlx5: Allow modify AV in DCI QP to RTRArtemy Kovalyov1-1/+1
2018-11-21IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik1-18/+11
2018-11-21IB/mlx5: Fix XRC QP support after introducing extended atomicYonatan Cohen1-2/+1
2018-11-21RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny1-9/+10
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed3-20/+286
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-3/+2
2018-11-12IB/mlx5: Improve ODP debugging messagesMoni Shoua1-2/+2
2018-11-12IB/mlx5: Lock QP during page fault handlingMoni Shoua1-9/+37
2018-11-08mlx5: remove support for ib_get_vector_affinitySagi Grimberg1-9/+0
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-545/+1601