1. 548ead1 IB/mad: Add partial Intel OPA MAD support by Ira Weiny · 9 years ago
  2. 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 9 years ago
  3. c9082e5 IB/mad: Convert allocations from kmem_cache to kzalloc by Ira Weiny · 9 years ago
  4. 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 9 years ago
  5. da2dfaa IB/mad: Support alternate Base Versions when creating MADs by Ira Weiny · 9 years ago
  6. e11ae8a IB/mad: Split IB SMI handling from MAD Recv handler by Ira Weiny · 9 years ago
  7. 83a1d22 IB/mad cleanup: Generalize processing of MAD data by Ira Weiny · 9 years ago
  8. d94bd26 IB/mad cleanup: Clean up function params -- find_mad_agent by Ira Weiny · 9 years ago
  9. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  10. 175e8ef Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2 by Doug Ledford · 9 years ago
  11. f766c58 IB/mad: Add const qualifiers to query only functions by Ira Weiny · 10 years ago
  12. 8bf4b30 IB/mad: Clean up rcv_has_same_class by Ira Weiny · 10 years ago
  13. 9690930 IB/mad: Change ib_response_mad signature arguments by Ira Weiny · 10 years ago
  14. 77f6083 IB/mad: Change validate_mad signature arguments by Ira Weiny · 10 years ago
  15. c597eee IB/mad: Rename is_data_mad to is_rmpp_data_mad by Ira Weiny · 10 years ago
  16. 29541e3 IB/Verbs: Use management helper rdma_cap_ib_smi() by Michael Wang · 10 years ago
  17. c757dea IB/Verbs: Use management helper rdma_cap_ib_mad() by Michael Wang · 10 years ago
  18. 827f2a8 IB/Verbs: Reform IB-core mad/agent/user_mad by Michael Wang · 10 years ago
  19. 1471cb6 IB/mad: Add user space RMPP support by Ira Weiny · 10 years ago
  20. 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
  21. 9ad13a4 IB/mad: Add dev_notice messages for various umad/mad registration failures by Ira Weiny · 10 years ago
  22. 7ef5d4b IB/mad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  23. 2c34e68 IB/mad: Check and handle potential DMA mapping errors by Yan Burman · 11 years ago
  24. ef5ed41 IB/core: Create QP1 using the pkey index which contains the default pkey by Jack Morgenstein · 11 years ago
  25. 136b572 workqueue: deprecate __cancel_delayed_work() by Tejun Heo · 12 years ago
  26. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  27. a9e7432 IB/mad: Don't send response for failed MADs by Jack Morgenstein · 13 years ago
  28. 840777d IB/mad: Set 'D' bit in response for unhandled MADs by Jack Morgenstein · 13 years ago
  29. 0b30704 IB/mad: Return error response for unsupported MADs by Swapna Thete · 13 years ago
  30. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  31. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  32. b7ab0b1 IB/mad: Verify mgmt class in received MADs by Hefty, Sean · 13 years ago
  33. c8367c4 IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required by Ira Weiny · 13 years ago
  34. fac70d5 IB/mad: IBoE supports only QP1 (no QP0) by Eli Cohen · 14 years ago
  35. 1693395 IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static by Roland Dreier · 14 years ago
  36. 9893e74 IB/core: Use kmemdup() instead of kmalloc()+memcpy() by Julia Lawall · 14 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. 070e140 IB/mad: Ignore iWARP devices on device removal by Steve Wise · 15 years ago
  39. 19b629f infiniband: use for_each_set_bit() by Akinobu Mita · 15 years ago
  40. 73f526d Merge branch 'mad' into for-linus by Roland Dreier · 15 years ago
  41. b76aabc IB/mad: Allow tuning of QP0 and QP1 sizes by Hal Rosenstock · 15 years ago
  42. 6b2eef8 IB/mad: Fix possible lock-lock-timer deadlock by Roland Dreier · 15 years ago
  43. 6276e08 IB: Use DEFINE_SPINLOCK() for static spinlocks by Roland Dreier · 15 years ago
  44. 4780c19 IB/mad: Fix ib_post_send_mad() returning 0 with no generate send comp by Ralph Campbell · 16 years ago
  45. d9620a4 IB/mad: initialize mad_agent_priv before putting on lists by Ralph Campbell · 16 years ago
  46. 1d9bc6d6 IB/mad: Fix null pointer dereference in local_completions() by Ralph Campbell · 16 years ago
  47. 52805174 IB/mad: Use krealloc() to resize snoop table by Roland Dreier · 16 years ago
  48. 7097228 IB/mad: Don't discard BMA responses in kernel by Michael Brooks · 16 years ago
  49. 5a4f2b67 IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED by Dave Olson · 16 years ago
  50. b61d92d IB/mad: Fix incorrect access to items on local_list by Sean Hefty · 17 years ago
  51. 4fc8cd4 IB/mad: Report number of times a mad was retried by Sean Hefty · 17 years ago
  52. 727792d IB/mad: Enable loopback of DR SMP responses from userspace by Steve Welch · 17 years ago
  53. 3828ff4 IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler() by Ralph Campbell · 17 years ago
  54. 86dfbec IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  55. 445d680 IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  56. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  57. 1bae4db IB/mad: Enhance SMI for switch support by Hal Rosenstock · 17 years ago
  58. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 18 years ago
  59. de493d4 IB/mad: Change SMI to use enums rather than magic return codes by Hal Rosenstock · 18 years ago
  60. 062dbb6 IB: Return qp pointer as part of ib_wc by Michael S. Tsirkin · 18 years ago
  61. 1527106 IB/core: Use the new verbs DMA mapping functions by Ralph Campbell · 18 years ago
  62. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  63. e54f818 IB: Convert kmem_cache_t -> struct kmem_cache by Roland Dreier · 18 years ago
  64. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  65. 3979869 IB/mad: Fix race between cancel and receive completion by Roland Dreier · 18 years ago
  66. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  67. 07ebafb RDMA: iWARP Core Changes. by Tom Tucker · 18 years ago
  68. 3cd9656 IB: Whitespace fixes by Roland Dreier · 18 years ago
  69. 2527e68 IB/mad: Validate MADs for spec compliance by Sean Hefty · 18 years ago
  70. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  71. 9874e74 IB/mad: Check GID/LID when matching requests by Jack Morgenstein · 18 years ago
  72. 403a496 IB: Make needlessly global ib_mad_cache static by Roland Dreier · 18 years ago
  73. 1b52fa98 IB: refcount race fixes by Sean Hefty · 19 years ago
  74. 64cb9c6 IB/mad: Fix RMPP version check during agent registration by Hal Rosenstock · 19 years ago
  75. 37289ef IB/mad: fix oops in cancel_mads by Michael S. Tsirkin · 19 years ago
  76. 618a3c0 IB/mad: RMPP support for additional classes by Hal Rosenstock · 19 years ago
  77. fa9656b IB/mad: include GID/class when matching receives by Jack Morgenstein · 19 years ago
  78. dc05980 IB/mad: Fix oopsable race on device removal by Michael S. Tsirkin · 19 years ago
  79. f36e179 IB/umad: Add support for large RMPP transfers by Jack Morgenstein · 19 years ago
  80. 5e9f71a IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp() by Ralph Campbell · 19 years ago
  81. 8cf3f04 IB/mad: Handle DR SMPs with a LID routed part by Ralph Campbell · 19 years ago
  82. 2012a11 [PATCH] drivers/infiniband/core/mad.c: fix use-after-release case by Adrian Bunk · 19 years ago
  83. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  84. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  85. 34816ad [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped by Sean Hefty · 19 years ago
  86. 4ab6fb7 [IB] Fix leak on MAD initialization failure by Roland Dreier · 19 years ago
  87. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  88. 5dd2ce1 [PATCH] IB: Fix ib_mad_thread_completion_handler declaration by Hal Rosenstock · 19 years ago
  89. 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
  90. fa619a7 [PATCH] IB: Add RMPP implementation by Hal Rosenstock · 19 years ago
  91. d2082ee [PATCH] IB: Introduce RMPP APIs by Hal Rosenstock · 19 years ago
  92. cabe3cb [PATCH] IB: Fix a couple of MAD code paths by Hal Rosenstock · 19 years ago
  93. 29bb33d [PATCH] IB: Optimize canceling a MAD by Hal Rosenstock · 19 years ago
  94. 03b61ad [PATCH] IB: Add ib_modify_mad API to MAD by Hal Rosenstock · 19 years ago
  95. 2c153b9 [PATCH] IB: Eliminate MAD cache leak associated with local completions by Hal Rosenstock · 19 years ago
  96. dbf9227 [PATCH] IB: Simplify calling of list_del in MAD by Hal Rosenstock · 19 years ago
  97. f75b7a5 [PATCH] IB: Add automatic retries to MAD layer by Hal Rosenstock · 19 years ago
  98. df9f9ea [PATCH] IB: Add ib_coalesce_recv_mad to MAD by Hal Rosenstock · 19 years ago
  99. f68bcc2 [PATCH] IB: Minor cleanup during MAD startup and shutdown by Hal Rosenstock · 19 years ago
  100. 6a0c435 [PATCH] IB: Fix timeout/cancelled MAD handling by Hal Rosenstock · 19 years ago