1. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  2. 5e47596 IPoIB: Check multicast address format by Jason Gunthorpe · 15 years ago
  3. 721d67c IPoIB: Drop priv->lock before calling ipoib_send() by Roland Dreier · 15 years ago
  4. cd0bcf4 IPoIB: Remove unused <rdma/ib_cache.h> includes by Roland Dreier · 15 years ago
  5. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 16 years ago
  6. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  7. 86d15cd net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib by Eric Dumazet · 16 years ago
  8. 2657440 net: Fix ipoib rtnl_lock sysfs deadlock. by Eric W. Biederman · 16 years ago
  9. e028cc5 IPoIB: Disable NAPI while CQ is being drained by Yossi Etigin · 16 years ago
  10. edb5abb IPoIB: Avoid free_netdev() BUG when destroying a child interface by Roland Dreier · 16 years ago
  11. 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  12. fe8114e infiniband: convert ipoib to net_device_ops by Stephen Hemminger · 16 years ago
  13. 71d98b4 IPoIB: In unicast_arp_send(), only free newly-created paths by Jack Morgenstein · 16 years ago
  14. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  15. 3c20962 IPoIB: Do not print error messages for multicast join retries by Yossi Etigin · 16 years ago
  16. cbbe1ef IPoIB: Fix deadlock between ipoib_open() and child interface create by Roland Dreier · 16 years ago
  17. b8a1b1c IPoIB: Fix hang in napi_disable() if P_Key is never found by Roland Dreier · 16 years ago
  18. 50df48f IPoIB: Do not join broadcast group if interface is brought down by Yossi Etigin · 16 years ago
  19. a50df39 IPoIB: Fix loss of connectivity after bonding failover on both sides by Yossi Etigin · 16 years ago
  20. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  21. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  22. ff79ae8 IPoIB: Fix crash in path_rec_completion() by Yossi Etigin · 16 years ago
  23. 93a3ab9 IPoIB: Fix hang in ipoib_flush_paths() by Yossi Etigin · 16 years ago
  24. fe25c56 IPoIB: Don't enable NAPI when it's already enabled by Yossi Etigin · 16 years ago
  25. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  26. 8c165a8 infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT by Harvey Harrison · 16 years ago
  27. fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago
  28. 83bb63f IPoIB: Set netdev offload features properly for child (VLAN) interfaces by Or Gerlitz · 16 years ago
  29. 70c9c0d IPoIB: Clean up ethtool support by Or Gerlitz · 16 years ago
  30. 2767840 IPoIB: Always initialize poll_timer to avoid crash on unload by Roland Dreier · 16 years ago
  31. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  32. c9da4ba IPoIB: Fix crash when path record fails after path flush by Roland Dreier · 16 years ago
  33. e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
  34. a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 17 years ago
  35. b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 17 years ago
  36. e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 17 years ago
  37. 9905922 IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG by Roland Dreier · 17 years ago
  38. 99c3a5a IPoIB/cm: Connected mode is no longer EXPERIMENTAL by Roland Dreier · 17 years ago
  39. 01b3fc8 IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures by Or Gerlitz · 17 years ago
  40. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  41. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 17 years ago
  42. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 17 years ago
  43. bc3a290 IPoIB: Double default RX/TX ring sizes by Eli Cohen · 17 years ago
  44. e112373 IPoIB/cm: Reduce connected mode TX object size by Eli Cohen · 17 years ago
  45. bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 17 years ago
  46. c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 17 years ago
  47. 9eae554 IPoIB: Get rid of ipoib_mcast_detach() wrapper by Roland Dreier · 17 years ago
  48. d0de136 IPoIB: Only set Q_Key once: after joining broadcast group by Eli Cohen · 17 years ago
  49. 5892eff IPoIB: Remove priv->mcast_mutex by Eli Cohen · 17 years ago
  50. c03d473 IPoIB: Remove unused IPOIB_MCAST_STARTED code by Eli Cohen · 17 years ago
  51. ee1e2c8 IPoIB: Refresh paths instead of flushing them on SM change events by Moni Shoua · 17 years ago
  52. af40da8 IPoIB: add LRO support by Vladimir Sokolovsky · 17 years ago
  53. 1240673 IPoIB: Use multicast loopback blocking if available by Ron Livne · 17 years ago
  54. a7d834c IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() by Roland Dreier · 17 years ago
  55. f89271da IPoIB: Copy small received SKBs in connected mode by Eli Cohen · 17 years ago
  56. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 17 years ago
  57. e1d50dc IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() by Jack Morgenstein · 17 years ago
  58. 57ce41d IB/ipoib: Fix transmit queue stalling forever by Eli Cohen · 17 years ago
  59. b4132ef IPoIB: Copy child MTU from parent by Eli Cohen · 17 years ago
  60. f56bcd8 IPoIB: Use separate CQ for UD send completions by Eli Cohen · 17 years ago
  61. bc7b3a3 IPoIB: Handle 4K IB MTU for UD (datagram) mode by Shirley Ma · 17 years ago
  62. 9fdd5e5 IPoIB: Handle case when P_Key is deleted and re-added at same index by Roland Dreier · 17 years ago
  63. 28d52b3 IPoIB: Support modifying IPoIB CQ event moderation by Eli Cohen · 17 years ago
  64. 82c24c1 IPoIB: Add basic ethtool support by Eli Cohen · 17 years ago
  65. 40ca198 IPoIB: Add LSO support by Eli Cohen · 17 years ago
  66. 157de22 IB: Use shorter list_splice_init() for brevity by Robert P. J. Day · 17 years ago
  67. 6046136 IPoIB: Use checksum offload support if available by Eli Cohen · 17 years ago
  68. 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 17 years ago
  69. 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 17 years ago
  70. b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 17 years ago
  71. ec229e5 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out by Pradeep Satyanarayana · 17 years ago
  72. a9d1884 IPoIB: Remove unused struct ipoib_cm_tx.ibwc member by Eli Cohen · 17 years ago
  73. 167c426 IPoIB: On P_Key change event, reset state properly by Jack Morgenstein · 17 years ago
  74. 7143740 IPoIB: Add send gather support by Eli Cohen · 17 years ago
  75. eb14032f IPoIB: Add high DMA feature flag by Eli Cohen · 17 years ago
  76. 7bc531d IPoIB: Remove a misleading debug print by Or Gerlitz · 17 years ago
  77. bafff97 IPoIB: Handle bonding failover race for connected neighbours too by Or Gerlitz · 17 years ago
  78. 1cf18d5a IPoIB: Constify seq_operations function pointer tables by Jan Engelhardt · 17 years ago
  79. 48fe5e5 IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler by Krishna Kumar · 17 years ago
  80. 586a693 IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries by Pradeep Satyanarayana · 17 years ago
  81. a9e527e3 IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  82. 68e995a IPoIB/cm: Add connected mode support for devices without SRQs by Pradeep Satyanarayana · 17 years ago
  83. efcd997 IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list() by Roland Dreier · 17 years ago
  84. 7b3687d IPoIB/cm: Factor out ipoib_cm_create_srq() by Roland Dreier · 17 years ago
  85. 1efb614 IPoIB/cm: Factor out ipoib_cm_free_rx_ring() by Roland Dreier · 17 years ago
  86. 2337f80 IPoIB: Trivial formatting cleanups by Roland Dreier · 17 years ago
  87. 1401b53 IPoIB: Fix oops if xmit is called when priv->broadcast is NULL by Jack Morgenstein · 17 years ago
  88. 09f60f8 IPoIB/cm: Fix receive QP cleanup by Roland Dreier · 17 years ago
  89. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  90. 1b52496 IPoIB/cm: Use common CQ for CM send completions by Michael S. Tsirkin · 18 years ago
  91. fd31256 IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" by Roland Dreier · 17 years ago
  92. 69fc507 IPoIB: Use round_jiffies() for ah_reap_task by Anton Blanchard · 17 years ago
  93. 200d171 IB/ipoib: Verify address handle validity on send by Moni Shoua · 17 years ago
  94. 732a217 IB/ipoib: Bound the net device to the ipoib_neigh structue by Moni Shoua · 17 years ago
  95. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  96. 9153f66 IPoIB: Fix unused variable warning by Roland Dreier · 17 years ago
  97. de90351 [IPoIB]: Convert to netdevice internal stats by Roland Dreier · 17 years ago
  98. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  99. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  100. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago