summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Add OPFN and TID RDMA capability bitsKaike Wan2018-12-071-8/+11
* IB/hfi1: Unreserve a reserved request when it is completedKaike Wan2018-12-071-0/+2
* IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit2018-12-071-1/+1
* IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl2018-12-071-0/+2
* IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl2018-12-071-2/+2
* IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2018-12-075-66/+104
* IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan2018-12-071-1/+46
* IB/hfi1: Dump pio info for non-user send contextsKaike Wan2018-12-074-0/+81
* RDMA/hns: Add SRQ asynchronous event supportLijun Ou2018-12-053-1/+36
* RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-059-52/+1092
* RDMA/hns: Init SRQ table for hip08Lijun Ou2018-12-059-1/+140
* RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou2018-12-054-1/+18
* 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
* IB/core: Enable getting an object type from a given uobjectYishai Hadas2018-12-042-5/+1Star
* IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas2018-12-043-13/+39
* 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
* | RDMA/nldev: Export to user space number of contextsLeon Romanovsky2018-12-031-0/+1
* | RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky2018-12-032-0/+5
* | RDMA/restrack: Track ucontextLeon Romanovsky2018-12-031-0/+5
* | RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-034-128/+54Star
* | RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe2018-12-031-29/+9Star
* | RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe2018-12-031-40/+63
* | RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe2018-12-031-48/+65
* | RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe2018-12-031-60/+4Star
* | RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe2018-12-031-1/+8
* | RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe2018-12-031-139/+46Star
* | RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe2018-12-031-64/+135
* | RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe2018-12-031-81/+52Star
* | RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe2018-12-031-80/+40Star
* | RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe2018-12-032-46/+30Star
* | RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe2018-12-031-50/+0Star
* | 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
* | rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2018-11-301-0/+1
* | RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch2018-11-304-12/+55
* | RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky2018-11-298-13/+0Star