1. 5d6e430 ipv6: compile fix for ip6mr.c by Dave Jones · 16 years ago
  2. 1d6e55f IPv6: Fix multicast routing bugs. by Thomas Goff · 16 years ago
  3. 8da73b7 ip6mr: use goto to common label instead of opencoding by Ilpo Järvinen · 16 years ago
  4. 8229efd netns: ip6mr: enable namespace support in ipv6 multicast forwarding code by Benjamin Thery · 16 years ago
  5. 8b90fc7 netns: ip6mr: declare ip6mr /proc/net entries per-namespace by Benjamin Thery · 16 years ago
  6. 950d570 netns: ip6mr: declare reg_vif_num per-namespace by Benjamin Thery · 16 years ago
  7. a21f3f9 netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace by Benjamin Thery · 16 years ago
  8. 4045e57 netns: ip6mr: declare counter cache_resolve_queue_len per-namespace by Benjamin Thery · 16 years ago
  9. 4a6258a netns: ip6mr: dynamically allocate mfc6_cache_array by Benjamin Thery · 16 years ago
  10. 58701ad netns: ip6mr: store netns in struct mfc6_cache by Benjamin Thery · 16 years ago
  11. 4e16880 netns: ip6mr: dynamically allocates vif6_table by Benjamin Thery · 16 years ago
  12. bd91b8b netns: ip6mr: allocate mroute6_socket per-namespace. by Benjamin Thery · 16 years ago
  13. 36cbac5 net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset by Joe Perches · 16 years ago
  14. 999890b net: /proc/net/ip_mr_cache, display Iif as a signed short by Benjamin Thery · 16 years ago
  15. 1ea472e net: fix /proc/net/ip_mr_cache display - V2 by Benjamin Thery · 16 years ago
  16. 007c383 ipmr: convert ipmr virtual interface to net_device_ops by Stephen Hemminger · 16 years ago
  17. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. eedd726 ipv6: use seq_release_private for ip6mr.c /proc entries by Benjamin Thery · 16 years ago
  19. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  20. 87b30a6 ipv6: fix ip6_mr_init error path by Benjamin Thery · 16 years ago
  21. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  22. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  23. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  24. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  25. 7af3db7 ipv6: Fix using after dev_put() by Wang Chen · 16 years ago
  26. 5ae7b44 ipv6: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  27. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 16 years ago
  28. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  29. 7d120c5 ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c. by Rami Rosen · 17 years ago
  30. d430a22 bogus format in ip6mr by Al Viro · 16 years ago
  31. dc58c78 ip6mr: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  32. ec6b486 ipv6: result of csum_fold() is already 16bit, no need to cast by Al Viro · 17 years ago
  33. 0912ea3 [IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward(). by Rami Rosen · 17 years ago
  34. cee8947 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. by YOSHIFUJI Hideaki · 17 years ago
  35. 6ac7eb0 [IPV6] MROUTE: Adjust IPV6 multicast routing module to use mroute6 header declarations. by Rami Rosen · 17 years ago
  36. a9f83bf [IPV6]: Sparse: Reuse previous delaration where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  37. 549e028 [IPV6] MROUTE: Use skb_tail_pointer(skb) instead of skb->tail. by YOSHIFUJI Hideaki · 17 years ago
  38. 14fb64e [IPV6] MROUTE: Support PIM-SM (SSM). by YOSHIFUJI Hideaki · 17 years ago
  39. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 17 years ago