<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/ip_auth.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-06-07T05:13:35Z</updated>
<entry>
<title>Move IPFilter into contrib.</title>
<updated>2001-06-07T05:13:35Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2001-06-07T05:13:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a52f59c3692a91b7b83e147c108ec0186944a74'/>
<id>urn:sha1:0a52f59c3692a91b7b83e147c108ec0186944a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix conflicts</title>
<updated>2001-02-04T14:26:56Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2001-02-04T14:26:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f590526d0a1e14d90345f2fa3b73d1ff60d9b568'/>
<id>urn:sha1:f590526d0a1e14d90345f2fa3b73d1ff60d9b568</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lock down the network interface queues.   The queue mutex must be obtained</title>
<updated>2000-11-25T07:35:38Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2000-11-25T07:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df5e1987230850fe5983a4479523708640160215'/>
<id>urn:sha1:df5e1987230850fe5983a4479523708640160215</id>
<content type='text'>
before adding/removing packets from the queue.  Also, the if_obytes and
if_omcasts fields should only be manipulated under protection of the mutex.

IF_ENQUEUE, IF_PREPEND, and IF_DEQUEUE perform all necessary locking on
the queue.  An IF_LOCK macro is provided, as well as the old (mutex-less)
versions of the macros in the form _IF_ENQUEUE, _IF_QFULL, for code which
needs them, but their use is discouraged.

Two new macros are introduced: IF_DRAIN() to drain a queue, and IF_HANDOFF,
which takes care of locking/enqueue, and also statistics updating/start
if necessary.
</content>
</entry>
<entry>
<title>Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.</title>
<updated>2000-09-14T14:42:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-09-14T14:42:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e30177e024f908601b4242d6de6450986af95044'/>
<id>urn:sha1:e30177e024f908601b4242d6de6450986af95044</id>
<content type='text'>
Requested by:	wollman
</content>
</entry>
<entry>
<title>Change __FreeBSD_Version into the proper __FreeBSD_version.</title>
<updated>2000-08-01T17:14:38Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>2000-08-01T17:14:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c34f578dd2128a26a664da656d4c687eca77829d'/>
<id>urn:sha1:c34f578dd2128a26a664da656d4c687eca77829d</id>
<content type='text'>
Submitted by:	Alain.Thivillon@hsc.fr (Alain Thivillon) (for ip_fil.c)
</content>
</entry>
<entry>
<title>fix conflicts</title>
<updated>2000-07-19T14:02:09Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2000-07-19T14:02:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72130853fb9af795e1f1236d9dabf5fad92297fc'/>
<id>urn:sha1:72130853fb9af795e1f1236d9dabf5fad92297fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix up conflicts</title>
<updated>2000-05-24T04:40:17Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2000-05-24T04:40:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e067727a74d61464f68ad0942ba64ce6f4bcfc3'/>
<id>urn:sha1:6e067727a74d61464f68ad0942ba64ce6f4bcfc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix conflicts</title>
<updated>2000-05-24T03:17:16Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2000-05-24T03:17:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe646be69a78fc739a7c6e5b77e6cfae05802f6e'/>
<id>urn:sha1:fe646be69a78fc739a7c6e5b77e6cfae05802f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefine</title>
<updated>2000-02-10T21:29:11Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2000-02-10T21:29:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a993ad154a0e38688f39f09663054a5485bee6e8'/>
<id>urn:sha1:a993ad154a0e38688f39f09663054a5485bee6e8</id>
<content type='text'>
CVS_FUBAR (which no longer exists) and thus forgot to add $FreeBSD's.
Add them.

Approved by: jkh (is part of ipfilter upgrade)
</content>
</entry>
<entry>
<title>Bring over ipfilter v3_3_8 kernel sources, including merging the</title>
<updated>2000-02-09T20:56:36Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2000-02-09T20:56:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cd756a2b5a06e06d3add64e62ae481fb3f460ae'/>
<id>urn:sha1:6cd756a2b5a06e06d3add64e62ae481fb3f460ae</id>
<content type='text'>
local modifications.
Also fix initializing fr_running in KLD case.
Rename ipl_inited to fr_runninhg in mlfk_ipl

Approved by: jkh
</content>
</entry>
</feed>
