aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
AgeCommit message (Expand)Author
2019-10-05RDMA: Fix double-free in srq creation error flowJack Morgenstein
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman
2019-05-27RDMA/core: Clear out the udata before error unwindJason Gunthorpe
2019-05-03IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov
2019-05-03RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch
2019-03-28RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche
2019-02-25RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia
2019-02-15RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-02-04IB/uverbs: Expose XRC ODP device capabilitiesMoni Shoua
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe
2019-01-08RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky
2019-01-08RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky
2019-01-07RDMA/uverbs: Fix post send success return value in case of errorGal Pressman
2018-12-20IB/core: Move query port to ioctlMichael Guralnik
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-11RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe
2018-12-03RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe
2018-12-03RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe
2018-12-03RDMA/uverbs: Add a simple iterator interface for reading the commandJason Gunthorpe
2018-12-03RDMA/uverbs: Simplify ib_uverbs_ex_query_deviceJason Gunthorpe
2018-12-03RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QPJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_request() and core for write_ex handlersJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_request() for request copyingJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_response() for remaining response copyingJason Gunthorpe
2018-12-03RDMA/uverbs: Get rid of the 'callback' scheme in the compat pathJason Gunthorpe
2018-12-03RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_exJason Gunthorpe
2018-12-03RDMA/uverbs: Remove out_len checks that are now done by the coreJason Gunthorpe
2018-11-29RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe
2018-11-26RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe