usagi/kernel/linux25/include/linux xfrm.h usagi/kernel/linux25/include/net dst.h xfrm.h usagi/kernel/linux25/net netsyms.c usagi/kernel/linux25/net/ipv4 xfrm4_input.c xfrm4_policy.c xfrm4_state.c Makefile ah.c esp.c ip_forward.c ip_input.c raw.c ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/03/21 04:00:41 JST
Modified files:
kernel/linux25/include/linux xfrm.h
kernel/linux25/include/net dst.h xfrm.h
kernel/linux25/net netsyms.c
kernel/linux25/net/ipv4 Makefile ah.c esp.c ip_forward.c
ip_input.c raw.c route.c tcp_ipv4.c
udp.c xfrm_input.c xfrm_policy.c
xfrm_state.c xfrm_user.c
kernel/linux25/net/ipv6 Makefile ah6.c esp6.c ipv6_syms.c
route.c
kernel/linux25/net/key af_key.c
Added files:
kernel/linux25/net/ipv4 xfrm4_input.c xfrm4_policy.c
xfrm4_state.c
kernel/linux25/net/ipv6 xfrm6_input.c xfrm6_policy.c
xfrm6_state.c
Log:
make xfrm af-independent. mereged from mIPSEC-CLEANUP-20030310_20030321
Revision Changes Path
1.2 +2 -6 usagi/kernel/linux25/include/linux/xfrm.h
1.4 +0 -3 usagi/kernel/linux25/include/net/dst.h
1.12 +346 -81 usagi/kernel/linux25/include/net/xfrm.h
1.19 +14 -15 usagi/kernel/linux25/net/netsyms.c
1.2 +8 -12 usagi/kernel/linux25/net/ipv4/Makefile
1.8 +6 -6 usagi/kernel/linux25/net/ipv4/ah.c
1.8 +6 -6 usagi/kernel/linux25/net/ipv4/esp.c
1.2 +20 -59 usagi/kernel/linux25/net/ipv4/ip_forward.c
1.3 +2 -2 usagi/kernel/linux25/net/ipv4/ip_input.c
1.2 +301 -166 usagi/kernel/linux25/net/ipv4/raw.c
1.4 +1 -8 usagi/kernel/linux25/net/ipv4/route.c
1.7 +3 -3 usagi/kernel/linux25/net/ipv4/tcp_ipv4.c
1.2 +565 -206 usagi/kernel/linux25/net/ipv4/udp.c
1.7 +7 -361 usagi/kernel/linux25/net/ipv4/xfrm_input.c
1.15 +205 -742 usagi/kernel/linux25/net/ipv4/xfrm_policy.c
1.11 +125 -368 usagi/kernel/linux25/net/ipv4/xfrm_state.c
1.7 +13 -79 usagi/kernel/linux25/net/ipv4/xfrm_user.c
1.12 +2 -1 usagi/kernel/linux25/net/ipv6/Makefile
1.4 +4 -4 usagi/kernel/linux25/net/ipv6/ah6.c
1.4 +4 -4 usagi/kernel/linux25/net/ipv6/esp6.c
1.10 +3 -0 usagi/kernel/linux25/net/ipv6/ipv6_syms.c
1.12 +2 -11 usagi/kernel/linux25/net/ipv6/route.c
1.6 +40 -67 usagi/kernel/linux25/net/key/af_key.c