<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/ip_input.c, branch release/2.2.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-05-19T10:35:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-05-19T10:35:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-05-19T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0d351b26be784ec2f31673b9c873781f01bad63'/>
<id>urn:sha1:a0d351b26be784ec2f31673b9c873781f01bad63</id>
<content type='text'>
'RELENG_2_2_2_RELEASE'.

This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Bring in some kernel bootp support. This removes the need for netboot</title>
<updated>1997-05-11T18:05:39Z</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>1997-05-11T18:05:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5337d7a2a5e02ec27f86bb1e65260b22088ed726'/>
<id>urn:sha1:5337d7a2a5e02ec27f86bb1e65260b22088ed726</id>
<content type='text'>
to fill in the nfs_diskless structure, at the cost of some kernel
bloat. The advantage is that this code works on a wider range of
network adapters than netboot. Several new kernel options are
documented in LINT.
Obtained from: parts of the code comes from NetBSD.
</content>
</entry>
<entry>
<title>Roll ip_sum mods into 2.2:</title>
<updated>1997-02-06T11:33:38Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-02-06T11:33:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3a85c23783aea541e7f1bf98fa485ecdb8ce019'/>
<id>urn:sha1:e3a85c23783aea541e7f1bf98fa485ecdb8ce019</id>
<content type='text'>
    Don't zero ip-&gt;ip_sum during sum validation.  This should only
    affect programs that sit on top of divert(4) sockets.  The
    multicast routing code already unconditionally zeros the sum
    before recalculating.

    Any code that unconditionaly sums a packet without first zeroing
    the sum (assuming that it's already zero'd) will break.  No such
    code seems to exist.
</content>
</entry>
<entry>
<title>Fix my misplaced patch from yesterday... *blush*</title>
<updated>1997-02-03T23:15:51Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-02-03T23:15:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7f68923a344e6b84c9409fafc37744a5f659115'/>
<id>urn:sha1:b7f68923a344e6b84c9409fafc37744a5f659115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC (revisions 1.4, 1.56, and 1.48, respectively)</title>
<updated>1997-02-02T18:55:34Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-02-02T18:55:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f4f0362606f0850248d596fe6ae02e45d30bcec'/>
<id>urn:sha1:8f4f0362606f0850248d596fe6ae02e45d30bcec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge from -current</title>
<updated>1996-11-11T23:42:30Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-11T23:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f4ed0f31b8e3f052a3ba3316004c83b950309df'/>
<id>urn:sha1:2f4ed0f31b8e3f052a3ba3316004c83b950309df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count</title>
<updated>1996-10-25T17:57:53Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>1996-10-25T17:57:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=430d30d837db3ba56a7c19a55fed18a78728b93f'/>
<id>urn:sha1:430d30d837db3ba56a7c19a55fed18a78728b93f</id>
<content type='text'>
	attempts to do so.
Don't allow users to source packets bigger than IP_MAXPACKET.
Make UDP length and ipovly's protocol length unsigned short.

Reviewed by:	wollman
Submitted by:	(partly by) kml@nas.nasa.gov (Kevin Lahey)
</content>
</entry>
<entry>
<title>Changed args to the nat functions.</title>
<updated>1996-10-22T22:26:02Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1996-10-22T22:26:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6713d4a747f3b3b00c7c82b74063726a121ee367'/>
<id>urn:sha1:6713d4a747f3b3b00c7c82b74063726a121ee367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All three files: make COMPAT_IPFW==0 case work again.</title>
<updated>1996-10-07T19:21:46Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-10-07T19:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5893891624c59e77e62d882aa66e2dff3ec757b7'/>
<id>urn:sha1:5893891624c59e77e62d882aa66e2dff3ec757b7</id>
<content type='text'>
ip_input.c:
	- delete some dusty code
	- _IP_VHL
	- use fast inline header checksum when possible
</content>
</entry>
<entry>
<title>Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when</title>
<updated>1996-09-08T13:45:49Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-09-08T13:45:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7c819442a925410fc39a09bc5a1044326973611'/>
<id>urn:sha1:e7c819442a925410fc39a09bc5a1044326973611</id>
<content type='text'>
handling IP fragments.

Submitted by:	Darren Reed &lt;avalon@coombs.anu.edu.au&gt;
</content>
</entry>
</feed>
