| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/umem: Avoid sign problems when demoting npages to integer | Roland Dreier | 2008-06-06 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-05-23 | 1 | -1/+3 |
|\ |
|
| * | IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED | Dave Olson | 2008-05-23 | 1 | -1/+3 |
* | | IB: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 2 | -13/+12 |
|/ |
|
* | IB: expand ib_umem_get() prototype | Arthur Kepner | 2008-04-29 | 1 | -5/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-04-21 | 5 | -148/+154 |
|\ |
|
| * | IB: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 5 | -148/+154 |
* | | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+1 |
|/ |
|
* | IB/core: Add support for modify CQ | Eli Cohen | 2008-04-16 | 1 | -0/+7 |
* | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 2008-04-16 | 1 | -2/+11 |
* | IB/core: Check optional verbs before using them | Dotan Barak | 2008-04-16 | 1 | -1/+6 |
* | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 2008-04-16 | 1 | -0/+1 |
* | IB: Use shorter list_splice_init() for brevity | Robert P. J. Day | 2008-04-16 | 1 | -2/+1 |
* | RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0 | Julia Lawall | 2008-04-16 | 1 | -1/+1 |
* | IB/uverbs: Use alloc_file() instead of get_empty_filp() | Roland Dreier | 2008-04-16 | 1 | -12/+7 |
* | IB/uverbs: Don't store struct file * for event files | Roland Dreier | 2008-04-16 | 2 | -7/+6 |
* | RDMA/ucma: Endian annotation | Roland Dreier | 2008-04-16 | 1 | -1/+1 |
* | IB/cm: Endianness annotations | Roland Dreier | 2008-04-16 | 1 | -19/+44 |
* | trivial endianness annotations: infiniband core | Al Viro | 2008-03-30 | 3 | -17/+17 |
* | RDMA/iwcm: Don't access a cm_id after dropping reference | Steve Wise | 2008-03-10 | 1 | -2/+3 |
* | IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush() | Pete Wyckoff | 2008-02-29 | 1 | -1/+16 |
* | Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs" | Pete Wyckoff | 2008-02-29 | 1 | -15/+6 |
* | IB/cm: Flush workqueue when removing device | Sean Hefty | 2008-02-29 | 1 | -1/+2 |
* | IB: Fix return value in ib_device_register_sysfs() | Li Zefan | 2008-02-15 | 1 | -1/+3 |
* | RDMA/cma: Do not issue MRA if user rejects connection request | Sean Hefty | 2008-02-14 | 1 | -1/+9 |
* | IB/cm: Fix infiniband_cm class kobject ref counting | Roland Dreier | 2008-02-12 | 1 | -14/+8 |
* | IB/cm: Remove debug printk()s that snuck upstream | Roland Dreier | 2008-02-12 | 1 | -4/+0 |
* | IB/fmr_pool: Allocate page list for pool FMRs only when caching enabled | Or Gerlitz | 2008-02-04 | 1 | -2/+5 |
* | IB/cm: Add interim support for routed paths | Sean Hefty | 2008-02-04 | 1 | -23/+66 |
* | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 2008-01-28 | 1 | -2/+2 |
* | [NETNS]: Add namespace parameter to ip_dev_find. | Denis V. Lunev | 2008-01-28 | 2 | -3/+3 |
* | [IPV4] drivers/infiniband: Use ipv4_is_<type> | Joe Perches | 2008-01-28 | 2 | -4/+5 |
* | IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs | Olaf Kirch | 2008-01-25 | 1 | -6/+15 |
* | IB/fmr_pool: Flush serial numbers can get out of sync | Olaf Kirch | 2008-01-25 | 1 | -6/+6 |
* | IB/umad: Simplify and fix locking | Roland Dreier | 2008-01-25 | 1 | -62/+53 |
* | RDMA/cma: Override default responder_resources with user value | Sean Hefty | 2008-01-25 | 1 | -23/+19 |
* | IPoIB: improve IPv4/IPv6 to IB mcast mapping functions | Rolf Manderscheid | 2008-01-25 | 1 | -3/+1 |
* | RDMA/cma: add support for rdma_migrate_id() | Sean Hefty | 2008-01-25 | 1 | -0/+92 |
* | RDMA/cma: Reenable device removal on passive side | Vladimir Sokolovsky | 2008-01-25 | 1 | -1/+3 |
* | IB/mad: Fix incorrect access to items on local_list | Sean Hefty | 2008-01-25 | 1 | -2/+0 |
* | IB/cm: Add basic performance counters | Sean Hefty | 2008-01-25 | 2 | -40/+303 |
* | IB/mad: Report number of times a mad was retried | Sean Hefty | 2008-01-25 | 3 | -4/+10 |
* | IB/multicast: Report errors on multicast groups if P_key changes | Sean Hefty | 2008-01-25 | 1 | -10/+45 |
* | IB/mad: Enable loopback of DR SMP responses from userspace | Steve Welch | 2008-01-25 | 2 | -4/+20 |
* | IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler() | Ralph Campbell | 2008-01-25 | 1 | -9/+0 |
* | RDMA/iwcm: Set initiator depth and responder resources to device max values | Steve Wise | 2008-01-25 | 1 | -0/+10 |
* | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 1 | -3/+3 |
* | Kobject: change drivers/infiniband to use kobject_init_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -26/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-30 | 1 | -4/+4 |
|\ |
|
| * | IB/fmr_pool: Stop ib_fmr threads from contributing to load average | Anton Blanchard | 2007-10-30 | 1 | -4/+4 |