Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-2
Revision 1.29.2.2 / (download) - annotate - [select for diffs], Wed Dec 11 04:01:12 1996 UTC (16 years, 6 months ago) by mycroft
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.29.2.1: +87 -113
lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
From trunk: Eliminate SS_PRIV; instead, pass down a proc pointer to the usrreq methods that need it. Fix numerous memory leaks and bogus return values.
Revision 1.29.2.1 / (download) - annotate - [select for diffs], Sun Nov 10 21:57:55 1996 UTC (16 years, 7 months ago) by thorpej
Branch: netbsd-1-2
Changes since 1.29: +10 -1
lines
Diff to previous 1.29 (colored)
Update from trunk: - Make ip_len and ip_off unsigned. - Make sure we don't accept or transmit packets larger than the maximim IP packet size. This fixes the so-called `death ping' bug. Sum of work from Bill Fenner <fenner@parc.xerox.com>, Kevin Lahey <kml@nas.nasa.gov>, and myself. Thanks to Curt Sampson, Jukka Marin, and Kevin Lahey for testing this under NetBSD 1.2
Revision 1.29 / (download) - annotate - [select for diffs], Mon May 20 16:56:20 1996 UTC (17 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
if the sender set a cksum, check it, regardless if we care to generate and send them ourselves. from rich stevens.