1. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  2. 8c165a8 infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT by Harvey Harrison · 16 years ago
  3. fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago
  4. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  5. 724bdd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  6. 83bb63f IPoIB: Set netdev offload features properly for child (VLAN) interfaces by Or Gerlitz · 16 years ago
  7. 70c9c0d IPoIB: Clean up ethtool support by Or Gerlitz · 16 years ago
  8. ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  9. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  10. 8e12452 [SCSI] libiscsi: rename host reset to target reset by Mike Christie · 16 years ago
  11. e5bd7b5 [SCSI] libiscsi: Support drivers initiating session removal by Mike Christie · 16 years ago
  12. 2767840 IPoIB: Always initialize poll_timer to avoid crash on unload by Roland Dreier · 16 years ago
  13. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  14. c9da4ba IPoIB: Fix crash when path record fails after path flush by Roland Dreier · 16 years ago
  15. e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
  16. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  17. a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 16 years ago
  18. b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 16 years ago
  19. e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 16 years ago
  20. 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 16 years ago
  21. 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 16 years ago
  22. 2cc1773 Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 16 years ago
  23. 01b3fc8 IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures by Or Gerlitz · 16 years ago
  24. 2f5de15 IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  25. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  26. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  27. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  28. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  29. bc3a290 IPoIB: Double default RX/TX ring sizes by Eli Cohen · 16 years ago
  30. e112373 IPoIB/cm: Reduce connected mode TX object size by Eli Cohen · 16 years ago
  31. bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 16 years ago
  32. c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 16 years ago
  33. 9eae554 IPoIB: Get rid of ipoib_mcast_detach() wrapper by Roland Dreier · 16 years ago
  34. d0de136 IPoIB: Only set Q_Key once: after joining broadcast group by Eli Cohen · 16 years ago
  35. 5892eff IPoIB: Remove priv->mcast_mutex by Eli Cohen · 16 years ago
  36. c03d473 IPoIB: Remove unused IPOIB_MCAST_STARTED code by Eli Cohen · 16 years ago
  37. ee1e2c8 IPoIB: Refresh paths instead of flushing them on SM change events by Moni Shoua · 16 years ago
  38. af40da8 IPoIB: add LRO support by Vladimir Sokolovsky · 16 years ago
  39. 1240673 IPoIB: Use multicast loopback blocking if available by Ron Livne · 16 years ago
  40. a7d834c IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() by Roland Dreier · 16 years ago
  41. f89271da IPoIB: Copy small received SKBs in connected mode by Eli Cohen · 16 years ago
  42. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  43. 969a60f IB/srp: Remove use of cached P_Key/GID queries by Roland Dreier · 16 years ago
  44. 8e9a20c [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. by Mike Christie · 16 years ago
  45. 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 16 years ago
  46. 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 16 years ago
  47. 412eeaf [SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setup by Mike Christie · 16 years ago
  48. 7970634 [SCSI] iscsi class: user device_for_each_child instead of duplicating session list by Mike Christie · 16 years ago
  49. 2261ec3 [SCSI] iser: handle iscsi_cmd_task rename by Mike Christie · 16 years ago
  50. 2747fdb [SCSI] iser: convert ib_iser to support merged tasks by Mike Christie · 16 years ago
  51. 0af967f [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor by Mike Christie · 16 years ago
  52. b40977d [SCSI] iser: fix handling of scsi cmnds during recovery. by Mike Christie · 16 years ago
  53. 5d91e20 [SCSI] iscsi: remove session/conn_data_size from iscsi_transport by Mike Christie · 16 years ago
  54. a4804cd [SCSI] iscsi: add iscsi host helpers by Mike Christie · 16 years ago
  55. 7561352 [SCSI] iscsi: remove session and host binding in libiscsi by Mike Christie · 16 years ago
  56. d382672 [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs by Mike Christie · 16 years ago
  57. 40753ca [SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creation by Mike Christie · 16 years ago
  58. e1d50dc IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() by Jack Morgenstein · 16 years ago
  59. 57ce41d IB/ipoib: Fix transmit queue stalling forever by Eli Cohen · 16 years ago
  60. b4132ef IPoIB: Copy child MTU from parent by Eli Cohen · 16 years ago
  61. f56bcd8 IPoIB: Use separate CQ for UD send completions by Eli Cohen · 16 years ago
  62. 8752822 IB/iser: Count FMR alignment violations per session by Eli Dorfman · 16 years ago
  63. 6f735e3 IB/iser: Move high-volume debug output to higher debug level by Eli Dorfman · 16 years ago
  64. bc7b3a3 IPoIB: Handle 4K IB MTU for UD (datagram) mode by Shirley Ma · 16 years ago
  65. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  66. 0532193 IB: rename "dev" to "srp_dev" in srp_host structure by Greg Kroah-Hartman · 16 years ago
  67. 0a22ab9 IB/iser: Don't change itt endianness by Erez Zilber · 16 years ago
  68. 9fdd5e5 IPoIB: Handle case when P_Key is deleted and re-added at same index by Roland Dreier · 16 years ago
  69. d97c517 IB/iser: Release connection resources on RDMA_CM_EVENT_DEVICE_REMOVAL event by Erez Zilber · 16 years ago
  70. 28d52b3 IPoIB: Support modifying IPoIB CQ event moderation by Eli Cohen · 16 years ago
  71. 82c24c1 IPoIB: Add basic ethtool support by Eli Cohen · 16 years ago
  72. 40ca198 IPoIB: Add LSO support by Eli Cohen · 16 years ago
  73. 157de22 IB: Use shorter list_splice_init() for brevity by Robert P. J. Day · 16 years ago
  74. 1e89a19 IB/srp: Enforce protocol limit on srp_sg_tablesize by David Dillow · 16 years ago
  75. 6046136 IPoIB: Use checksum offload support if available by Eli Cohen · 16 years ago
  76. 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 16 years ago
  77. 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 16 years ago
  78. b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 16 years ago
  79. d33ed42 IB/iser: Handle iser_device allocation error gracefully by Arne Redlich · 16 years ago
  80. 9a37827 IB/iser: Fix list iteration bug by Arne Redlich · 16 years ago
  81. ec229e5 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out by Pradeep Satyanarayana · 16 years ago
  82. a9d1884 IPoIB: Remove unused struct ipoib_cm_tx.ibwc member by Eli Cohen · 16 years ago
  83. 167c426 IPoIB: On P_Key change event, reset state properly by Jack Morgenstein · 16 years ago
  84. 7143740 IPoIB: Add send gather support by Eli Cohen · 16 years ago
  85. eb14032f IPoIB: Add high DMA feature flag by Eli Cohen · 16 years ago
  86. 9fe4bcf IB/srp: Retry stale connections by David Dillow · 16 years ago
  87. 7bc531d IPoIB: Remove a misleading debug print by Or Gerlitz · 16 years ago
  88. bafff97 IPoIB: Handle bonding failover race for connected neighbours too by Or Gerlitz · 16 years ago
  89. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 16 years ago
  90. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  91. 1cf18d5a IPoIB: Constify seq_operations function pointer tables by Jan Engelhardt · 16 years ago
  92. 48fe5e5 IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler by Krishna Kumar · 17 years ago
  93. 6410627 IB/iser: Add change_queue_depth method by Erez Zilber · 16 years ago
  94. a4ef145 IB/iser: Print information about unhandled RDMA CM events by Erez Zilber · 16 years ago
  95. 7aa54bd IB/srp: Add identifying information to log messages by David Dillow · 16 years ago
  96. 586a693 IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries by Pradeep Satyanarayana · 16 years ago
  97. fff09a8 IB/srp: Enable SG list chaining by David Dillow · 16 years ago
  98. 8cba207 IB/srp: Respect target credit limit by David Dillow · 16 years ago
  99. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  100. 38dc732 IB/iser: Typo fix (s/destory/destroy/) by Oliver Pinter · 16 years ago