summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linusRoland Dreier1-1/+1
2008-08-08IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULLJulien Brunel1-1/+1
2008-08-04RDMA/cma: Remove padding arrays by using struct sockaddr_storageRoland Dreier2-27/+24
2008-07-25RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier1-2/+8
2008-07-25RDMA/ucma: BKL is not needed for ucma_open()Roland Dreier1-3/+8
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-4/+101
2008-07-24Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an...Roland Dreier2-3/+3
2008-07-23RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak1-2/+1
2008-07-23IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one()Ralph Campbell1-1/+2
2008-07-23RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT eventAmir Vadai1-1/+6
2008-07-23RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz1-0/+92
2008-07-22infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman1-20/+9
2008-07-22infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman1-23/+24
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