aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
AgeCommit message (Expand)Author
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe
2018-06-19IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak
2018-02-22RDMA/uverbs: Reduce number of command header flags checksLeon Romanovsky
2018-02-22RDMA/uverbs: Replace user's types with kernel's typesLeon Romanovsky
2018-02-22RDMA/uverbs: Refactor the header validation logicLeon Romanovsky
2018-02-22RDMa/uverbs: Copy ex_hdr outside of SRCU read lockLeon Romanovsky
2018-02-22RDMA/uverbs: Move uncontext check before SRCU read lockLeon Romanovsky
2018-02-22RDMA/uverbs: Properly check command supported maskLeon Romanovsky
2018-02-22RDMA/uverbs: Refactor command header processingLeon Romanovsky
2018-02-22RDMA/uverbs: Unify return values of not supported commandLeon Romanovsky
2018-02-22RDMA/uverbs: Return not supported error code for unsupported commandsLeon Romanovsky
2018-02-22RDMA/uverbs: Fail as early as possible if not enough header data was providedLeon Romanovsky
2018-02-22RDMA/uverbs: Refactor flags checks and update return valueLeon Romanovsky
2018-02-22RDMA/uverbs: Update sizeof usersLeon Romanovsky
2018-02-22RDMA/uverbs: Convert command mask validity check function to be boolLeon Romanovsky
2018-02-15RDMA/uverbs: Protect from command mask overflowLeon Romanovsky
2018-02-15IB/uverbs: Add ioctl support for 32bit processesMatan Barak
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen
2018-01-10IB/core: Remove the locking for character device bitmapsHuy Nguyen
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak
2017-08-31IB/core: Assign root to all driversMatan Barak
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-08-16IB/uverbs: Fix NULL pointer dereference during device removalMaor Gottlieb
2017-08-04IB/uverbs: Fix device cleanupYishai Hadas
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-20IB/core: Rename uverbs event file structureMatan Barak
2017-04-20IB/core: Don't use is_async in event files to infer events sizeMatan Barak
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak
2017-04-05IB/core: Add support for fd objectsMatan Barak
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak
2017-04-05IB/core: Add idr based standard typesMatan Barak
2017-04-05IB/core: Refactor idr to be per uverbs_fileMatan Barak
2017-03-21infiniband: utilize the new cdev_set_parent functionLogan Gunthorpe
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche
2017-01-10IB/core: added support to use rdma cgroup controllerParav Pandit
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang