aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn8-31/+27
2018-12-06IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn1-10/+5
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn7-1/+80
2018-12-06IB/hfi1: Add OPFN and TID RDMA capability bitsKaike Wan2-11/+14
2018-12-06IB/hfi1: Unreserve a reserved request when it is completedKaike Wan1-0/+2
2018-12-06IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit1-1/+1
2018-12-06IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl1-0/+2
2018-12-06IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl1-2/+2
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov5-66/+104
2018-12-06IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan1-1/+46
2018-12-06IB/hfi1: Dump pio info for non-user send contextsKaike Wan4-0/+81
2018-12-05RDMA/hns: Add SRQ asynchronous event supportLijun Ou3-1/+36
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou10-52/+1098
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou9-1/+140
2018-12-05RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou4-1/+18
2018-12-04IB/mlx5: Allow XRC usage via verbs in DEVX contextYishai Hadas3-9/+6
2018-12-04IB/mlx5: Update the supported DEVX commandsYishai Hadas2-0/+27
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-04IB/core: Enable getting an object type from a given uobjectYishai Hadas3-5/+13
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas4-13/+45
2018-12-04net/mlx5: Update mlx5_ifc with DEVX UCTX capabilities bitsYishai Hadas1-2/+14
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 Romanovsky11-122/+101
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 Romanovsky10-724/+717
2018-12-04net/mlx5: Remove references to local mlx5_core functionsLeon Romanovsky1-19/+3
2018-12-04net/mlx5: Remove not-used lib/eq.h header fileLeon Romanovsky1-1/+0
2018-12-04net/mlx5: Remove dead transobj codeLeon Romanovsky2-71/+0
2018-12-04net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky3-87/+6
2018-12-03RDMA/nldev: Export to user space number of contextsLeon Romanovsky1-0/+1
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky2-0/+5
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky3-0/+13
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe5-134/+56
2018-12-03RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe1-29/+9
2018-12-03RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe1-40/+63
2018-12-03RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe1-48/+65
2018-12-03RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe1-60/+4
2018-12-03RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe1-1/+8
2018-12-03RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe1-139/+46
2018-12-03RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe1-64/+135
2018-12-03RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe1-81/+52
2018-12-03RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe1-80/+40
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe3-46/+31
2018-12-03RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe1-50/+0
2018-11-29net/mlx5: Debug print for forwarded async eventsSaeed Mahameed1-0/+3
2018-11-29net/mlx5: Forward SRQ resource eventsSaeed Mahameed3-30/+14