1. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 16 years ago
  2. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  3. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 16 years ago
  4. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  5. 2dd5716 IB/core: Add support for modify CQ by Eli Cohen · 16 years ago
  6. 0f39cf3 IB/core: Add support for "send with invalidate" work requests by Roland Dreier · 16 years ago
  7. 7ce5eac IB/core: Check optional verbs before using them by Dotan Barak · 16 years ago
  8. b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 16 years ago
  9. 157de22 IB: Use shorter list_splice_init() for brevity by Robert P. J. Day · 16 years ago
  10. 10f3206 RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0 by Julia Lawall · 16 years ago
  11. a7dab9e IB/uverbs: Use alloc_file() instead of get_empty_filp() by Roland Dreier · 16 years ago
  12. 1ae5c18 IB/uverbs: Don't store struct file * for event files by Roland Dreier · 16 years ago
  13. 9cda779 RDMA/ucma: Endian annotation by Roland Dreier · 16 years ago
  14. a88f488 IB/cm: Endianness annotations by Roland Dreier · 16 years ago
  15. 1b90c13 trivial endianness annotations: infiniband core by Al Viro · 16 years ago
  16. d7c1fbd RDMA/iwcm: Don't access a cm_id after dropping reference by Steve Wise · 16 years ago
  17. 3315529 IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush() by Pete Wyckoff · 16 years ago
  18. 35fb534 Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs" by Pete Wyckoff · 16 years ago
  19. 84ba284 IB/cm: Flush workqueue when removing device by Sean Hefty · 16 years ago
  20. c7482b8 IB: Fix return value in ib_device_register_sysfs() by Li Zefan · 16 years ago
  21. ead595a RDMA/cma: Do not issue MRA if user rejects connection request by Sean Hefty · 16 years ago
  22. 7c7a9bc IB/cm: Fix infiniband_cm class kobject ref counting by Roland Dreier · 16 years ago
  23. ab64b96 IB/cm: Remove debug printk()s that snuck upstream by Roland Dreier · 16 years ago
  24. 1d96354 IB/fmr_pool: Allocate page list for pool FMRs only when caching enabled by Or Gerlitz · 16 years ago
  25. 3971c9f IB/cm: Add interim support for routed paths by Sean Hefty · 17 years ago
  26. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  27. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  28. 6360a02 [IPV4] drivers/infiniband: Use ipv4_is_<type> by Joe Perches · 17 years ago
  29. a3cd7d9 IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs by Olaf Kirch · 17 years ago
  30. a656eb7 IB/fmr_pool: Flush serial numbers can get out of sync by Olaf Kirch · 17 years ago
  31. 2fe7e6f IB/umad: Simplify and fix locking by Roland Dreier · 16 years ago
  32. 5851bb8 RDMA/cma: Override default responder_resources with user value by Sean Hefty · 17 years ago
  33. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  34. 88314e4 RDMA/cma: add support for rdma_migrate_id() by Sean Hefty · 17 years ago
  35. 45d9478 RDMA/cma: Reenable device removal on passive side by Vladimir Sokolovsky · 17 years ago
  36. b61d92d IB/mad: Fix incorrect access to items on local_list by Sean Hefty · 17 years ago
  37. 9af57b7 IB/cm: Add basic performance counters by Sean Hefty · 17 years ago
  38. 4fc8cd4 IB/mad: Report number of times a mad was retried by Sean Hefty · 17 years ago
  39. 547af76 IB/multicast: Report errors on multicast groups if P_key changes by Sean Hefty · 17 years ago
  40. 727792d IB/mad: Enable loopback of DR SMP responses from userspace by Steve Welch · 17 years ago
  41. 3828ff4 IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler() by Ralph Campbell · 17 years ago
  42. 8d8293c RDMA/iwcm: Set initiator depth and responder resources to device max values by Steve Wise · 17 years ago
  43. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  44. 35be068 Kobject: change drivers/infiniband to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  45. 5317392 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  46. 3f776e8 IB/fmr_pool: Stop ib_fmr threads from contributing to load average by Anton Blanchard · 17 years ago
  47. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  48. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  49. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  50. cbfb50e IB/uverbs: Fix checking of userspace object ownership by Roland Dreier · 17 years ago
  51. a25de53 [INET]: Justification for local port range robustness. by Anton Arapov · 17 years ago
  52. d02d1f5 RDMA/cma: Fix deadlock destroying listen requests by Sean Hefty · 17 years ago
  53. c548338 RDMA/cma: Add locking around QP accesses by Sean Hefty · 17 years ago
  54. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  55. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  56. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  57. dcb3f97 RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retries by Sean Hefty · 17 years ago
  58. de98b69 IB/cm: Modify interface to send MRAs in response to duplicate messages by Sean Hefty · 17 years ago
  59. 04d29b0 IB/uverbs: Make ib_uverbs_release_event_file() static by Roland Dreier · 17 years ago
  60. a394f83 IB/umad: Fix bit ordering and 32-on-64 problems on big endian systems by Roland Dreier · 17 years ago
  61. 2be8e3e IB/umad: Add P_Key index support by Roland Dreier · 17 years ago
  62. 57cb61d IB/core: Fix handling of multicast response failures by Ralph Campbell · 17 years ago
  63. 935ef2d RDMA/cma: Use neigh_event_send() to start neighbour discovery by Steve Wise · 17 years ago
  64. c8d8bee IB/umem: Add hugetlb flag to struct ib_umem by Joachim Fenkes · 17 years ago
  65. 7ce8640 RDMA/ucma: Allow user space to set service type by Sean Hefty · 17 years ago
  66. a81c994 RDMA/cma: Add ability to specify type of service by Sean Hefty · 17 years ago
  67. 733d65f IB/sa: Add new QoS fields to path record by Sean Hefty · 17 years ago
  68. 3c10c7c IB/sa: Error handling thinko fix by Ali Ayoub · 17 years ago
  69. 8a68bbe IB/fmr_pool: Clean up some error messages in fmr_pool.c by Anton Blanchard · 17 years ago
  70. 65d470b IB: find_first_zero_bit() takes unsigned pointer by Roland Dreier · 17 years ago
  71. 92ddc44 IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c by Dotan Barak · 17 years ago
  72. 38d5af9 IB/mad: Fix address handle leak in mad_rmpp by Sean Hefty · 17 years ago
  73. 8fc394b IB/mad: agent_send_response() should be void by Hal Rosenstock · 17 years ago
  74. 86dfbec IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  75. 445d680 IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  76. 5399891 IB/sa: Don't need to check for default P_Key twice by Roland Dreier · 17 years ago
  77. 36026ec IB/core: Ignore membership bit in ib_find_pkey() by Moni Shoua · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  80. 8f07653 RDMA/cma: Remove local write permission from QP access flags by Dotan Barak · 17 years ago
  81. 454a01e IB/cm: Make internal function cm_get_ack_delay() static by Roland Dreier · 17 years ago
  82. 0cdf699 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  83. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  84. 6164c8c IB/cm: Send no match if a SIDR REQ does not match a listen by Sean Hefty · 17 years ago
  85. 29c2731 IB/cm: Fix handling of duplicate SIDR REQs by Sean Hefty · 17 years ago
  86. 5d861be IB/cm: cm_msgs.h should include ib_cm.h by Sean Hefty · 17 years ago
  87. 1d84612 IB/cm: Include HCA ACK delay in local ACK timeout by Sean Hefty · 17 years ago
  88. 24be6e8 IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible by Sean Hefty · 17 years ago
  89. 2aec5c6 IB/sa: Make sure SA queries use default P_Key by Sean Hefty · 17 years ago
  90. 856c52a IB/core: Take sizeof the correct pointer when calling kmalloc() by Dotan Barak · 17 years ago
  91. 1d3f4b9 IB: Fix ib_umem_get() when npages == 0 by Andrew Morton · 17 years ago
  92. 43506d9 IB: Remove garbage non-ASCII characters from comments by Roland Dreier · 17 years ago
  93. 1bae4db IB/mad: Enhance SMI for switch support by Hal Rosenstock · 17 years ago
  94. 24bce50 IB/umem: Fix possible hang on process exit by Roland Dreier · 17 years ago
  95. bf2944b RDMA/cma: Fix initialization of next_port by Sean Hefty · 17 years ago
  96. d998ccc IB/cm: Fix stale connection detection by Sean Hefty · 17 years ago
  97. 8aee74c Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  98. 9f81036c IB/cm: Improve local id allocation by Michael S. Tsirkin · 17 years ago
  99. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  100. 1af4c43 IB/core: Use start_port() and end_port() by Roland Dreier · 17 years ago