summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2008-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-1/+3
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson-1/+3
2008-05-20IB: fix race in device_createGreg Kroah-Hartman-13/+12
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner-5/+12
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-148/+154
2008-04-19IB: convert struct class_device to struct deviceTony Jones-148/+154
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox-1/+1
2008-04-16IB/core: Add support for modify CQEli Cohen-0/+7
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier-2/+11
2008-04-16IB/core: Check optional verbs before using themDotan Barak-1/+6
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen-0/+1
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day-2/+1
2008-04-16RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0Julia Lawall-1/+1
2008-04-16IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier-12/+7
2008-04-16IB/uverbs: Don't store struct file * for event filesRoland Dreier-7/+6
2008-04-16RDMA/ucma: Endian annotationRoland Dreier-1/+1
2008-04-16IB/cm: Endianness annotationsRoland Dreier-19/+44
2008-03-30trivial endianness annotations: infiniband coreAl Viro-17/+17
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise-2/+3
2008-02-29IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff-1/+16
2008-02-29Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff-15/+6
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty-1/+2
2008-02-15IB: Fix return value in ib_device_register_sysfs()Li Zefan-1/+3
2008-02-14RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty-1/+9
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier-14/+8
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier-4/+0
2008-02-04IB/fmr_pool: Allocate page list for pool FMRs only when caching enabledOr Gerlitz-2/+5
2008-02-04IB/cm: Add interim support for routed pathsSean Hefty-23/+66
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev-2/+2
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev-3/+3
2008-01-28[IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches-4/+5
2008-01-25IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRsOlaf Kirch-6/+15
2008-01-25IB/fmr_pool: Flush serial numbers can get out of syncOlaf Kirch-6/+6
2008-01-25IB/umad: Simplify and fix lockingRoland Dreier-62/+53
2008-01-25RDMA/cma: Override default responder_resources with user valueSean Hefty-23/+19
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid-3/+1
2008-01-25RDMA/cma: add support for rdma_migrate_id() Sean Hefty-0/+92
2008-01-25RDMA/cma: Reenable device removal on passive sideVladimir Sokolovsky-1/+3
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty-2/+0
2008-01-25IB/cm: Add basic performance countersSean Hefty-40/+303
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty-4/+10
2008-01-25IB/multicast: Report errors on multicast groups if P_key changesSean Hefty-10/+45
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch-4/+20
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell-9/+0
2008-01-25RDMA/iwcm: Set initiator depth and responder resources to device max valuesSteve Wise-0/+10
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-3/+3
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman-26/+9
2007-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-4/+4
2007-10-30IB/fmr_pool: Stop ib_fmr threads from contributing to load averageAnton Blanchard-4/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-3/+1