summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/uverbs_cmd.c
AgeCommit message (Expand)Author
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb
2020-02-11RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe
2020-01-13RDMA/core: Do not allow alloc_commit to failJason Gunthorpe
2019-11-06RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-09-16RDMA: Fix double-free in srq creation error flowJack Morgenstein
2019-08-21RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua
2019-07-04RDMA/uverbs: remove redundant assignment to variable retColin Ian King
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy
2019-06-20RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
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