usagi/kernel/linux24/crypto Config.in Makefile cryptoapi.c usagi/kernel/linux24/crypto/ciphers Config.in Makefile cipher-aes.c cipher-des.c cipher-null.c gen-cbc.h gen-ecb.h usagi/kernel/linux24/crypto/digests Config.in Makefile ...

[email protected]
Newsgroups gmane.linux.ipv6.usagi.cvs
Message-ID <[email protected]>
aramoto     2004/04/16 20:25:04 JST

  Modified files:        (Branch: bHISTORIC-IPSEC-MIP6-V2_4_18-20040416)
    kernel/linux24/crypto Config.in Makefile cryptoapi.c 
    kernel/linux24/crypto/ciphers Config.in Makefile cipher-aes.c 
                                  cipher-des.c cipher-null.c 
                                  gen-cbc.h gen-ecb.h 
    kernel/linux24/crypto/digests Config.in Makefile digest-md5.c 
                                  digest-sha1.c gen-hmac.h 
    kernel/linux24/drivers/char pc_keyb.c 
    kernel/linux24/include/linux crypto.h in6.h ipsec.h ipsec6.h 
                                 ipv6.h ipv6_route.h ipv6_tunnel.h 
                                 kernel.h list.h netlink.h 
                                 notifier.h rtnetlink.h sysctl.h 
    kernel/linux24/include/linux/netfilter_ipv6 ip6_tables.h 
    kernel/linux24/include/net addrconf.h if_inet6.h ip6_fib.h 
                               ip6_route.h ipv6.h ipv6_tunnel.h 
                               mipglue.h mipv6.h ndisc.h 
                               neighbour.h route.h sadb.h snmp.h 
                               sock.h spd.h tcp.h 
    kernel/linux24/kernel panic.c sched.c 
    kernel/linux24/net   netsyms.c 
    kernel/linux24/net/ipv4 tcp_ipv4.c tcp_output.c 
    kernel/linux24/net/ipv6 Config.in Makefile addrconf.c 
                            af_inet6.c anycast.c datagram.c 
                            exthdrs.c icmp.c ip6_fib.c ip6_input.c 
                            ip6_output.c ipcomp6.c ipsec6_input.c 
                            ipsec6_output.c ipv6_sockglue.c 
                            ipv6_tunnel.c mcast.c mipglue.c 
                            ndisc.c proc.c raw.c reassembly.c 
                            route.c sit.c sysctl_net_ipv6.c 
                            tcp_ipv6.c udp.c 
    kernel/linux24/net/ipv6/mobile_ip6 Config.in Makefile README 
                                       bcache.c bcache.h bul.c 
                                       bul.h debug.h ha.c ha.h 
                                       halist.c halist.h 
                                       hashlist.c hashlist.h 
                                       mdetect.c mdetect.h 
                                       mipv6_icmp.c mipv6_icmp.h 
                                       mipv6_ioctl.h mn.c mn.h 
                                       multiaccess.c 
                                       multiaccess_ctl.c 
                                       multiaccess_ctl.h prefix.c 
                                       prefix.h sortedlist.c 
                                       sortedlist.h stats.c 
                                       stats.h tunnel.c tunnel.h 
                                       util.c util.h 
    kernel/linux24/net/ipv6/netfilter Config.in Makefile 
                                      ip6_queue.c ip6_tables.c 
                                      ip6t_LOG.c ip6t_REJECT.c 
                                      ip6t_ipv6header.c ip6t_mac.c 
                                      ip6table_mangle.c 
    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 
                           spd.c sysctl_net_ipsec.c 
    kernel/linux24/net/netlink af_netlink.c netlink_dev.c 
  Log:
  backport HISTORIC-IPSEC-MIP6
  
  Revision  Changes    Path
  1.5.8.1   +10 -9     usagi/kernel/linux24/crypto/Config.in
  1.7.18.1  +4 -2      usagi/kernel/linux24/crypto/Makefile
  1.5.10.1  +228 -130  usagi/kernel/linux24/crypto/Attic/cryptoapi.c
  1.3.8.1   +21 -26    usagi/kernel/linux24/crypto/ciphers/Attic/Config.in
  1.3.8.1   +4 -3      usagi/kernel/linux24/crypto/ciphers/Attic/Makefile
  1.1.10.1  +1964 -386 usagi/kernel/linux24/crypto/ciphers/Attic/cipher-aes.c
  1.2.10.1  +32 -80    usagi/kernel/linux24/crypto/ciphers/Attic/cipher-des.c
  1.1.10.1  +83 -47    usagi/kernel/linux24/crypto/ciphers/Attic/cipher-null.c
  1.1.10.1  +21 -7     usagi/kernel/linux24/crypto/ciphers/Attic/gen-cbc.h
  1.1.10.1  +15 -2     usagi/kernel/linux24/crypto/ciphers/Attic/gen-ecb.h
  1.1.10.1  +8 -5      usagi/kernel/linux24/crypto/digests/Attic/Config.in
  1.1.18.1  +4 -0      usagi/kernel/linux24/crypto/digests/Attic/Makefile
  1.2.10.1  +281 -61   usagi/kernel/linux24/crypto/digests/Attic/digest-md5.c
  1.2.10.1  +185 -47   usagi/kernel/linux24/crypto/digests/Attic/digest-sha1.c
  1.4.8.1   +14 -15    usagi/kernel/linux24/crypto/digests/Attic/gen-hmac.h
  1.1.1.11.14.1 +48 -0     usagi/kernel/linux24/drivers/char/pc_keyb.c
  1.5.10.1  +81 -37    usagi/kernel/linux24/include/linux/crypto.h
  1.14.14.1 +18 -13    usagi/kernel/linux24/include/linux/in6.h
  1.2.6.1   +50 -0     usagi/kernel/linux24/include/linux/ipsec.h
  1.15.14.1 +117 -10   usagi/kernel/linux24/include/linux/Attic/ipsec6.h
  1.9.18.1  +18 -3     usagi/kernel/linux24/include/linux/ipv6.h
  1.1.1.1.82.1 +18 -0     usagi/kernel/linux24/include/linux/ipv6_route.h
  1.1.12.1  +25 -18    usagi/kernel/linux24/include/linux/ipv6_tunnel.h
  1.1.1.13.10.1 +18 -1     usagi/kernel/linux24/include/linux/kernel.h
  1.1.1.7.24.1 +82 -27    usagi/kernel/linux24/include/linux/list.h
  1.1.1.7.22.1 +12 -0     usagi/kernel/linux24/include/linux/netlink.h
  1.1.1.2.80.1 +2 -0      usagi/kernel/linux24/include/linux/notifier.h
  1.6.6.1   +18 -4     usagi/kernel/linux24/include/linux/rtnetlink.h
  1.20.4.1  +48 -9     usagi/kernel/linux24/include/linux/sysctl.h
  1.1.1.4.26.1 +3 -0      usagi/kernel/linux24/include/linux/netfilter_ipv6/ip6_tables.h
  1.27.6.1  +56 -29    usagi/kernel/linux24/include/net/addrconf.h
  1.20.6.1  +10 -4     usagi/kernel/linux24/include/net/if_inet6.h
  1.5.40.1  +8 -3      usagi/kernel/linux24/include/net/ip6_fib.h
  1.8.6.1   +17 -6     usagi/kernel/linux24/include/net/ip6_route.h
  1.23.6.1  +56 -9     usagi/kernel/linux24/include/net/ipv6.h
  1.1.12.1  +57 -31    usagi/kernel/linux24/include/net/ipv6_tunnel.h
  1.7.8.1   +259 -24   usagi/kernel/linux24/include/net/Attic/mipglue.h
  1.2.8.1   +178 -96   usagi/kernel/linux24/include/net/Attic/mipv6.h
  1.13.8.1  +34 -32    usagi/kernel/linux24/include/net/ndisc.h
  1.5.14.1  +57 -2     usagi/kernel/linux24/include/net/neighbour.h
  1.1.1.9.10.1 +4 -0      usagi/kernel/linux24/include/net/route.h
  1.29.8.1  +47 -41    usagi/kernel/linux24/include/net/Attic/sadb.h
  1.10.34.1 +5 -2      usagi/kernel/linux24/include/net/snmp.h
  1.20.6.1  +65 -40    usagi/kernel/linux24/include/net/sock.h
  1.21.4.1  +16 -15    usagi/kernel/linux24/include/net/Attic/spd.h
  1.7.12.1  +50 -14    usagi/kernel/linux24/include/net/tcp.h
  1.1.1.5.18.1 +24 -0     usagi/kernel/linux24/kernel/panic.c
  1.1.1.25.12.1 +70 -17    usagi/kernel/linux24/kernel/sched.c
  1.36.6.1  +15 -4     usagi/kernel/linux24/net/netsyms.c
  1.56.4.1  +326 -125  usagi/kernel/linux24/net/ipv4/tcp_ipv4.c
  1.1.1.12.12.1 +29 -23    usagi/kernel/linux24/net/ipv4/tcp_output.c
  1.59.4.1  +24 -14    usagi/kernel/linux24/net/ipv6/Config.in
  1.14.4.1  +8 -5      usagi/kernel/linux24/net/ipv6/Makefile
  1.146.6.1 +847 -673  usagi/kernel/linux24/net/ipv6/addrconf.c
  1.24.10.1 +34 -36    usagi/kernel/linux24/net/ipv6/af_inet6.c
  1.1.20.1  +15 -1     usagi/kernel/linux24/net/ipv6/anycast.c
  1.9.22.1  +3 -3      usagi/kernel/linux24/net/ipv6/datagram.c
  1.27.6.1  +88 -16    usagi/kernel/linux24/net/ipv6/exthdrs.c
  1.153.6.1 +137 -106  usagi/kernel/linux24/net/ipv6/icmp.c
  1.18.6.1  +140 -86   usagi/kernel/linux24/net/ipv6/ip6_fib.c
  1.18.16.1 +2 -3      usagi/kernel/linux24/net/ipv6/ip6_input.c
  1.49.4.1  +329 -112  usagi/kernel/linux24/net/ipv6/ip6_output.c
  1.3.12.1  +1 -1      usagi/kernel/linux24/net/ipv6/Attic/ipcomp6.c
  1.39.4.1  +93 -39    usagi/kernel/linux24/net/ipv6/Attic/ipsec6_input.c
  1.19.4.1  +575 -115  usagi/kernel/linux24/net/ipv6/Attic/ipsec6_output.c
  1.36.14.1 +23 -24    usagi/kernel/linux24/net/ipv6/ipv6_sockglue.c
  1.3.6.1   +1146 -1159usagi/kernel/linux24/net/ipv6/ipv6_tunnel.c
  1.23.12.1 +32 -9     usagi/kernel/linux24/net/ipv6/mcast.c
  1.6.32.1  +24 -14    usagi/kernel/linux24/net/ipv6/Attic/mipglue.c
  1.85.6.1  +369 -258  usagi/kernel/linux24/net/ipv6/ndisc.c
  1.12.12.1 +5 -32     usagi/kernel/linux24/net/ipv6/proc.c
  1.25.6.1  +91 -32    usagi/kernel/linux24/net/ipv6/raw.c
  1.16.12.1 +118 -46   usagi/kernel/linux24/net/ipv6/reassembly.c
  1.35.14.1 +469 -129  usagi/kernel/linux24/net/ipv6/route.c
  1.17.8.1  +16 -12    usagi/kernel/linux24/net/ipv6/sit.c
  1.1.1.1.76.1 +18 -0     usagi/kernel/linux24/net/ipv6/sysctl_net_ipv6.c
  1.62.6.1  +228 -121  usagi/kernel/linux24/net/ipv6/tcp_ipv6.c
  1.46.6.1  +95 -43    usagi/kernel/linux24/net/ipv6/udp.c
  1.2.6.1   +22 -5     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/Config.in
  1.5.8.1   +17 -15    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/Makefile
  1.1.22.1  +6 -6      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/README
  1.4.8.1   +516 -425  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/bcache.c
  1.3.8.1   +19 -17    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/bcache.h
  1.2.8.1   +332 -297  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/bul.c
  1.2.8.1   +75 -31    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/bul.h
  1.2.8.1   +51 -25    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/debug.h
  1.12.8.1  +357 -363  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/ha.c
  1.2.8.1   +239 -16   usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/ha.h
  1.7.8.1   +115 -213  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/halist.c
  1.6.20.1  +5 -2      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/halist.h
  1.5.8.1   +205 -395  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/hashlist.c
  1.2.8.1   +59 -59    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/hashlist.h
  1.7.8.1   +462 -391  usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mdetect.c
  1.5.8.1   +11 -30    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mdetect.h
  1.1.3.1.4.1 +153 -18   usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mipv6_icmp.c
  1.1.3.1.4.1 +41 -3     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mipv6_icmp.h
  1.3.8.1   +33 -7     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mipv6_ioctl.h
  1.6.8.1   +1066 -483 usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mn.c
  1.5.8.1   +80 -47    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/mn.h
  1.1.20.1  +1 -1      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/multiaccess.c
  1.1.10.1  +25 -10    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/multiaccess_ctl.c
  1.1.10.1  +5 -1      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/multiaccess_ctl.h
  1.1.3.1.4.1 +55 -255   usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/prefix.c
  1.1.3.1.4.1 +18 -7     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/prefix.h
  1.1.3.1.4.1 +3 -2      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/sortedlist.c
  1.1.3.1.4.1 +2 -2      usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/sortedlist.h
  1.5.20.1  +7 -17     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/stats.c
  1.5.20.1  +14 -7     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/stats.h
  1.7.8.1   +296 -52   usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/tunnel.c
  1.2.8.1   +39 -17    usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/tunnel.h
  1.1.22.1  +37 -3     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/util.c
  1.1.10.1  +14 -1     usagi/kernel/linux24/net/ipv6/mobile_ip6/Attic/util.h
  1.5.8.1   +15 -2     usagi/kernel/linux24/net/ipv6/netfilter/Config.in
  1.4.8.1   +7 -1      usagi/kernel/linux24/net/ipv6/netfilter/Makefile
  1.4.6.1   +475 -448  usagi/kernel/linux24/net/ipv6/netfilter/ip6_queue.c
  1.3.6.1   +88 -52    usagi/kernel/linux24/net/ipv6/netfilter/ip6_tables.c
  1.4.10.1  +35 -8     usagi/kernel/linux24/net/ipv6/netfilter/ip6t_LOG.c
  1.1.28.1  +32 -5     usagi/kernel/linux24/net/ipv6/netfilter/ip6t_REJECT.c
  1.2.8.1   +51 -6     usagi/kernel/linux24/net/ipv6/netfilter/ip6t_ipv6header.c
  1.3.12.1  +6 -2      usagi/kernel/linux24/net/ipv6/netfilter/ip6t_mac.c
  1.1.1.3.26.1 +1 -1      usagi/kernel/linux24/net/ipv6/netfilter/ip6table_mangle.c
  1.1.6.1   +9 -7      usagi/kernel/linux24/net/key/Attic/Config.in
  1.2.4.1   +2 -2      usagi/kernel/linux24/net/key/Attic/Makefile
  1.7.14.1  +42 -92    usagi/kernel/linux24/net/key/Attic/af_key.c
  1.1.16.1  +113 -382  usagi/kernel/linux24/net/key/Attic/pfkey_v2_build.c
  1.1.16.1  +3 -18     usagi/kernel/linux24/net/key/Attic/pfkey_v2_ext_bits.c
  1.16.4.1  +40 -44    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg.c
  1.3.16.1  +7 -2      usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg.h
  1.8.8.1   +19 -29    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_add.c
  1.1.10.1  +10 -13    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_delete.c
  1.13.4.1  +44 -28    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_flow.c
  1.5.8.1   +10 -24    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_get.c
  1.3.8.1   +16 -19    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_getspi.c
  1.1.10.1  +21 -48    usagi/kernel/linux24/net/key/Attic/pfkey_v2_msg_update.c
  1.5.8.1   +20 -25    usagi/kernel/linux24/net/key/Attic/sa_index.c
  1.18.8.1  +156 -212  usagi/kernel/linux24/net/key/Attic/sadb.c
  1.9.4.1   +238 -86   usagi/kernel/linux24/net/key/Attic/spd.c
  1.1.6.1   +7 -2      usagi/kernel/linux24/net/key/Attic/sysctl_net_ipsec.c
  1.1.1.8.22.1 +44 -16    usagi/kernel/linux24/net/netlink/af_netlink.c
  1.1.1.8.12.1 +3 -6      usagi/kernel/linux24/net/netlink/netlink_dev.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.