usagi/kernel/linux25/Documentation/DocBook Makefile mip6-func.tmpl usagi/kernel/linux25/include/linux in6.h ipv6.h ipv6_route.h ipv6_tunnel.h usagi/kernel/linux25/include/net ip6_route.h ipv6.h ndisc.h neighbour.h mipglue.h mipv6.h ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
nakam 2003/03/18 22:11:06 JST
Modified files:
kernel/linux25/Documentation/DocBook Makefile
kernel/linux25/include/linux in6.h ipv6.h ipv6_route.h
ipv6_tunnel.h
kernel/linux25/include/net ip6_route.h ipv6.h ndisc.h
neighbour.h
kernel/linux25/net/ipv6 Kconfig Makefile addrconf.c exthdrs.c
icmp.c ip6_output.c ipv6_syms.c
ndisc.c raw.c route.c tcp_ipv6.c udp.c
Removed files:
kernel/linux25/Documentation/DocBook mip6-func.tmpl
kernel/linux25/include/net mipglue.h mipv6.h
kernel/linux25/net/ipv6 mipglue.c
kernel/linux25/net/ipv6/mobile_ip6 Kconfig Makefile README
access.c access.h
auth_opt.c bcache.c
bcache.h bul.c bul.h
config.h dad.c debug.h
dhaad.c dhaad.h exthdrs.c
exthdrs.h ha.c ha.h
halist.c halist.h
hashlist.c hashlist.h
hmac.c hmac.h ioctl.c
ioctl_mn.c mdetect.c
mdetect.h mempool.c
mempool.h mh_recv.c
mh_send.c 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_ctl.c
multiaccess_ctl.h prefix.c
prefix.h prefix_ha.c
rr_crypto.c rr_crypto.h
sadb.c sadb.h sortedlist.c
sortedlist.h stats.c
stats.h tunnel.c tunnel.h
util.c util.h
Log:
removed mobile ipv6 from kernel.
Revision Changes Path
1.5 +1 -1 usagi/kernel/linux25/Documentation/DocBook/Makefile
1.4 +0 -5 usagi/kernel/linux25/include/linux/in6.h
1.4 +0 -15 usagi/kernel/linux25/include/linux/ipv6.h
1.3 +0 -2 usagi/kernel/linux25/include/linux/ipv6_route.h
1.2 +0 -2 usagi/kernel/linux25/include/linux/ipv6_tunnel.h
1.5 +0 -2 usagi/kernel/linux25/include/net/ip6_route.h
1.7 +1 -3 usagi/kernel/linux25/include/net/ipv6.h
1.3 +0 -13 usagi/kernel/linux25/include/net/ndisc.h
1.3 +0 -37 usagi/kernel/linux25/include/net/neighbour.h
1.6 +1 -6 usagi/kernel/linux25/net/ipv6/Kconfig
1.11 +0 -7 usagi/kernel/linux25/net/ipv6/Makefile
1.10 +0 -329 usagi/kernel/linux25/net/ipv6/addrconf.c
1.10 +3 -73 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.10 +0 -23 usagi/kernel/linux25/net/ipv6/icmp.c
1.8 +2 -56 usagi/kernel/linux25/net/ipv6/ip6_output.c
1.9 +0 -35 usagi/kernel/linux25/net/ipv6/ipv6_syms.c
1.7 +1 -291 usagi/kernel/linux25/net/ipv6/ndisc.c
1.6 +0 -4 usagi/kernel/linux25/net/ipv6/raw.c
1.11 +1 -15 usagi/kernel/linux25/net/ipv6/route.c
1.8 +0 -10 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.6 +0 -4 usagi/kernel/linux25/net/ipv6/udp.c