usagi/kernel/linux26/include/net ipv6.h usagi/kernel/linux26/net/ipv6 icmp.c ip6_output.c ip6_tunnel.c raw.c route.c tcp_ipv6.c udp.c xfrm6_policy.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
miyazawa 2003/07/26 06:36:23 JST
Modified files:
kernel/linux26/include/net ipv6.h
kernel/linux26/net/ipv6 icmp.c ip6_output.c ip6_tunnel.c raw.c
route.c tcp_ipv6.c udp.c
xfrm6_policy.c
Log:
fix fragmentation against tcp packet.
Old codes can not handle extension header length for IPsec.
The length is decided in connect but there is no information
about length for stackable destination
Revision Changes Path
1.28 +1 -3 usagi/kernel/linux26/include/net/ipv6.h
1.38 +7 -6 usagi/kernel/linux26/net/ipv6/icmp.c
1.44 +0 -82 usagi/kernel/linux26/net/ipv6/ip6_output.c
1.5 +1 -1 usagi/kernel/linux26/net/ipv6/ip6_tunnel.c
1.28 +5 -4 usagi/kernel/linux26/net/ipv6/raw.c
1.30 +79 -0 usagi/kernel/linux26/net/ipv6/route.c
1.26 +8 -13 usagi/kernel/linux26/net/ipv6/tcp_ipv6.c
1.39 +6 -15 usagi/kernel/linux26/net/ipv6/udp.c
1.9 +1 -1 usagi/kernel/linux26/net/ipv6/xfrm6_policy.c