1. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  2. 3c20962 IPoIB: Do not print error messages for multicast join retries by Yossi Etigin · 16 years ago
  3. cbbe1ef IPoIB: Fix deadlock between ipoib_open() and child interface create by Roland Dreier · 16 years ago
  4. b8a1b1c IPoIB: Fix hang in napi_disable() if P_Key is never found by Roland Dreier · 16 years ago
  5. ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  6. 8c9ea7f Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next by Roland Dreier · 16 years ago
  7. f5eb3b7 IB/iser: Add dependency on INFINIBAND_ADDR_TRANS by Randy Dunlap · 16 years ago
  8. 50df48f IPoIB: Do not join broadcast group if interface is brought down by Yossi Etigin · 16 years ago
  9. a50df39 IPoIB: Fix loss of connectivity after bonding failover on both sides by Yossi Etigin · 16 years ago
  10. d927e38 infiniband: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  11. 2ff79d5 [SCSI] libiscsi: pass opcode into alloc_pdu callout by Mike Christie · 16 years ago
  12. 0f9c744 [SCSI] iser: convert iser to new alloc_pdu api by Mike Christie · 16 years ago
  13. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  14. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  15. bba7ebb IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUs by David Disseldorp · 16 years ago
  16. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  17. ff79ae8 IPoIB: Fix crash in path_rec_completion() by Yossi Etigin · 16 years ago
  18. 93a3ab9 IPoIB: Fix hang in ipoib_flush_paths() by Yossi Etigin · 16 years ago
  19. fe25c56 IPoIB: Don't enable NAPI when it's already enabled by Yossi Etigin · 16 years ago
  20. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  21. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  22. 8c165a8 infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT by Harvey Harrison · 16 years ago
  23. fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago
  24. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  25. 724bdd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  26. 83bb63f IPoIB: Set netdev offload features properly for child (VLAN) interfaces by Or Gerlitz · 16 years ago
  27. 70c9c0d IPoIB: Clean up ethtool support by Or Gerlitz · 16 years ago
  28. ed09441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  29. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  30. 8e12452 [SCSI] libiscsi: rename host reset to target reset by Mike Christie · 16 years ago
  31. e5bd7b5 [SCSI] libiscsi: Support drivers initiating session removal by Mike Christie · 16 years ago
  32. 2767840 IPoIB: Always initialize poll_timer to avoid crash on unload by Roland Dreier · 16 years ago
  33. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  34. c9da4ba IPoIB: Fix crash when path record fails after path flush by Roland Dreier · 16 years ago
  35. e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
  36. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  37. a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 16 years ago
  38. b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 16 years ago
  39. e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 16 years ago
  40. 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 16 years ago
  41. 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 16 years ago
  42. 2cc1773 Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 16 years ago
  43. 01b3fc8 IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures by Or Gerlitz · 16 years ago
  44. 2f5de15 IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  45. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  46. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  47. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  48. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  49. bc3a290 IPoIB: Double default RX/TX ring sizes by Eli Cohen · 16 years ago
  50. e112373 IPoIB/cm: Reduce connected mode TX object size by Eli Cohen · 16 years ago
  51. bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 16 years ago
  52. c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 16 years ago
  53. 9eae554 IPoIB: Get rid of ipoib_mcast_detach() wrapper by Roland Dreier · 16 years ago
  54. d0de136 IPoIB: Only set Q_Key once: after joining broadcast group by Eli Cohen · 16 years ago
  55. 5892eff IPoIB: Remove priv->mcast_mutex by Eli Cohen · 16 years ago
  56. c03d473 IPoIB: Remove unused IPOIB_MCAST_STARTED code by Eli Cohen · 16 years ago
  57. ee1e2c8 IPoIB: Refresh paths instead of flushing them on SM change events by Moni Shoua · 16 years ago
  58. af40da8 IPoIB: add LRO support by Vladimir Sokolovsky · 16 years ago
  59. 1240673 IPoIB: Use multicast loopback blocking if available by Ron Livne · 16 years ago
  60. a7d834c IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() by Roland Dreier · 16 years ago
  61. f89271da IPoIB: Copy small received SKBs in connected mode by Eli Cohen · 16 years ago
  62. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  63. 969a60f IB/srp: Remove use of cached P_Key/GID queries by Roland Dreier · 16 years ago
  64. 8e9a20c [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. by Mike Christie · 16 years ago
  65. 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 16 years ago
  66. 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 16 years ago
  67. 412eeaf [SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setup by Mike Christie · 16 years ago
  68. 7970634 [SCSI] iscsi class: user device_for_each_child instead of duplicating session list by Mike Christie · 16 years ago
  69. 2261ec3 [SCSI] iser: handle iscsi_cmd_task rename by Mike Christie · 16 years ago
  70. 2747fdb [SCSI] iser: convert ib_iser to support merged tasks by Mike Christie · 16 years ago
  71. 0af967f [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor by Mike Christie · 16 years ago
  72. b40977d [SCSI] iser: fix handling of scsi cmnds during recovery. by Mike Christie · 16 years ago
  73. 5d91e20 [SCSI] iscsi: remove session/conn_data_size from iscsi_transport by Mike Christie · 16 years ago
  74. a4804cd [SCSI] iscsi: add iscsi host helpers by Mike Christie · 16 years ago
  75. 7561352 [SCSI] iscsi: remove session and host binding in libiscsi by Mike Christie · 16 years ago
  76. d382672 [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs by Mike Christie · 16 years ago
  77. 40753ca [SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creation by Mike Christie · 16 years ago
  78. e1d50dc IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() by Jack Morgenstein · 16 years ago
  79. 57ce41d IB/ipoib: Fix transmit queue stalling forever by Eli Cohen · 16 years ago
  80. b4132ef IPoIB: Copy child MTU from parent by Eli Cohen · 16 years ago
  81. f56bcd8 IPoIB: Use separate CQ for UD send completions by Eli Cohen · 16 years ago
  82. 8752822 IB/iser: Count FMR alignment violations per session by Eli Dorfman · 16 years ago
  83. 6f735e3 IB/iser: Move high-volume debug output to higher debug level by Eli Dorfman · 16 years ago
  84. bc7b3a3 IPoIB: Handle 4K IB MTU for UD (datagram) mode by Shirley Ma · 16 years ago
  85. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  86. 0532193 IB: rename "dev" to "srp_dev" in srp_host structure by Greg Kroah-Hartman · 16 years ago
  87. 0a22ab9 IB/iser: Don't change itt endianness by Erez Zilber · 16 years ago
  88. 9fdd5e5 IPoIB: Handle case when P_Key is deleted and re-added at same index by Roland Dreier · 16 years ago
  89. d97c517 IB/iser: Release connection resources on RDMA_CM_EVENT_DEVICE_REMOVAL event by Erez Zilber · 16 years ago
  90. 28d52b3 IPoIB: Support modifying IPoIB CQ event moderation by Eli Cohen · 16 years ago
  91. 82c24c1 IPoIB: Add basic ethtool support by Eli Cohen · 16 years ago
  92. 40ca198 IPoIB: Add LSO support by Eli Cohen · 16 years ago
  93. 157de22 IB: Use shorter list_splice_init() for brevity by Robert P. J. Day · 16 years ago
  94. 1e89a19 IB/srp: Enforce protocol limit on srp_sg_tablesize by David Dillow · 16 years ago
  95. 6046136 IPoIB: Use checksum offload support if available by Eli Cohen · 16 years ago
  96. 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 16 years ago
  97. 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 16 years ago
  98. b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 16 years ago
  99. d33ed42 IB/iser: Handle iser_device allocation error gracefully by Arne Redlich · 16 years ago
  100. 9a37827 IB/iser: Fix list iteration bug by Arne Redlich · 16 years ago