summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2008-07-15RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz1-56/+50
2008-07-15RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2-3/+6
2008-07-15RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise1-0/+120
2008-07-15RDMA/cma: Add missing newlines to printk()sRoland Dreier1-3/+3
2008-07-15IB/core: Reset to error QP state transition is not allowedRalph Campbell1-1/+0
2008-07-15RDMA/core: Add memory management extensions supportSteve Wise2-1/+47
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier20-40/+0
2008-07-15IB/sa: Fail requests made while creating new SM AHMoni Shoua1-6/+16
2008-07-15RDMA: Fix license textSean Hefty2-37/+46
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet4-16/+17
2008-07-12IB/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-21infiniband-ucma: BKL pushdownArnd Bergmann1-0/+3
2008-06-21Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-21infiniband: more BKL pushdownJonathan Corbet2-3/+13
2008-06-21Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-06-19IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein1-1/+1
2008-06-07IB/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/rol...Linus Torvalds1-1/+3
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson1-1/+3
2008-05-21IB: fix race in device_createGreg Kroah-Hartman2-13/+12
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-5/+12
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-148/+154
2008-04-20IB: convert struct class_device to struct deviceTony Jones5-148/+154
2008-04-19Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-17IB/core: Add support for modify CQEli Cohen1-0/+7
2008-04-17IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-2/+11
2008-04-17IB/core: Check optional verbs before using themDotan Barak1-1/+6
2008-04-17IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+1
2008-04-17IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-04-17RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0Julia Lawall1-1/+1
2008-04-17IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier1-12/+7
2008-04-17IB/uverbs: Don't store struct file * for event filesRoland Dreier2-7/+6
2008-04-17RDMA/ucma: Endian annotationRoland Dreier1-1/+1
2008-04-17IB/cm: Endianness annotationsRoland Dreier1-19/+44
2008-03-31trivial endianness annotations: infiniband coreAl Viro3-17/+17
2008-03-11RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise1-2/+3
2008-03-01IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff1-1/+16
2008-03-01Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff1-15/+6
2008-03-01IB/cm: Flush workqueue when removing deviceSean Hefty1-1/+2
2008-02-16IB: Fix return value in ib_device_register_sysfs()Li Zefan1-1/+3
2008-02-15RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty1-1/+9
2008-02-13IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier1-14/+8
2008-02-13IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier1-4/+0
2008-02-05IB/fmr_pool: Allocate page list for pool FMRs only when caching enabledOr Gerlitz1-2/+5
2008-02-05IB/cm: Add interim support for routed pathsSean Hefty1-23/+66
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-29[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2-3/+3
2008-01-29[IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches2-4/+5
2008-01-26IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRsOlaf Kirch1-6/+15