summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Check access to userspace response buffer in extended commandYann Droneaud2013-12-201-0/+5
* IB/uverbs: Check reserved field in extended command headerYann Droneaud2013-12-201-0/+3
* IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA()Roland Dreier2013-12-201-11/+8Star
* IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak2013-11-171-5/+0Star
* IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud2013-11-171-29/+98
* IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud2013-10-211-0/+6
* IB/core: Export ib_create/destroy_flow through uverbsHadar Hen Zion2013-08-281-1/+12
* IB/core: Infrastructure for extensible uverbs commandsIgor Ivanov2013-08-281-5/+24
* IB/uverbs: Implement memory windows support in uverbsShani Michaeli2013-02-211-2/+11
* switch simple cases of fget_light to fdgetAl Viro2012-09-271-7/+5Star
* switch infinibarf users of fget() to fget_light()Al Viro2012-09-271-2/+3
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
*-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-011-4/+26
|\ \
| | * RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty2011-10-131-1/+2
| | * RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty2011-10-131-2/+2
| | * RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty2011-10-131-2/+6
| | * RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty2011-10-131-0/+1
| | * RDMA/uverbs: Export XRC domains to user spaceSean Hefty2011-10-131-0/+17
| |/ |/|
| * RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-061-2/+1Star
|/
* RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues2011-07-051-1/+2
* IB/uverbs: Add devnode method to set path/modeRoland Dreier2011-05-231-0/+8
* IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-211-4/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-081-8/+3Star
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-20/+4Star
|\
| * switch infiniband uverbs to anon_inodesAl Viro2010-03-031-75/+7Star
* | Merge branch 'misc' into for-nextRoland Dreier2010-03-021-56/+5Star
|\ \
| * | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-251-56/+4Star
| |/
* | IB/uverbs: Whitespace cleanupAlexander Chiang2010-02-241-34/+34
* | IB/uverbs: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+50
* | IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang2010-02-241-1/+3
* | IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang2010-02-241-5/+7
* | IB/uverbs: Remove dev_tableAlexander Chiang2010-02-241-19/+5Star
* | IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang2010-02-241-13/+10Star
|/
* switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+7
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein2009-09-061-2/+4
* IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier2009-09-061-3/+1Star
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0Star
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+3Star
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-6/+7
|\
| * IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein2008-06-191-1/+1
| * IB: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+6
* | IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier2008-07-041-7/+13
* | infiniband: more BKL pushdownJonathan Corbet2008-06-201-2/+7
|/
* IB: convert struct class_device to struct deviceTony Jones2008-04-201-25/+26
* IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier2008-04-171-12/+7Star
* IB/uverbs: Don't store struct file * for event filesRoland Dreier2008-04-171-5/+4Star