aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch1-4/+4
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-29/+31
2018-12-11RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky1-6/+8
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky1-0/+3
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe1-103/+47
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 Gunthorpe1-35/+18
2018-12-03RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe1-50/+0
2018-11-29RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot1-5/+1
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe1-71/+0
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe1-86/+67
2018-11-26RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe1-106/+299
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe1-168/+122
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-149/+152
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe1-95/+121
2018-11-22RDMA/uverbs: Make all the method functions in uverbs_cmd staticJason Gunthorpe1-138/+133
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe1-0/+132
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-23/+45
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe1-4/+0
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe1-6/+2
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe1-4/+5
2018-09-20RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny1-23/+45
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch1-4/+7
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch1-17/+2
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-15/+71
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe1-77/+78
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe1-62/+15
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib1-1/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+6
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-5/+9
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe1-34/+15
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-3/+3
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe1-3/+5
2018-07-24RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein1-5/+54
2018-07-24IB: Support ib_flow creation in driversYishai Hadas1-0/+4
2018-07-10IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user spaceArtemy Kovalyov1-0/+3
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+22
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe1-1/+0
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe1-5/+3
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-82/+71