usagi/kernel/linux26/include/net if_inet6.h ipv6.h usagi/kernel/linux26/net/ipv6 Kconfig exthdrs.c icmp.c ip6_input.c ip6_output.c mcast.c ndisc.c proc.c raw.c reassembly.c route.c

[email protected] Sun, 30 Jan 2005 16:45:01 +0900
Newsgroups gmane.linux.ipv6.usagi.cvs
Message-ID <[email protected]>
kunitake    2005/01/30 16:41:35 JST

  Modified files:
    kernel/linux26/include/net if_inet6.h ipv6.h 
    kernel/linux26/net/ipv6 Kconfig exthdrs.c icmp.c ip6_input.c 
                            ip6_output.c mcast.c ndisc.c proc.c 
                            raw.c reassembly.c route.c 
  Log:
   * define IPV6_STATISTICS for per-interface statistics
     and fixed few typos.
  
  Revision  Changes    Path
  1.15      +2 -0      usagi/kernel/linux26/include/net/if_inet6.h
  1.49      +6 -0      usagi/kernel/linux26/include/net/ipv6.h
  1.36      +3 -0      usagi/kernel/linux26/net/ipv6/Kconfig
  1.45      +63 -1     usagi/kernel/linux26/net/ipv6/exthdrs.c
  1.63      +4 -0      usagi/kernel/linux26/net/ipv6/icmp.c
  1.24      +54 -0     usagi/kernel/linux26/net/ipv6/ip6_input.c
  1.80      +118 -1    usagi/kernel/linux26/net/ipv6/ip6_output.c
  1.38      +36 -0     usagi/kernel/linux26/net/ipv6/mcast.c
  1.78      +16 -0     usagi/kernel/linux26/net/ipv6/ndisc.c
  1.11      +15 -1     usagi/kernel/linux26/net/ipv6/proc.c
  1.63      +11 -1     usagi/kernel/linux26/net/ipv6/raw.c
  1.23      +82 -0     usagi/kernel/linux26/net/ipv6/reassembly.c
  1.73      +4 -0      usagi/kernel/linux26/net/ipv6/route.c