1. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  2. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  4. 22441cf IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option by Pedro Ribeiro · 16 years ago
  5. 5c5d244 ipv6: added net argument to ICMP6MSGOUT_INC_STATS by Denis V. Lunev · 16 years ago
  6. a862f6a ipv6: added net argument to ICMP6_INC_STATS by Denis V. Lunev · 16 years ago
  7. 3bd653c netns: add net parameter to IP6_INC_STATS by Denis V. Lunev · 16 years ago
  8. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 16 years ago
  9. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  10. 0686caa ndisc: Add missing strategies for per-device retrans timer/reachable time settings. by YOSHIFUJI Hideaki · 16 years ago
  11. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  12. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 16 years ago
  13. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 16 years ago
  14. 8eefca4 Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 16 years ago
  15. 1ed8516 [IPV6]: Simplify IPv6 control sockets creation. by Denis V. Lunev · 16 years ago
  16. de357cc [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. by YOSHIFUJI Hideaki · 16 years ago
  17. 6294e00 [IPV6] NDISC: Ignore route information with /0 prefix from interior router. by YOSHIFUJI Hideaki · 16 years ago
  18. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 16 years ago
  19. 0736ffc [IPV6] NEIGH: Optimize is_router check. by YOSHIFUJI Hideaki · 16 years ago
  20. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  21. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  22. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  23. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 16 years ago
  24. fa86d32 [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). by Pavel Emelyanov · 16 years ago
  25. 061964f [IPV6]: Remove unused code in ndisc_send_redirect(). by Rami Rosen · 16 years ago
  26. 421f099 [IPV6] net/ipv6/ndisc.c: remove unused variable by Julia Lawall · 16 years ago
  27. 1762f7e [NETNS][IPV6] ndisc - make socket control per namespace by Daniel Lezcano · 16 years ago
  28. a18bc69 [NETNS][IPV6] ndisc - make ndisc handle multiple network namespaces by Daniel Lezcano · 16 years ago
  29. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  31. 5b7c931 [NETNS][IPV6] ip6_fib - add net to gc timer parameter by Daniel Lezcano · 16 years ago
  32. 3b00944 [IPV6]: Make ndisc_dst_alloc() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  33. 95e41e9 [IPV6]: Make ndisc_flow_init() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  34. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 16 years ago
  35. 61cf46ad [IPV6] NDISC: Sparse: Use different variable name for local use. by YOSHIFUJI Hideaki · 16 years ago
  36. 1cab3da [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware by Daniel Lezcano · 16 years ago
  37. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 16 years ago
  38. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 16 years ago
  39. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  40. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  41. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  42. bea8519 [IPV6]: Spelling fixes by Joe Perches · 16 years ago
  43. dbb2ed2 [IPV6]: Add ifindex field to ND user option messages. by Pierre Ynard · 17 years ago
  44. ad02ac1 [IPV6] NDISC: Fix setting base_reachable_time_ms variable. by YOSHIFUJI Hideaki · 17 years ago
  45. d12af67 sysctl: fix neighbour table sysctls. by Eric W. Biederman · 17 years ago
  46. 3191057 [IPv6]: Export userland ND options through netlink (RDNSS support) by Pierre Ynard · 17 years ago
  47. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  48. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  49. 14878f7 [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] by David L Stevens · 17 years ago
  50. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  51. bf0b48d [IPv6]: Fix ICMPv6 redirect handling with target multicast address by Brian Haley · 17 years ago
  52. 9e3be4b [IPV6]: Freeing alive inet6 address by Denis V. Lunev · 17 years ago
  53. 6d5b78c [IPV6] NDISC: Fix thinko to control Router Preference support. by YOSHIFUJI Hideaki · 17 years ago
  54. e1ec784 [IPV6] NDISC: Unify main process of sending ND messages. by YOSHIFUJI Hideaki · 17 years ago
  55. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  56. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  57. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  58. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  59. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  60. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  61. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  62. ca04356 [IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage with CONFIG_OPTIMISTIC_DAD. by YOSHIFUJI Hideaki · 17 years ago
  63. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  64. 7159039 [IPV6]: Decentralize EXPORT_SYMBOLs. by YOSHIFUJI Hideaki · 17 years ago
  65. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  66. 2955652 [IPV6]: fix BUG of ndisc_send_redirect() by Li Yewang · 17 years ago
  67. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  68. e69a4adc [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  69. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  70. d54a81d [IPV6] NDISC: Calculate packet length correctly for allocation. by David S. Miller · 18 years ago
  71. 36f73d0 [IPV6]: Add ndisc_netdev_notifier unregister. by Dmitry Mishin · 18 years ago
  72. f1a9585 [IPV6]: Remove bogus WARN_ON in Proxy-NA handling. by YOSHIFUJI Hideaki · 18 years ago
  73. fc26d0a [IPV6] NDISC: Fix is_router flag setting. by YOSHIFUJI Hideaki · 18 years ago
  74. fbea49e [IPV6] NDISC: Add proxy_ndp sysctl. by YOSHIFUJI Hideaki · 18 years ago
  75. 62dd931 [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. by Ville Nuorvala · 18 years ago
  76. 5f3e6e9 [IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA. by Ville Nuorvala · 18 years ago
  77. af18476 [IPV6] NDISC: Initialize fl with outbound interface to lookup rules properly. by YOSHIFUJI Hideaki · 18 years ago
  78. 5e032e3 [IPV6] NDISC: Take source address into account for redirects. by YOSHIFUJI Hideaki · 18 years ago
  79. e0a1ad73 [IPv6] route: Simplify ip6_del_rt() by Thomas Graf · 18 years ago
  80. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  81. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  82. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  83. 09c884d [IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl. by YOSHIFUJI Hideaki · 18 years ago
  84. 70ceb4f [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (RFC4191). by YOSHIFUJI Hideaki · 18 years ago
  85. 930d6ff [IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl. by YOSHIFUJI Hideaki · 18 years ago
  86. ebacaaa [IPV6]: ROUTE: Add support for Router Preference (RFC4191). by YOSHIFUJI Hideaki · 18 years ago
  87. c4fd30e [IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl. by YOSHIFUJI Hideaki · 18 years ago
  88. 65f5c7c [IPV6]: ROUTE: Add accept_ra_defrtr sysctl. by YOSHIFUJI Hideaki · 18 years ago
  89. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  90. 140e26fc [IPV6]: Fix NS handing for proxy/anycast address by YOSHIFUJI Hideaki · 19 years ago
  91. e104411b [XFRM]: Always release dst_entry on error in xfrm_lookup by Patrick McHardy · 19 years ago
  92. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  93. 0d51aa8 [IPV6]: V6 route events reported with wrong netlink PID and seq number by Jamal Hadi Salim · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago