aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier1-14/+8
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier1-4/+0
2008-02-04IB/fmr_pool: Allocate page list for pool FMRs only when caching enabledOr Gerlitz1-2/+5
2008-02-04IB/cm: Add interim support for routed pathsSean Hefty1-23/+66
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2-3/+3
2008-01-28[IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches2-4/+5
2008-01-25IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRsOlaf Kirch1-6/+15
2008-01-25IB/fmr_pool: Flush serial numbers can get out of syncOlaf Kirch1-6/+6
2008-01-25IB/umad: Simplify and fix lockingRoland Dreier1-62/+53
2008-01-25RDMA/cma: Override default responder_resources with user valueSean Hefty1-23/+19
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-3/+1
2008-01-25RDMA/cma: add support for rdma_migrate_id() Sean Hefty1-0/+92
2008-01-25RDMA/cma: Reenable device removal on passive sideVladimir Sokolovsky1-1/+3
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty1-2/+0
2008-01-25IB/cm: Add basic performance countersSean Hefty2-40/+303
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty3-4/+10
2008-01-25IB/multicast: Report errors on multicast groups if P_key changesSean Hefty1-10/+45
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch2-4/+20
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell1-9/+0
2008-01-25RDMA/iwcm: Set initiator depth and responder resources to device max valuesSteve Wise1-0/+10
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman1-26/+9
2007-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-4/+4
2007-10-30IB/fmr_pool: Stop ib_fmr threads from contributing to load averageAnton Blanchard1-4/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-79/+89