aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-13RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty1-2/+6
2011-10-13RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty1-0/+1
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty1-0/+17
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean1-2/+1
2011-07-04RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues1-1/+2
2011-05-23IB/uverbs: Add devnode method to set path/modeRoland Dreier1-0/+8
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-8/+3
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-20/+4
2010-03-03switch infiniband uverbs to anon_inodesAl Viro1-75/+7
2010-03-01Merge branch 'misc' into for-nextRoland Dreier1-56/+5
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier1-56/+4
2010-02-24IB/uverbs: Whitespace cleanupAlexander Chiang1-34/+34
2010-02-24IB/uverbs: Increase maximum devices supportedAlexander Chiang1-6/+50
2010-02-24IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang1-1/+3
2010-02-24IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang1-5/+7
2010-02-24IB/uverbs: Remove dev_tableAlexander Chiang1-19/+5
2010-02-24IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang1-13/+10
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+7
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-05IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein1-2/+4
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier1-3/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-6/+3