Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | IB/ucm: Use memdup_user() | Julia Lawall | 1 | -8/+3 |
2010-05-25 | Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-next | Roland Dreier | 4 | -9/+26 |
2010-05-23 | IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static | Roland Dreier | 1 | -2/+2 |
2010-05-21 | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 3 | -7/+24 |
2010-05-15 | Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '... | Roland Dreier | 6 | -60/+48 |
2010-05-15 | IB/core: Use kmemdup() instead of kmalloc()+memcpy() | Julia Lawall | 2 | -5/+3 |
2010-04-21 | RDMA/cma: Randomize local port allocation | Tetsuo Handa | 1 | -45/+25 |
2010-04-21 | IB: Explicitly rule out llseek to avoid BKL in default_llseek() | Roland Dreier | 4 | -10/+20 |
2010-04-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -1/+2 |
2010-04-09 | Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linus | Roland Dreier | 1 | -1/+1 |
2010-04-07 | RDMA/cm: Set num_paths when manually assigning path records | Sean Hefty | 1 | -0/+1 |
2010-03-31 | IB/cm: Fix device_create() return value check | Jani Nikula | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 13 | -0/+14 |
2010-03-19 | sysfs: fix sysfs lockdep warning in infiniband code | Greg Kroah-Hartman | 1 | -0/+1 |
2010-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+3 |
2010-03-11 | IB/mad: Ignore iWARP devices on device removal | Steve Wise | 1 | -0/+3 |
2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2 | -2/+2 |
2010-03-07 | driver core: Convert some drivers to CLASS_ATTR_STRING | Andi Kleen | 3 | -26/+11 |
2010-03-07 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 3 | -3/+9 |
2010-03-06 | infiniband: use for_each_set_bit() | Akinobu Mita | 1 | -16/+5 |
2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -26/+25 |
2010-03-03 | switch infiniband uverbs to anon_inodes | Al Viro | 3 | -81/+28 |
2010-03-01 | Merge branch 'misc' into for-next | Roland Dreier | 3 | -67/+10 |
2010-02-24 | IB/uverbs: Use anon_inodes instead of private infinibandeventfs | Roland Dreier | 1 | -56/+4 |
2010-02-24 | IB/core: Fix and clean up ib_ud_header_init() | Eli Cohen | 1 | -10/+4 |
2010-02-24 | IB/ucm: Clean whitespace errors | Alexander Chiang | 1 | -3/+3 |
2010-02-24 | IB/ucm: Increase maximum devices supported | Alexander Chiang | 1 | -8/+45 |
2010-02-24 | IB/ucm: Use stack variable 'base' in ib_ucm_add_one | Alexander Chiang | 1 | -1/+3 |
2010-02-24 | IB/ucm: Use stack variable 'devnum' in ib_ucm_add_one | Alexander Chiang | 1 | -5/+7 |
2010-02-24 | IB/umad: Clean whitespace | Alexander Chiang | 1 | -13/+13 |
2010-02-24 | IB/umad: Increase maximum devices supported | Alexander Chiang | 1 | -6/+44 |
2010-02-24 | IB/umad: Use stack variable 'base' in ib_umad_init_port | Alexander Chiang | 1 | -2/+5 |
2010-02-24 | IB/umad: Use stack variable 'devnum' in ib_umad_init_port | Alexander Chiang | 1 | -6/+9 |
2010-02-24 | IB/umad: Remove port_table[] | Alexander Chiang | 1 | -36/+9 |
2010-02-24 | IB/umad: Convert *cdev to cdev in struct ib_umad_port | Alexander Chiang | 1 | -26/+20 |
2010-02-24 | IB/uverbs: Whitespace cleanup | Alexander Chiang | 1 | -34/+34 |
2010-02-24 | IB/uverbs: Pack struct ib_uverbs_event_file tighter | Alexander Chiang | 1 | -2/+2 |
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 | 2 | -16/+14 |
2010-02-11 | RDMA: Use rlimit helpers | Jiri Slaby | 1 | -1/+1 |
2010-02-10 | RDMA/cm: Revert association of an RDMA device when binding to loopback | Sean Hefty | 1 | -3/+1 |
2010-01-06 | IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 | Robert P. J. Day | 1 | -1/+1 |
2009-12-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 1 | -2/+7 |
2009-12-16 | switch alloc_file() to passing struct path | Al Viro | 1 | -2/+7 |
2009-12-15 | Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ... | Roland Dreier | 5 | -232/+241 |
2009-12-09 | IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context() | Roel Kluin | 1 | -1/+1 |
2009-11-19 | IB/addr: Fix IPv6 routing lookup | Sean Hefty | 2 | -117/+74 |