<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/netflow, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev. 1.27</title>
<updated>2008-01-30T21:29:10+00:00</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2008-01-30T21:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1f6a82ffd54fcc139fa9cdfbff643d71f489f38'/>
<id>b1f6a82ffd54fcc139fa9cdfbff643d71f489f38</id>
<content type='text'>
Fix memory leak when export hook is not connected.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix memory leak when export hook is not connected.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which</title>
<updated>2007-08-06T14:26:03+00:00</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-08-06T14:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0bf686c1257e2e7944a4cee9d9d628280facaa3d'/>
<id>0bf686c1257e2e7944a4cee9d9d628280facaa3d</id>
<content type='text'>
previously conditionally acquired Giant based on debug.mpsafenet.  As that
has now been removed, they are no longer required.  Removing them
significantly simplifies error-handling in the socket layer, eliminated
quite a bit of unwinding of locking in error cases.

While here clean up the now unneeded opt_net.h, which previously was used
for the NET_WITH_GIANT kernel option.  Clean up some related gotos for
consistency.

Reviewed by:	bz, csjp
Tested by:	kris
Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously conditionally acquired Giant based on debug.mpsafenet.  As that
has now been removed, they are no longer required.  Removing them
significantly simplifies error-handling in the socket layer, eliminated
quite a bit of unwinding of locking in error cases.

While here clean up the now unneeded opt_net.h, which previously was used
for the NET_WITH_GIANT kernel option.  Clean up some related gotos for
consistency.

Reviewed by:	bz, csjp
Tested by:	kris
Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump maximum number of interface hooks to the maximum possible value.</title>
<updated>2007-03-28T13:59:13+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2007-03-28T13:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dc7359b8dd06ae28eca54d6049a3a9830db054e2'/>
<id>dc7359b8dd06ae28eca54d6049a3a9830db054e2</id>
<content type='text'>
This will increase the memory consumption for more than 1 Mb, but this
is required for operation on multiinterface access concentrators running
mpd.

Requested by:	Alexander Motin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will increase the memory consumption for more than 1 Mb, but this
is required for operation on multiinterface access concentrators running
mpd.

Requested by:	Alexander Motin
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize 802.1q frames in Ethernet input and process them.</title>
<updated>2006-10-11T15:27:13+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7801dc7cb32e5df240b1a88b00ef52a2c08887d5'/>
<id>7801dc7cb32e5df240b1a88b00ef52a2c08887d5</id>
<content type='text'>
PR:		kern/101162
Submitted by:	CoolDavid (Tseng Guo-Fu) &lt;cooldavid cdpa.nsysu.edu.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		kern/101162
Submitted by:	CoolDavid (Tseng Guo-Fu) &lt;cooldavid cdpa.nsysu.edu.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it buildable.</title>
<updated>2006-10-11T13:28:37+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T13:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=11e685579fb5b03551fc1520dad7b1d191a32802'/>
<id>11e685579fb5b03551fc1520dad7b1d191a32802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak a short one.</title>
<updated>2006-10-11T12:39:21+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T12:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3b9c29973042bd276cdde06fe7beed3da6c1d88c'/>
<id>3b9c29973042bd276cdde06fe7beed3da6c1d88c</id>
<content type='text'>
Submitted by:	maxim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	maxim
</pre>
</div>
</content>
</entry>
<entry>
<title>Break long line.</title>
<updated>2006-10-11T12:32:53+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T12:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=006725ba9e8bf2d005a4a73998e9e3c276e4c60e'/>
<id>006725ba9e8bf2d005a4a73998e9e3c276e4c60e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use hash functions with better distribution. Tested on live traffic.</title>
<updated>2006-10-11T12:31:14+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T12:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=96a0326e147aa972dd0cda0ae91656a7f1efb6c6'/>
<id>96a0326e147aa972dd0cda0ae91656a7f1efb6c6</id>
<content type='text'>
Submitted by:	Alexander Motin &lt;mav alkar.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Alexander Motin &lt;mav alkar.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use bitcount32() from sys/systm.h instead of my own.</title>
<updated>2006-10-11T10:47:44+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-11T10:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b7e405bd4a4929c0f6aed2239d6a84ef76945d73'/>
<id>b7e405bd4a4929c0f6aed2239d6a84ef76945d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
