aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18IB/core: Add support for extended query device capsEli Cohen1-0/+1
2015-02-03IB/core: Temporarily disable ex_query_device uverbHaggai Eran1-1/+0
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel1-0/+2
2014-12-15IB/core: Add support for extended query device capsEli Cohen1-1/+2
2014-10-14Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier1-0/+1
2014-10-14IB/core: Fix XRC race condition in ib_uverbs_open_qpJack Morgenstein1-0/+4
2014-10-09IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2014-08-01IB/core: Add user MR re-registration supportMatan Barak1-0/+1
2013-12-20IB/uverbs: Check access to userspace response buffer in extended commandYann Droneaud1-0/+5
2013-12-20IB/uverbs: Check reserved field in extended command headerYann Droneaud1-0/+3
2013-12-20IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA()Roland Dreier1-11/+8
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak1-5/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud1-29/+98
2013-10-21IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud1-0/+6
2013-08-28IB/core: Export ib_create/destroy_flow through uverbsHadar Hen Zion1-1/+12
2013-08-28IB/core: Infrastructure for extensible uverbs commandsIgor Ivanov1-5/+24
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli1-2/+11
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-7/+5
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro1-2/+3
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier1-4/+26
2011-10-13RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty1-1/+2
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty1-2/+2