aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-11RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi1-0/+4
2010-09-28IB/umad: Make user_mad semaphore a real oneThomas Gleixner1-1/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-8/+8
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-2/+2
2010-07-28IB/cm: Check LAP state before sending an MRASean Hefty1-4/+6
2010-07-14IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier1-2/+0
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-25IB/ucm: Use memdup_user()Julia Lawall1-8/+3
2010-05-25Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier4-9/+26
2010-05-23IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier1-2/+2
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell3-7/+24
2010-05-15Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-nextRoland Dreier6-60/+48
2010-05-15IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2-5/+3
2010-04-21RDMA/cma: Randomize local port allocationTetsuo Handa1-45/+25
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier4-10/+20
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-1/+2
2010-04-09Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier1-1/+1
2010-04-07RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty1-0/+1
2010-03-31IB/cm: Fix device_create() return value checkJani Nikula1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-0/+14
2010-03-19sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman1-0/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+3
2010-03-11IB/mad: Ignore iWARP devices on device removalSteve Wise1-0/+3
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen3-26/+11
2010-03-07driver-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/viro/vfs-2.6Linus Torvalds3-26/+25
2010-03-03switch infiniband uverbs to anon_inodesAl Viro3-81/+28
2010-03-01Merge branch 'misc' into for-nextRoland Dreier3-67/+10
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier1-56/+4
2010-02-24IB/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-11RDMA: Use rlimit helpersJiri Slaby1-1/+1