Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.30.4.3 / (download) - annotate - [select for diffs], Wed May 9 19:42:27 2001 UTC (19 years, 8 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.30.4.2: +7 -1
lines
Diff to previous 1.30.4.2 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)
Pull up revision 1.36 (requested by itojun): Suppress ND6 logs that are too noisy for normal use. Can be re-enabled by net.inet6.icmp6.nd6_debug.
Revision 1.30.4.2 / (download) - annotate - [select for diffs], Mon Feb 26 22:59:26 2001 UTC (19 years, 10 months ago) by he
Branch: netbsd-1-5
Changes since 1.30.4.1: +21 -4
lines
Diff to previous 1.30.4.1 (colored) to branchpoint 1.30 (colored)
Pull up revision 1.40 (via patch, requested by itojun): Tighten IPv6 ND6/dest6 option chasing bounds check.
Revision 1.30.4.1 / (download) - annotate - [select for diffs], Thu Jul 20 00:07:05 2000 UTC (20 years, 6 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Changes since 1.30: +30 -19
lines
Diff to previous 1.30 (colored)
pullup from main trunc (approved by releng-1-5) - add protection mechanism against ND cache corruption due to bad NUD hints. this is part of: sys/netinet/icmp6.h 1.9 -> 1.10 sys/netinet/tcp_input.c 1.111 -> 1.112 sys/netinet6/icmp6.c 1.34 -> 1.35 sys/netinet6/nd6.c 1.30 -> 1.31 sys/netinet6/nd6.h 1.14 -> 1.15
Revision 1.30 / (download) - annotate - [select for diffs], Fri May 19 01:40:19 2000 UTC (20 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.29: +21 -6
lines
Diff to previous 1.29 (colored)
do not mistakingly forward link-local scoped packet (the bug was added with "beyondscope" icmp6 support). "options FAKE_LOOPBACK_IF" will honor scope on loopback outputs. rcvif will be real interface, not the loopback, just like when multicast loopback. (sync with kame)