usagi/kernel/linux25/include/net protocol.h usagi/kernel/linux25/net/ipv4 ip_gre.c ipip.c usagi/kernel/linux25/net/ipv6 exthdrs.c icmp.c ip6_input.c reassembly.c tcp_ipv6.c udp.c xfrm6_input.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/04/14 03:10:13 JST
Modified files:
kernel/linux25/include/net protocol.h
kernel/linux25/net/ipv4 ip_gre.c ipip.c
kernel/linux25/net/ipv6 exthdrs.c icmp.c ip6_input.c
reassembly.c tcp_ipv6.c udp.c
xfrm6_input.c
Log:
try to fix exthdr handling. merged from mFIX_2_5_66_INET6PROTO-20030413_20030414.
Revision Changes Path
1.5 +3 -1 usagi/kernel/linux25/include/net/protocol.h
1.2 +96 -65 usagi/kernel/linux25/net/ipv4/ip_gre.c
1.2 +69 -44 usagi/kernel/linux25/net/ipv4/ipip.c
1.19 +3 -3 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.26 +1 -0 usagi/kernel/linux25/net/ipv6/icmp.c
1.11 +22 -18 usagi/kernel/linux25/net/ipv6/ip6_input.c
1.5 +9 -12 usagi/kernel/linux25/net/ipv6/reassembly.c
1.12 +2 -1 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.16 +1 -0 usagi/kernel/linux25/net/ipv6/udp.c
1.7 +21 -4 usagi/kernel/linux25/net/ipv6/xfrm6_input.c