1. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  2. 69585dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  3. 335f2d1 Merge branches 'cxgb3', 'misc' and 'mlx4' into for-next by Roland Dreier · 15 years ago
  4. 85f20b3 RDMA/addr: Fix resolution of local IPv6 addresses by David J. Wilder · 15 years ago
  5. e5da4ed RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port() by Steve Wise · 15 years ago
  6. 54e05f1 RDMA/iwcm: Don't call provider reject func with irqs disabled by Steve Wise · 15 years ago
  7. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  8. b8b9e1b8 [SCSI] libiscsi: iscsi_session_setup to allow for private space by Jayamohan Kallickal · 15 years ago
  9. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  10. d7757be1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  11. 216c7f9 Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  12. 5ee95120 IPoIB: Don't turn on carrier for a non-active port by Moni Shoua · 15 years ago
  13. d686159 IB/mthca: Fix access to freed memory in catastrophic event handling by Jack Morgenstein · 15 years ago
  14. bdf6438 RDMA/nes: Remove duplicate .ndo_set_mac_address field initialization by Julia Lawall · 15 years ago
  15. 0e442af IB/mad: Fix lock-lock-timer deadlock in RMPP code by Roland Dreier · 15 years ago
  16. 908eedc walk system ram range by KAMEZAWA Hiroyuki · 15 years ago
  17. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  18. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  19. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  20. 73f526d Merge branch 'mad' into for-linus by Roland Dreier · 15 years ago
  21. 45c448a Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  22. cb58160 RDMA/iwcm: Reject the connection when the cm_id is destroyed by Steve Wise · 15 years ago
  23. ffc40c6 RDMA/cxgb3: Clean up properly on FW mismatch failures by Steve Wise · 15 years ago
  24. 13a2393 RDMA/cxgb3: Don't ignore insert_handle() failures by Steve Wise · 15 years ago
  25. b76aabc IB/mad: Allow tuning of QP0 and QP1 sizes by Hal Rosenstock · 15 years ago
  26. 6b2eef8 IB/mad: Fix possible lock-lock-timer deadlock by Roland Dreier · 15 years ago
  27. cd1d3f7 RDMA/nes: Map MTU to IB_MTU_* and correctly report link state by Chien Tung · 15 years ago
  28. b29a4fc RDMA/nes: Rework the disconn routine for terminate and flushing by Don Wood · 15 years ago
  29. 320cdfd RDMA/nes: Use the flush code to fill in cqe error by Don Wood · 15 years ago
  30. 6eed5e7 RDMA/nes: Make poll_cq return correct number of wqes during flush by Don Wood · 15 years ago
  31. 4b281fa RDMA/nes: Use flush mechanism to set status for wqe in error by Don Wood · 15 years ago
  32. 8b1c9dc RDMA/nes: Implement Terminate Packet by Don Wood · 15 years ago
  33. 3c28b44 RDMA/nes: Add CQ error handling by Don Wood · 15 years ago
  34. 5ee21fe RDMA/nes: Clean out CQ completions when QP is destroyed by Don Wood · 15 years ago
  35. ba0c5d9 RDMA/nes: Change memory allocation for cqp request to GFP_ATOMIC by Don Wood · 15 years ago
  36. 873fcdd RDMA/nes: Allocate work item for disconnect event handling by Don Wood · 15 years ago
  37. c4c3f27 RDMA/nes: Update refcnt during disconnect by Don Wood · 15 years ago
  38. d841064 IB/mthca: Don't allow userspace open while recovering from catastrophic error by Jack Morgenstein · 15 years ago
  39. d94a8689 IB/mthca: Distinguish multiple devices in /proc/interrupts by Arputham Benjamin · 15 years ago
  40. ffe063f IB/mthca: Annotate CQ locking by Roland Dreier · 15 years ago
  41. deecb5d IB/mthca: Remove unnecessary include of <linux/init.h> by Roland Dreier · 15 years ago
  42. fc12855 IB/mthca: Remove unnecessary include of <asm/page.h> by Roland Dreier · 15 years ago
  43. 3b4a8cd IB/mlx4: Don't allow userspace open while recovering from catastrophic error by Jack Morgenstein · 15 years ago
  44. 338a8fa IB/mlx4: Annotate CQ locking by Roland Dreier · 15 years ago
  45. 1493ab4 RDMA/amso1100: Check kmalloc() result in c2_register_device() by Roel Kluin · 15 years ago
  46. b1b8afb IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL) by Jack Morgenstein · 15 years ago
  47. e1d7806 IB/core: Fix send multicast group leave retry by Yossi Etigin · 15 years ago
  48. f1aa78b IB: Use printk_once() for driver versions by Marcin Slusarz · 15 years ago
  49. 181c74e RDMA/amso1100: Use %pM conversion specifier by Tobias Klauser · 15 years ago
  50. 6276e08 IB: Use DEFINE_SPINLOCK() for static spinlocks by Roland Dreier · 15 years ago
  51. 60f2b65 IB/mad: Check hop count field in directed route MAD to avoid array overflow by Roland Dreier · 15 years ago
  52. 5e47596 IPoIB: Check multicast address format by Jason Gunthorpe · 15 years ago
  53. 721d67c IPoIB: Drop priv->lock before calling ipoib_send() by Roland Dreier · 15 years ago
  54. cd0bcf4 IPoIB: Remove unused <rdma/ib_cache.h> includes by Roland Dreier · 15 years ago
  55. 286b63d IB/ipath: strncpy() doesn't always NUL-terminate by Roel Kluin · 15 years ago
  56. 6303e74 IB/ehca: Fix CQE flags reporting by Joachim Fenkes · 15 years ago
  57. d706834 IB/ehca: Construct MAD redirect replies from request MAD by Joachim Fenkes · 15 years ago
  58. 50d40b8 IB/ehca: Make port autodetect mode the default by Alexander Schmidt · 15 years ago
  59. a52bf98 RDMA/cxgb3: Wake up any waiters on peer close/abort by Steve Wise · 15 years ago
  60. 6e47fe4 RDMA/cxgb3: Don't free endpoints early by Steve Wise · 15 years ago
  61. fa0d4c1 RDMA/cxgb3: Handle port events properly by Steve Wise · 15 years ago
  62. b496fe8 RDMA/cxgb3: Set the appropriate IO channel in rdma_init work requests by Steve Wise · 15 years ago
  63. 3793d2f RDMA/cxgb3: iwch_unregister_device leaks memory by Steve Wise · 15 years ago
  64. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  65. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  66. 4a7eca8 Merge branches 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  67. 716abb1 RDMA: Add __init/__exit macros to addr.c and cma.c by Peter Huewe · 15 years ago
  68. 1d4d6da IB/ehca: Bump version number by Alexander Schmidt · 15 years ago
  69. 99987be IB/mthca: Replace dma_sync_single() use with proper functions by Roland Dreier · 15 years ago
  70. 68237a0 RDMA/nes: Fix FIN state handling under error conditions by Faisal Latif · 15 years ago
  71. 66388d6 RDMA/nes: Fix max_qp_init_rd_atom returned from query device by Faisal Latif · 15 years ago
  72. af04662 IB/ehca: Ensure that guid_entry index is not negative by Roel Kluin · 15 years ago
  73. 0cf89dc IB/ehca: Tolerate dynamic memory operations before driver load by Hannes Hering · 15 years ago
  74. f899c2d infiniband: ehca: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  75. 3f7c58a infiniband: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  76. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  77. cf504632 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  78. 8d34ff3 Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  79. 9aa0a48 IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTx by Roland Dreier · 15 years ago
  80. 2ac6bf4 IB/mlx4: Add strong ordering to local inval and fast reg work requests by Jack Morgenstein · 15 years ago
  81. 25a5239 IB/ehca: Remove superfluous bitmasks from QP control block by Joachim Fenkes · 15 years ago
  82. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  83. 86d15cd net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib by Eric Dumazet · 15 years ago
  84. 3026c19 RDMA/cxgb3: Limit fast register size based on T3 limitations by Steve Wise · 15 years ago
  85. 7ab1a2b RDMA/cxgb3: Report correct port state and MTU by Steve Wise · 15 years ago
  86. c1f67a8 IB/mthca: Add module parameter for number of MTTs per segment by Eli Cohen · 15 years ago
  87. b3cd505 [SCSI] libiscsi: add task aborted state by Mike Christie · 15 years ago
  88. 10eb0f0 [SCSI] iscsi: pass ep connect shost by Mike Christie · 15 years ago
  89. 2657440 net: Fix ipoib rtnl_lock sysfs deadlock. by Eric W. Biederman · 15 years ago
  90. 28e43a5 RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes() by Roel Kluin · 15 years ago
  91. 5b891a9 infiniband: Remove void casts by Jack Stone · 15 years ago
  92. bde2cfa IB/ehca: Increment version number by Stefan Roscher · 15 years ago
  93. 1988d1f IB/ehca: Remove unnecessary memory operations for userspace queue pairs by Stefan Roscher · 15 years ago
  94. c94f156 IB/ehca: Fall back to vmalloc() for big allocations by Stefan Roscher · 15 years ago
  95. bf31a1a IB/ehca: Replace vmalloc() with kmalloc() for queue allocation by Anton Blanchard · 15 years ago
  96. c98861f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  97. 8be741b Merge branches 'cxgb3' and 'mlx4' into for-linus by Roland Dreier · 15 years ago
  98. 265e771e Fix deadlock in ipathfs ->get_sb() by Al Viro · 15 years ago
  99. 2b6b7d4 IB/mlx4: Don't overwrite fast registration page list when posting work request by Jack Morgenstein · 15 years ago
  100. 61bd1e8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago