Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-3
Revision 1.77.10.2 / (download) - annotate - [select for diffs], Thu Apr 26 06:55:11 2007 UTC (6 years ago) by ghen
Branch: netbsd-3
Changes since 1.77.10.1: +32 -0
lines
Diff to previous 1.77.10.1 (colored) to branchpoint 1.77 (colored) next main 1.78 (colored)
Pull up following revision(s) (requested by christos in ticket #1766):
sys/netinet6/ip6_input.c: revision 1.102 via patch
sys/netinet6/route6.c: revision 1.18 via patch
sys/netinet6/ip6_var.h: revision 1.41 via patch
sys/netinet6/ip6_var.h: revision 1.42 via patch
sbin/sysctl/sysctl.8: patch
Disable processing of routing header type 0 packets since they can be used
of DoS attacks. Provide a sysctl to re-enable them (net.inet6.ip6.rht0).
Information from:
http://www.secdev.org/conf/IPv6_RH_security-csw07.pdf
fix typo.
Revision 1.77.10.1 / (download) - annotate - [select for diffs], Wed May 24 02:22:48 2006 UTC (7 years ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1
Branch point for: netbsd-3-1
Changes since 1.77: +7 -2
lines
Diff to previous 1.77 (colored)
Pull up following revision(s) (requested by rpaulo in ticket #1338): sys/netinet6/ip6_input.c: revision 1.87 via patch In ip6_savecontrol(), ignore IPv4 packets. From JINMEI Tatuya (KAME). Should fix PR 33269.
Revision 1.77 / (download) - annotate - [select for diffs], Sat Dec 4 16:10:25 2004 UTC (8 years, 5 months ago) by peter
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
matt-timespec,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: netbsd-3-0,
netbsd-3
Changes since 1.76: +3 -6
lines
Diff to previous 1.76 (colored)
Convert lo(4) to a clonable device. This also removes the loif array and changes all code to use the new lo0ifp pointer which points to the lo0 ifnet structure. Approved by christos.