<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r215800:</title>
<updated>2010-11-27T23:48:53Z</updated>
<author>
<name>Marko Zec</name>
<email>zec@FreeBSD.org</email>
</author>
<published>2010-11-27T23:48:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74a95d8964e809005cade7987bdc64557baa132d'/>
<id>urn:sha1:74a95d8964e809005cade7987bdc64557baa132d</id>
<content type='text'>
  Simplify ng_pipe locking model by relying on the netgraph framework
  to provide serialization of calls into the node, which is accomplished
  by markng the node as single-threaded (NGF_FORCE_WRITER).

  The price we pay is that each ng_pipe instance now has its own callout
  handler which polls for queued frames on each clock tick, as long as
  the pipe has any frames in its internal queues.  OTOH, we got rid of
  the global ng_pipe mutex, so from now on multiple ng_pipe instances
  can operate in parallel.  This change also fixes counting of forwarded
  frames when an ng_pipe node is not enforcing any packet impairments.

  While here, attempt to improve adherance to style(9) throughout
  otherwise mostly unreadable code.
</content>
</entry>
<entry>
<title>MFC r215673:</title>
<updated>2010-11-26T15:44:16Z</updated>
<author>
<name>Marko Zec</name>
<email>zec@FreeBSD.org</email>
</author>
<published>2010-11-26T15:44:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7eb31c063d292b22e1048fcd2664d83d0f7fc265'/>
<id>urn:sha1:7eb31c063d292b22e1048fcd2664d83d0f7fc265</id>
<content type='text'>
  Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be
  configured on ng_eiface ifnets.  The default MTU remains unchanged at
  1500 bytes.

  Mark ng_eiface ifnets as IFCAP_VLAN_MTU capable, so that the associated
  vlan(4) ifnets may use full-sized Ethernet MTUs (1500 bytes).
</content>
</entry>
<entry>
<title>MFC 209723:</title>
<updated>2010-11-23T13:28:45Z</updated>
<author>
<name>Marko Zec</name>
<email>zec@FreeBSD.org</email>
</author>
<published>2010-11-23T13:28:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=92770a6cf52b431842205f2f436ea9e1e709a2cc'/>
<id>urn:sha1:92770a6cf52b431842205f2f436ea9e1e709a2cc</id>
<content type='text'>
   Fix a double-free bug which can occur if both bit error rate and
   packet duplication probability are configured on a ng_pipe node.

   Submitted by:   Jeffrey Ahrenholtz
   MFC after:	   3 days
</content>
</entry>
<entry>
<title>MFC 207426:</title>
<updated>2010-11-23T13:26:59Z</updated>
<author>
<name>Marko Zec</name>
<email>zec@FreeBSD.org</email>
</author>
<published>2010-11-23T13:26:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c7fc321ff0fffea218aa7afd7e505bca742aac1'/>
<id>urn:sha1:1c7fc321ff0fffea218aa7afd7e505bca742aac1</id>
<content type='text'>
   Avoid undefined behaviour.
</content>
</entry>
<entry>
<title>MFC 206360:</title>
<updated>2010-11-23T13:25:27Z</updated>
<author>
<name>Marko Zec</name>
<email>zec@FreeBSD.org</email>
</author>
<published>2010-11-23T13:25:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b303d5561c800ead7bfc43075a15cbb9d65b4405'/>
<id>urn:sha1:b303d5561c800ead7bfc43075a15cbb9d65b4405</id>
<content type='text'>
   Start copyright notice with /*-
</content>
</entry>
<entry>
<title>MFC r207554:</title>
<updated>2010-11-15T17:48:13Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2010-11-15T17:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7662e479fb72e1530331c09b1f1898f9729487f'/>
<id>urn:sha1:f7662e479fb72e1530331c09b1f1898f9729487f</id>
<content type='text'>
  Add new tunable 'net.link.ifqmaxlen' to set default send interface
  queue length. The default value for this parameter is 50, which is
  quite low for many of today's uses and the only way to modify this
  parameter right now is to edit if_var.h file. Also add read-only
  sysctl with the same name, so that it's possible to retrieve the
  current value.
</content>
</entry>
<entry>
<title>MFhead r210537:</title>
<updated>2010-09-16T15:11:17Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2010-09-16T15:11:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b827a923672e9e7cb64a9a2c91e9e1e515ff94ee'/>
<id>urn:sha1:b827a923672e9e7cb64a9a2c91e9e1e515ff94ee</id>
<content type='text'>
  Fix operation of "netgraph" action in conjunction with the
  net.inet.ip.fw.one_pass sysctl.

  PR:           kern/148885
  Submitted by: Nickolay Dudorov &lt;nnd mail.nsk.ru&gt;
</content>
</entry>
<entry>
<title>MFhead 210500:</title>
<updated>2010-09-16T14:30:32Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2010-09-16T14:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23976bafe46f92a3b0f3587f1e0bfbcc7d0030a0'/>
<id>urn:sha1:23976bafe46f92a3b0f3587f1e0bfbcc7d0030a0</id>
<content type='text'>
  Zero padding fields of netflow records. This helps to reduce
  size of compressed export logs.

  Requested by: Alexey Illarionov &lt;littlesavage orionet.ru&gt;
</content>
</entry>
<entry>
<title>MFC r210783. Fix typo</title>
<updated>2010-08-06T20:18:27Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2010-08-06T20:18:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=45b682934539c2f2fd76f0c2acfb6020374b58cd'/>
<id>urn:sha1:45b682934539c2f2fd76f0c2acfb6020374b58cd</id>
<content type='text'>
PR:		kern/140590
</content>
</entry>
</feed>
