1. c3852ab IB/ipoib: Make sendonly multicast joins create the mcast group by Doug Ledford · 9 years ago
  2. bd99b2e IB/ipoib: Expire sendonly multicast joins by Christoph Lameter · 9 years ago
  3. d1178cb IB/ipoib: Suppress warning for send only join failures by Jason Gunthorpe · 9 years ago
  4. c3acdc0 IB/ipoib: Clean up send-only multicast joins by Doug Ledford · 9 years ago
  5. 0e5544d IB/ipoib: Remove IPOIB_MCAST_RUN bit by Erez Shitrit · 9 years ago
  6. 3fd0605 IB/ipoib: Update broadcast record values after each successful join request by Erez Shitrit · 9 years ago
  7. 1c0453d IB/ipoib: drop mcast_mutex usage by Doug Ledford · 9 years ago
  8. d2fe937 IB/ipoib: deserialize multicast joins by Doug Ledford · 9 years ago
  9. 6991141 IB/ipoib: fix MCAST_FLAG_BUSY usage by Doug Ledford · 9 years ago
  10. efc82ee IB/ipoib: No longer use flush as a parameter by Doug Ledford · 9 years ago
  11. 0b39578 IB/ipoib: Use dedicated workqueues per interface by Doug Ledford · 9 years ago
  12. 894021a IB/ipoib: Make the carrier_on_task race aware by Doug Ledford · 9 years ago
  13. c84ca6d IB/ipoib: Consolidate rtnl_lock tasks in workqueue by Doug Ledford · 9 years ago
  14. 4143a95 Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" by Roland Dreier · 9 years ago
  15. c6a7ec7 Revert "IPoIB: Make the carrier_on_task race aware" by Roland Dreier · 9 years ago
  16. e7a623d Revert "IPoIB: fix MCAST_FLAG_BUSY usage" by Roland Dreier · 9 years ago
  17. 962121b Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" by Roland Dreier · 9 years ago
  18. 0306eda Revert "IPoIB: Use dedicated workqueues per interface" by Roland Dreier · 9 years ago
  19. 4e0ab20 Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" by Roland Dreier · 9 years ago
  20. bb42a6d IPoIB: Make ipoib_mcast_stop_thread flush the workqueue by Doug Ledford · 10 years ago
  21. 5141861 IPoIB: Use dedicated workqueues per interface by Doug Ledford · 10 years ago
  22. e5d1dcf IPoIB: fix mcast_dev_flush/mcast_restart_task race by Doug Ledford · 10 years ago
  23. 016d9fb IPoIB: fix MCAST_FLAG_BUSY usage by Doug Ledford · 10 years ago
  24. 67d7209 IPoIB: Make the carrier_on_task race aware by Doug Ledford · 10 years ago
  25. afe1de6 IPoIB: Consolidate rtnl_lock tasks in workqueue by Doug Ledford · 10 years ago
  26. 68f9d83 IPoIB: Remove unnecessary port query by Alex Estrin · 10 years ago
  27. 94232d9 IPoIB: Start multicast join process only on active ports by Erez Shitrit · 11 years ago
  28. a9c8ba5 IPoIB: Fix usage of uninitialized multicast objects by Erez Shitrit · 11 years ago
  29. bea1e22 IPoIB: Fix use-after-free of multicast object by Patrick McHardy · 12 years ago
  30. b5120a6 IPoIB: Fix AB-BA deadlock when deleting neighbours by Shlomo Pongratz · 12 years ago
  31. b63b70d IPoIB: Use a private hash table for path lookup in xmit path by Shlomo Pongratz · 12 years ago
  32. 700db99 ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. by David S. Miller · 12 years ago
  33. 178709b ipoib: Convert over to dev_lookup_neigh_skb(). by David S. Miller · 12 years ago
  34. 936d7de IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses by Roland Dreier · 12 years ago
  35. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  36. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  37. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  38. 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
  39. fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
  40. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  41. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  42. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  44. 3e4aa12 ipoib: remove addrlen check for mc addresses by Jiri Pirko · 14 years ago
  45. 6c74651 ipoib: returned back addrlen check for mc addresses by Jiri Pirko · 14 years ago
  46. fbf219f infiniband: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  47. 5ee95120 IPoIB: Don't turn on carrier for a non-active port by Moni Shoua · 15 years ago
  48. 5e47596 IPoIB: Check multicast address format by Jason Gunthorpe · 15 years ago
  49. 721d67c IPoIB: Drop priv->lock before calling ipoib_send() by Roland Dreier · 15 years ago
  50. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  51. 3c20962 IPoIB: Do not print error messages for multicast join retries by Yossi Etigin · 15 years ago
  52. 50df48f IPoIB: Do not join broadcast group if interface is brought down by Yossi Etigin · 16 years ago
  53. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  54. fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago
  55. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  56. e8224e4 IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() by Yossi Etigin · 16 years ago
  57. a77a57a IPoIB: Fix deadlock on RTNL in ipoib_stop() by Roland Dreier · 16 years ago
  58. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  59. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  60. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  61. bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 16 years ago
  62. c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 16 years ago
  63. 9eae554 IPoIB: Get rid of ipoib_mcast_detach() wrapper by Roland Dreier · 16 years ago
  64. d0de136 IPoIB: Only set Q_Key once: after joining broadcast group by Eli Cohen · 16 years ago
  65. c03d473 IPoIB: Remove unused IPOIB_MCAST_STARTED code by Eli Cohen · 16 years ago
  66. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  67. e1d50dc IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish() by Jack Morgenstein · 16 years ago
  68. bc7b3a3 IPoIB: Handle 4K IB MTU for UD (datagram) mode by Shirley Ma · 16 years ago
  69. b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 16 years ago
  70. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  71. 2337f80 IPoIB: Trivial formatting cleanups by Roland Dreier · 17 years ago
  72. 732a217 IB/ipoib: Bound the net device to the ipoib_neigh structue by Moni Shoua · 17 years ago
  73. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  74. de90351 [IPoIB]: Convert to netdevice internal stats by Roland Dreier · 17 years ago
  75. 335a64a5a IPoIB: Allow setting policy to ignore multicast groups by Or Gerlitz · 17 years ago
  76. 8166883 IPoIB: Specify Traffic Class with path record queries for QoS support by Sean Hefty · 17 years ago
  77. 24bd1e4 IB/ipoib: Fix typos in error messages by Michael S. Tsirkin · 17 years ago
  78. e07832b IPoIB: Fix race in detaching from mcast group before attaching by Sean Hefty · 17 years ago
  79. 55c9add IPoIB: Turn on interface's carrier after broadcast group is joined by Shirley Ma · 17 years ago
  80. 658bcef IPoIB: Remove unused local_rate tracking by Roland Dreier · 17 years ago
  81. faec2f7 IB/sa: Track multicast join/leave requests by Sean Hefty · 17 years ago
  82. 839fcab IPoIB: Connected mode experimental support by Michael S. Tsirkin · 17 years ago
  83. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  84. 2745b5b IPoIB: Fix skb leak when freeing neighbour by Michael S. Tsirkin · 18 years ago
  85. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  86. d0df6d6 IPoIB: Create MCGs with all attributes required by RFC by Roland Dreier · 18 years ago
  87. c1a0b23 IB/sa: Require SA registration by Michael S. Tsirkin · 18 years ago
  88. 3cd9656 IB: Whitespace fixes by Roland Dreier · 18 years ago
  89. c11bd42 IPoIB: Retry failed send-only multicast group joins by Eli Cohen · 18 years ago
  90. 624d01f IB/ipoib: Fix oops with ipoib_debug_mcast set by Or Gerlitz · 18 years ago
  91. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  92. 4c84a39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  93. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  94. 37c22a7 IPoIB: Fix kernel unaligned access on ia64 by Jack Morgenstein · 18 years ago
  95. f2de3b0 IPoIB: Wait for join to finish before freeing mcast struct by Eli Cohen · 18 years ago
  96. bf6a9e3 IB: simplify static rate encoding by Jack Morgenstein · 18 years ago
  97. d2e0655 IPoIB: Consolidate private neighbour data handling by Michael S. Tsirkin · 18 years ago
  98. 8b9ab02 IPoIB: Fix build now that neighbour destructor is in neigh_params by Roland Dreier · 18 years ago
  99. 9acf6a8 IPoIB: Fix multicast race between canceling and completing by Michael S. Tsirkin · 18 years ago
  100. 7343b23 IPoIB: Close race in setting mcast->ah by Eli Cohen · 18 years ago