<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/ip_input.c, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-15T07:14:44Z</updated>
<entry>
<title>MFC: Merge KAME 2000/07/01 code.</title>
<updated>2000-07-15T07:14:44Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-07-15T07:14:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b0561f1900283a280aa406a12c2db7e4c7eaea0'/>
<id>urn:sha1:8b0561f1900283a280aa406a12c2db7e4c7eaea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: (rev 1.133) do not call icmp_error() if ipfirewall(4) denied packet.</title>
<updated>2000-06-13T07:12:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-06-13T07:12:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb32c14127038486e445844c160a19817d5d6df4'/>
<id>urn:sha1:eb32c14127038486e445844c160a19817d5d6df4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: correct boundary checks against IP options</title>
<updated>2000-06-08T15:11:50Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2000-06-08T15:11:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=835e27304f41342902fc7697242187776719b1ad'/>
<id>urn:sha1:835e27304f41342902fc7697242187776719b1ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: rev 1.134, cast sizeof() calls to keep things signed.</title>
<updated>2000-05-25T02:19:13Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2000-05-25T02:19:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0755976526d4f50a51fda5b4116d8effdb2cc31'/>
<id>urn:sha1:f0755976526d4f50a51fda5b4116d8effdb2cc31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: delayed checksum work.  This also brings the mbuf size up to 256.</title>
<updated>2000-05-05T13:37:06Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2000-05-05T13:37:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2cba5ead766ab41a963616351b4716cf23caa27'/>
<id>urn:sha1:e2cba5ead766ab41a963616351b4716cf23caa27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,</title>
<updated>2000-02-23T20:11:57Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2000-02-23T20:11:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d37c73e26938038dc37a7302439505668a220e8'/>
<id>urn:sha1:6d37c73e26938038dc37a7302439505668a220e8</id>
<content type='text'>
the module would only work in kernels built with this option.

Approved by:	jkh
</content>
</entry>
<entry>
<title>Clean up some loose ends in the network code, including the X.25 and ISO</title>
<updated>2000-02-13T03:32:07Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-13T03:32:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=242c5536ea8a69496ed4827a9908505b8eaf52da'/>
<id>urn:sha1:242c5536ea8a69496ed4827a9908505b8eaf52da</id>
<content type='text'>
#ifdefs.  Clean out unused netisr's and leftover netisr linker set gunk.
Tested on x86 and alpha, including world.

Approved by:	jkh
</content>
</entry>
<entry>
<title>Move definition of fw_enable from ip_fw.c to ip_input.c</title>
<updated>2000-02-10T17:56:01Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2000-02-10T17:56:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fcc079584f8064468eeb656b6b8d26a5b7e8572'/>
<id>urn:sha1:9fcc079584f8064468eeb656b6b8d26a5b7e8572</id>
<content type='text'>
so we can compile kernels without IPFIREWALL .

Reported-by: Robert Watson
Approved-by: jordan
</content>
</entry>
<entry>
<title>Support the net.inet.ip.fw.enable variable, part of</title>
<updated>2000-02-10T14:19:53Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2000-02-10T14:19:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bc748b05740261a679b672dd9ef1199abfd6e88'/>
<id>urn:sha1:6bc748b05740261a679b672dd9ef1199abfd6e88</id>
<content type='text'>
the recent ipfw modifications.

Approved-by: jordan
</content>
</entry>
<entry>
<title>Move the *intrq variables into net/intrq.c and unconditionally</title>
<updated>2000-01-24T20:39:02Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-01-24T20:39:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=367d34f853aa3911180a4159df4d5fa0334ac816'/>
<id>urn:sha1:367d34f853aa3911180a4159df4d5fa0334ac816</id>
<content type='text'>
include this in all kernels.  Declare some const *intrq_present
variables that can be checked by a module prior to using *intrq
to queue data.

Make the if_tun module capable of processing atm, ip, ip6, ipx,
natm and netatalk packets when TUNSIFHEAD is ioctl()d on.

Review not required by: freebsd-hackers
</content>
</entry>
</feed>
