aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15RDMA/uverbs: Protect from command mask overflowLeon Romanovsky1-7/+20
2018-02-15IB/uverbs: Add ioctl support for 32bit processesMatan Barak1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-61/+34
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen1-56/+34
2018-01-10IB/core: Remove the locking for character device bitmapsHuy Nguyen1-5/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-4/+4
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen1-0/+1
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann1-12/+10
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak1-0/+6
2017-08-31IB/core: Assign root to all driversMatan Barak1-0/+18
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-12/+1
2017-08-16IB/uverbs: Fix NULL pointer dereference during device removalMaor Gottlieb1-1/+1
2017-08-04IB/uverbs: Fix device cleanupYishai Hadas1-2/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-04-20IB/core: Rename uverbs event file structureMatan Barak1-66/+66
2017-04-20IB/core: Don't use is_async in event files to infer events sizeMatan Barak1-9/+5
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak1-118/+161
2017-04-05IB/core: Add support for fd objectsMatan Barak1-1/+3
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak1-135/+7
2017-04-05IB/core: Add idr based standard typesMatan Barak1-3/+5
2017-04-05IB/core: Refactor idr to be per uverbs_fileMatan Barak1-31/+14
2017-03-21infiniband: utilize the new cdev_set_parent functionLogan Gunthorpe1-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+20
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche1-1/+1
2017-01-10IB/core: added support to use rdma cgroup controllerParav Pandit1-0/+20
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+5
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-0/+1
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang1-0/+1
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky1-1/+4
2016-11-16IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford1-13/+24
2016-08-03IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe1-13/+24
2016-06-23IB/uverbs: Introduce RWQ Indirection tableYishai Hadas1-0/+13
2016-06-23IB/uverbs: Add WQ supportYishai Hadas1-0/+25
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+5
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-5/+5
2016-03-03IB/core: Modify conditional on ucontext existenceEli Cohen1-6/+6
2016-03-03IB/core: IB/core: Allow legacy verbs through extended interfacesEli Cohen1-10/+19
2016-03-03IB/core: Avoid duplicate codeEli Cohen1-20/+9
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-1/+12
2015-10-21IB/core: Extend ib_uverbs_create_qpEran Ben Elisha1-0/+1
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas1-67/+293
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas1-6/+15
2015-08-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas1-13/+30
2015-08-30IB/uverbs: Fix reference counting usage of event filesYishai Hadas1-6/+38
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+3
2015-06-12IB/core: Extend ib_uverbs_create_cqMatan Barak1-0/+1
2015-04-15ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué1-11/+11