summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: remove redundant assignment to variable retColin Ian King2019-07-041-1/+1
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-9/+21
|\
| * RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2019-05-271-4/+5
| * RDMA/core: Clear out the udata before error unwindJason Gunthorpe2019-05-271-5/+16
* | RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy2019-06-241-0/+1
* | RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy2019-06-241-0/+1
* | RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe2019-06-211-6/+3Star
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-5/+10
|/
* IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-031-1/+0Star
* RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch2019-05-031-0/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-3/+9
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-5/+3Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-3/+4
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8Star
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-26/+26
* IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-011-1/+1
* RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche2019-03-281-1/+1
* RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky2019-02-251-0/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-10/+14
* RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-1/+1
* RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-201-0/+5
* RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-201-8/+7Star
* RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe2019-02-151-2/+1Star
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-151-1/+1
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-5/+10
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-1/+10
|\
| * RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe2019-01-141-0/+7
| * RDMA/uverbs: Fix post send success return value in case of errorGal Pressman2019-01-071-1/+3
* | IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua2019-02-041-0/+1
* | RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-091-3/+0Star
* | RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky2019-01-091-2/+0Star
|/
* IB/core: Move query port to ioctlMichael Guralnik2018-12-201-52/+1Star
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch2018-12-181-4/+4
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-29/+31
* RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky2018-12-111-6/+8
* RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky2018-12-031-0/+3
* RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe2018-12-031-103/+47Star
* 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-031-35/+18Star
* RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe2018-12-031-50/+0Star
* RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot2018-11-291-5/+1Star