summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin
2010-07-28IB/cm: Check LAP state before sending an MRASean Hefty
2010-07-14IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-25IB/ucm: Use memdup_user()Julia Lawall
2010-05-25Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier
2010-05-23IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell
2010-05-15Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier
2010-05-15IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall
2010-04-21RDMA/cma: Randomize local port allocationTetsuo Handa
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-04-09Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier
2010-04-07RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty
2010-03-31IB/cm: Fix device_create() return value checkJani Nikula
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-03-11IB/mad: Ignore iWARP devices on device removalSteve Wise
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03switch infiniband uverbs to anon_inodesAl Viro
2010-03-01Merge branch 'misc' into for-nextRoland Dreier
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen
2010-02-24IB/ucm: Clean whitespace errorsAlexander Chiang
2010-02-24IB/ucm: Increase maximum devices supportedAlexander Chiang
2010-02-24IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang
2010-02-24IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang
2010-02-24IB/umad: Clean whitespaceAlexander Chiang
2010-02-24IB/umad: Increase maximum devices supportedAlexander Chiang
2010-02-24IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang
2010-02-24IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang
2010-02-24IB/umad: Remove port_table[]Alexander Chiang
2010-02-24IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang
2010-02-24IB/uverbs: Whitespace cleanupAlexander Chiang
2010-02-24IB/uverbs: Pack struct ib_uverbs_event_file tighterAlexander Chiang
2010-02-24IB/uverbs: Increase maximum devices supportedAlexander Chiang
2010-02-24IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang
2010-02-24IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang
2010-02-24IB/uverbs: Remove dev_tableAlexander Chiang
2010-02-24IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang
2010-02-11RDMA: Use rlimit helpersJiri Slaby
2010-02-10RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty
2010-01-06IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day