usagi/kernel/linux24/include/linux ip.h ipsec.h sysctl.h ipsec6.h pfkey.h pfkeyv2.h usagi/kernel/linux24/include/net ipv6.h ipcomp.h mipglue.h mipv6.h sadb.h spd.h usagi/kernel/linux24/net Config.in Makefile netsyms.c ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/08/04 13:04:09 JST
Modified files:
kernel/linux24/include/linux ip.h ipsec.h sysctl.h
kernel/linux24/include/net ipv6.h
kernel/linux24/net Config.in Makefile netsyms.c
kernel/linux24/net/ipv4 Config.in Makefile ip_input.c
ip_output.c ipip.c tcp_ipv4.c
kernel/linux24/net/ipv6 Config.in Makefile addrconf.c
af_inet6.c exthdrs.c icmp.c
ip6_input.c ip6_output.c
ipv6_sockglue.c ndisc.c raw.c
reassembly.c route.c tcp_ipv6.c udp.c
Removed files:
kernel/linux24/include/linux ipsec6.h pfkey.h pfkeyv2.h
kernel/linux24/include/net ipcomp.h mipglue.h mipv6.h sadb.h
spd.h
kernel/linux24/net/ipv4 ipsec4_input.c ipsec4_output.c
kernel/linux24/net/ipv6 ipcomp6.c ipsec6_input.c
ipsec6_output.c mipglue.c
kernel/linux24/net/ipv6/mobile_ip6 Config.in Makefile
Makefile.test README
auth_opt.c bcache.c
bcache.h bul.c bul.h
config.h dad.c debug.h
exthdrs.c exthdrs.h ha.c
ha.h halist.c halist.h
hashlist.c hashlist.h
hmac.c hmac.h
ioctl_common.c ioctl_ha.c
ioctl_mn.c mdetect.c
mdetect.h mipv6_ha_ipsec.c
mipv6_ha_ipsec.h
mipv6_icmp.c mipv6_icmp.h
mipv6_icmp_ha.c
mipv6_icmp_mn.c
mipv6_ioctl.h mn.c mn.h
mobhdr.h mobhdr_common.c
mobhdr_mn.c module_cn.c
module_ha.c module_mn.c
multiaccess.c multiaccess.h
multiaccess_ctl.c
multiaccess_ctl.h
multiaccess_ext.h prefix.c
prefix.h prefix_ha.c
rr_crypto.c rr_crypto.h
sortedlist.c sortedlist.h
stats.c stats.h tunnel.c
tunnel.h util.c util.h
kernel/linux24/net/key Config.in Makefile af_key.c
pfkey_v2_build.c pfkey_v2_ext_bits.c
pfkey_v2_msg.c pfkey_v2_msg.h
pfkey_v2_msg_add.c
pfkey_v2_msg_delete.c
pfkey_v2_msg_flow.c pfkey_v2_msg_get.c
pfkey_v2_msg_getspi.c
pfkey_v2_msg_update.c sa_index.c sadb.c
sockaddr_utils.c sockaddr_utils.h spd.c
sysctl_net_ipsec.c
Log:
remove ipsec and mobile ip from linux24.
Revision Changes Path
1.3 +14 -31 usagi/kernel/linux24/include/linux/ip.h
1.8 +0 -60 usagi/kernel/linux24/include/linux/ipsec.h
1.32 +2 -25 usagi/kernel/linux24/include/linux/sysctl.h
1.32 +1 -2 usagi/kernel/linux24/include/net/ipv6.h
1.24 +1 -11 usagi/kernel/linux24/net/Config.in
1.14 +1 -4 usagi/kernel/linux24/net/Makefile
1.53 +1 -80 usagi/kernel/linux24/net/netsyms.c
1.9 +2 -11 usagi/kernel/linux24/net/ipv4/Config.in
1.6 +0 -1 usagi/kernel/linux24/net/ipv4/Makefile
1.6 +0 -11 usagi/kernel/linux24/net/ipv4/ip_input.c
1.20 +4 -289 usagi/kernel/linux24/net/ipv4/ip_output.c
1.32 +1 -75 usagi/kernel/linux24/net/ipv4/ipip.c
1.79 +1 -23 usagi/kernel/linux24/net/ipv4/tcp_ipv4.c
1.74 +2 -18 usagi/kernel/linux24/net/ipv6/Config.in
1.24 +1 -5 usagi/kernel/linux24/net/ipv6/Makefile
1.220 +3 -193 usagi/kernel/linux24/net/ipv6/addrconf.c
1.39 +1 -5 usagi/kernel/linux24/net/ipv6/af_inet6.c
1.39 +1 -132 usagi/kernel/linux24/net/ipv6/exthdrs.c
1.165 +1 -20 usagi/kernel/linux24/net/ipv6/icmp.c
1.21 +1 -14 usagi/kernel/linux24/net/ipv6/ip6_input.c
1.68 +3 -628 usagi/kernel/linux24/net/ipv6/ip6_output.c
1.39 +1 -24 usagi/kernel/linux24/net/ipv6/ipv6_sockglue.c
1.115 +1 -300 usagi/kernel/linux24/net/ipv6/ndisc.c
1.32 +1 -5 usagi/kernel/linux24/net/ipv6/raw.c
1.23 +1 -5 usagi/kernel/linux24/net/ipv6/reassembly.c
1.66 +1 -18 usagi/kernel/linux24/net/ipv6/route.c
1.84 +1 -51 usagi/kernel/linux24/net/ipv6/tcp_ipv6.c
1.61 +1 -6 usagi/kernel/linux24/net/ipv6/udp.c