Age | Commit message (Expand) | Author | Files | Lines |
2014-12-15 | IB/core: Add support for on demand paging regions |  Shachar Raindel | 1 | -0/+2 |
2014-12-15 | IB/core: Add support for extended query device caps |  Eli Cohen | 1 | -1/+2 |
2014-10-14 | Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next |  Roland Dreier | 1 | -0/+1 |
2014-10-14 | IB/core: Fix XRC race condition in ib_uverbs_open_qp |  Jack Morgenstein | 1 | -0/+4 |
2014-10-09 | IB/core: Avoid leakage from kernel to user space |  Eli Cohen | 1 | -0/+1 |
2014-08-01 | IB/core: Add user MR re-registration support |  Matan Barak | 1 | -0/+1 |
2013-12-20 | IB/uverbs: Check access to userspace response buffer in extended command |  Yann Droneaud | 1 | -0/+5 |
2013-12-20 | IB/uverbs: Check reserved field in extended command header |  Yann Droneaud | 1 | -0/+3 |
2013-12-20 | IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA() |  Roland Dreier | 1 | -11/+8 |
2013-11-17 | IB/core: Re-enable create_flow/destroy_flow uverbs |  Matan Barak | 1 | -5/+0 |
2013-11-17 | IB/core: extended command: an improved infrastructure for uverbs commands |  Yann Droneaud | 1 | -29/+98 |
2013-10-21 | IB/core: Temporarily disable create_flow/destroy_flow uverbs |  Yann Droneaud | 1 | -0/+6 |
2013-08-28 | IB/core: Export ib_create/destroy_flow through uverbs |  Hadar Hen Zion | 1 | -1/+12 |
2013-08-28 | IB/core: Infrastructure for extensible uverbs commands |  Igor Ivanov | 1 | -5/+24 |
2013-02-21 | IB/uverbs: Implement memory windows support in uverbs |  Shani Michaeli | 1 | -2/+11 |
2012-09-26 | switch simple cases of fget_light to fdget |  Al Viro | 1 | -7/+5 |
2012-09-26 | switch infinibarf users of fget() to fget_light() |  Al Viro | 1 | -2/+3 |
2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * |  Al Viro | 1 | -1/+1 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next |  Roland Dreier | 1 | -4/+26 |
2011-10-13 | RDMA/uverbs: Export ib_open_qp() capability to user space |  Sean Hefty | 1 | -1/+2 |
2011-10-13 | RDMA/core: Export ib_open_qp() to share XRC TGT QPs |  Sean Hefty | 1 | -2/+2 |
2011-10-13 | RDMA/uverbs: Export XRC TGT QPs to user space |  Sean Hefty | 1 | -2/+6 |
2011-10-13 | RDMA/uverbs: Export XRC SRQs to user space |  Sean Hefty | 1 | -0/+1 |
2011-10-13 | RDMA/uverbs: Export XRC domains to user space |  Sean Hefty | 1 | -0/+17 |
2011-10-06 | RDMA/ucm: Removed checks for unsigned value < 0 |  Hefty, Sean | 1 | -2/+1 |
2011-07-04 | RDMA: Check for NULL mode in .devnode methods |  Goldwyn Rodrigues | 1 | -1/+2 |
2011-05-23 | IB/uverbs: Add devnode method to set path/mode |  Roland Dreier | 1 | -0/+8 |
2010-04-21 | IB: Explicitly rule out llseek to avoid BKL in default_llseek() |  Roland Dreier | 1 | -4/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -0/+1 |
2010-03-07 | driver core: Convert some drivers to CLASS_ATTR_STRING |  Andi Kleen | 1 | -8/+3 |
2010-03-07 | driver-core: Add attribute argument to class_attribute show/store |  Andi Kleen | 1 | -1/+3 |
2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 |  Linus Torvalds | 1 | -20/+4 |
2010-03-03 | switch infiniband uverbs to anon_inodes |  Al Viro | 1 | -75/+7 |
2010-03-01 | Merge branch 'misc' into for-next |  Roland Dreier | 1 | -56/+5 |
2010-02-24 | IB/uverbs: Use anon_inodes instead of private infinibandeventfs |  Roland Dreier | 1 | -56/+4 |
2010-02-24 | IB/uverbs: Whitespace cleanup |  Alexander Chiang | 1 | -34/+34 |
2010-02-24 | IB/uverbs: Increase maximum devices supported |  Alexander Chiang | 1 | -6/+50 |
2010-02-24 | IB/uverbs: use stack variable 'base' in ib_uverbs_add_one |  Alexander Chiang | 1 | -1/+3 |
2010-02-24 | IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one |  Alexander Chiang | 1 | -5/+7 |
2010-02-24 | IB/uverbs: Remove dev_table |  Alexander Chiang | 1 | -19/+5 |
2010-02-24 | IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device |  Alexander Chiang | 1 | -13/+10 |
2009-12-16 | switch alloc_file() to passing struct path |  Al Viro | 1 | -2/+7 |
2009-10-04 | headers: remove sched.h from poll.h |  Alexey Dobriyan | 1 | -0/+1 |
2009-09-05 | IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL) |  Jack Morgenstein | 1 | -2/+4 |
2009-09-05 | IB: Use DEFINE_SPINLOCK() for static spinlocks |  Roland Dreier | 1 | -3/+1 |
2008-11-01 | saner FASYNC handling on file close |  Al Viro | 1 | -2/+0 |
2008-10-16 | device create: infiniband: convert device_create_drvdata to device_create |  Greg Kroah-Hartman | 1 | -6/+3 |
2008-07-14 | RDMA: Remove subversion $Id tags |  Roland Dreier | 1 | -2/+0 |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal |  Jonathan Corbet | 1 | -6/+7 |
2008-07-04 | IB/uverbs: BKL is not needed for ib_uverbs_open() |  Roland Dreier | 1 | -7/+13 |