summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo13-0/+14
2010-03-19sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman1-0/+1
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+3
2010-03-12IB/mad: Ignore iWARP devices on device removalSteve Wise1-0/+3
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-08driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen3-26/+11
2010-03-08driver-core: Add attribute argument to class_attribute show/storeAndi Kleen3-3/+9
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-26/+25
2010-03-03switch infiniband uverbs to anon_inodesAl Viro3-81/+28
2010-03-02Merge branch 'misc' into for-nextRoland Dreier3-67/+10
2010-02-25IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier1-56/+4
2010-02-25IB/core: Fix and clean up ib_ud_header_init()Eli Cohen1-10/+4
2010-02-24IB/ucm: Clean whitespace errorsAlexander Chiang1-3/+3
2010-02-24IB/ucm: Increase maximum devices supportedAlexander Chiang1-8/+45
2010-02-24IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang1-1/+3
2010-02-24IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang1-5/+7
2010-02-24IB/umad: Clean whitespaceAlexander Chiang1-13/+13
2010-02-24IB/umad: Increase maximum devices supportedAlexander Chiang1-6/+44
2010-02-24IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang1-2/+5
2010-02-24IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang1-6/+9
2010-02-24IB/umad: Remove port_table[]Alexander Chiang1-36/+9
2010-02-24IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang1-26/+20
2010-02-24IB/uverbs: Whitespace cleanupAlexander Chiang1-34/+34
2010-02-24IB/uverbs: Pack struct ib_uverbs_event_file tighterAlexander Chiang1-2/+2
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 Chiang2-16/+14
2010-02-12RDMA: Use rlimit helpersJiri Slaby1-1/+1
2010-02-10RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty1-3/+1
2010-01-07IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day1-1/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds1-2/+7
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+7
2009-12-16Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ...Roland Dreier5-232/+241
2009-12-10IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin1-1/+1
2009-11-20IB/addr: Fix IPv6 routing lookupSean Hefty2-117/+74
2009-11-20IB/addr: Simplify resolving IPv4 addressesSean Hefty1-58/+23
2009-11-20RDMA/cm: fix loopback address supportSean Hefty2-38/+47
2009-11-19IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2-15/+4
2009-11-19IB/addr: Verify source and destination address families matchSean Hefty1-8/+19
2009-11-19RDMA/cma: Replace net_device pointer with indexSean Hefty2-2/+14
2009-11-19RDMA/cma: Fix AF_INET6 support in multicast joiningJason Gunthorpe1-0/+5
2009-11-19RDMA/cma: Correct detection of SA Created MGIDJason Gunthorpe1-1/+1
2009-11-19RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet1-1/+7
2009-11-16RDMA/ucma: Add option to manually set IB pathSean Hefty2-0/+55
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-10-08RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder1-1/+1
2009-10-08RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise1-0/+2