aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-4/+101
2008-07-24Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2-3/+3
2008-07-22RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak1-2/+1
2008-07-22IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one()Ralph Campbell1-1/+2
2008-07-22RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT eventAmir Vadai1-1/+6
2008-07-22RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz1-0/+92
2008-07-21infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman1-20/+9
2008-07-21infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman1-23/+24
2008-07-14RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz1-56/+50
2008-07-14RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2-3/+6
2008-07-14RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise1-0/+120
2008-07-14RDMA/cma: Add missing newlines to printk()sRoland Dreier1-3/+3
2008-07-14IB/core: Reset to error QP state transition is not allowedRalph Campbell1-1/+0
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise2-1/+47
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier20-40/+0
2008-07-14IB/sa: Fail requests made while creating new SM AHMoni Shoua1-6/+16
2008-07-14RDMA: Fix license textSean Hefty2-37/+46
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet4-16/+17
2008-07-11IB/umad: BKL is not needed for ib_umad_open()Roland Dreier1-6/+14
2008-07-04IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier1-7/+13
2008-06-20infiniband-ucma: BKL pushdownArnd Bergmann1-0/+3
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20infiniband: more BKL pushdownJonathan Corbet2-3/+13
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-06-18IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein1-1/+1
2008-06-06IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier1-1/+1
2008-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+3
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson1-1/+3
2008-05-20IB: fix race in device_createGreg Kroah-Hartman2-13/+12
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-5/+12
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-148/+154
2008-04-19IB: convert struct class_device to struct deviceTony Jones5-148/+154
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-16IB/core: Add support for modify CQEli Cohen1-0/+7
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-2/+11
2008-04-16IB/core: Check optional verbs before using themDotan Barak1-1/+6
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+1
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-04-16RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0Julia Lawall1-1/+1
2008-04-16IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier1-12/+7
2008-04-16IB/uverbs: Don't store struct file * for event filesRoland Dreier2-7/+6
2008-04-16RDMA/ucma: Endian annotationRoland Dreier1-1/+1
2008-04-16IB/cm: Endianness annotationsRoland Dreier1-19/+44
2008-03-30trivial endianness annotations: infiniband coreAl Viro3-17/+17
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise1-2/+3
2008-02-29IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff1-1/+16
2008-02-29Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff1-15/+6
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty1-1/+2
2008-02-15IB: Fix return value in ib_device_register_sysfs()Li Zefan1-1/+3
2008-02-14RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty1-1/+9