usagi/kernel/linux26/include/net ipv6.h usagi/kernel/linux26/net/ipv6 af_inet6.c exthdrs.c ip6_output.c ipv6_sockglue.c tcp_ipv6.c

[email protected] Wed, 22 Jun 2005 03:39:53 +0900
Newsgroups gmane.linux.ipv6.usagi.cvs
Message-ID <[email protected]>
yoshfuji    2005/06/22 03:37:20 JST

  Modified files:        (Branch: bRFC3542-20050621)
    kernel/linux26/include/net ipv6.h 
    kernel/linux26/net/ipv6 af_inet6.c exthdrs.c ip6_output.c 
                            ipv6_sockglue.c tcp_ipv6.c 
  Log:
  support storing options in aux buffer to prepare implementing rfc3542 sticky options.
  
  Revision  Changes    Path
  1.57.2.1  +8 -0      usagi/kernel/linux26/include/net/ipv6.h
  1.48.2.1  +2 -2      usagi/kernel/linux26/net/ipv6/af_inet6.c
  1.47.2.1  +65 -12    usagi/kernel/linux26/net/ipv6/exthdrs.c
  1.92.2.1  +22 -5     usagi/kernel/linux26/net/ipv6/ip6_output.c
  1.18.2.2  +2 -4      usagi/kernel/linux26/net/ipv6/ipv6_sockglue.c
  1.56.2.1  +5 -5      usagi/kernel/linux26/net/ipv6/tcp_ipv6.c