<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/netflow, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-01-04T19:04:53Z</updated>
<entry>
<title>MFC r260048:</title>
<updated>2014-01-04T19:04:53Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-01-04T19:04:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c804809b9499f05010a4ada7357ca0062f11ede'/>
<id>urn:sha1:1c804809b9499f05010a4ada7357ca0062f11ede</id>
<content type='text'>
In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[].
</content>
</entry>
<entry>
<title>MFC r241446,r241501</title>
<updated>2012-12-07T13:03:23Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2012-12-07T13:03:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e782a38fad166add1c9700f679e50bc26bd4913'/>
<id>urn:sha1:5e782a38fad166add1c9700f679e50bc26bd4913</id>
<content type='text'>
Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific
data.

Submitted by:	Dmitry Luhtionov &lt;dmitryluhtionov at gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge r237162, r237163, r237164, r237226.</title>
<updated>2012-07-09T11:53:06Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2012-07-09T11:53:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ab0618d3dbd275c4b5e382d2bada9b9bf6e05b3'/>
<id>urn:sha1:5ab0618d3dbd275c4b5e382d2bada9b9bf6e05b3</id>
<content type='text'>
Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.
Set netflow v9 observation domain value to fib number instead of node id.
This fixes multi-fib netflow v9 export.
Use time_uptime instead of getnanotime for accouting integer number of seconds.
Simplify IP pointer recovery in case of mbuf reallocation.

Approved by:     ae(mentor)
Approved by:     re
</content>
</entry>
<entry>
<title>MFC r232921:</title>
<updated>2012-04-21T19:22:53Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2012-04-21T19:22:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f037ada1caadeef06eacfec4b83e57efe0ff2a9'/>
<id>urn:sha1:9f037ada1caadeef06eacfec4b83e57efe0ff2a9</id>
<content type='text'>
Use rt_numfibs variable instead of compile-time RT_NUMFIBS.

Approved by:    kib(mentor)
</content>
</entry>
<entry>
<title>Add missing unlocks.</title>
<updated>2011-07-06T09:43:25Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-07-06T09:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=acfc07098c31d7c51c443174568809ec7f8e3423'/>
<id>urn:sha1:acfc07098c31d7c51c443174568809ec7f8e3423</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need</title>
<updated>2011-07-05T14:48:39Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-07-05T14:48:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea7e16388267a3cc777052d23a37603498b6e1ae'/>
<id>urn:sha1:ea7e16388267a3cc777052d23a37603498b6e1ae</id>
<content type='text'>
  a separate struct to start a slist of semi-opaque structs. This
  makes some code more compact.
o Rewrite ng_netflow_flow_show() and its API/ABI:
  - Support for IPv6 is added.
  - Request and response now use same struct. Structure specifies
    version (6 or 4), index of last retrieved hash, and also index
    of last retrieved entry in the hash entry.
</content>
</entry>
<entry>
<title>Fix double free.</title>
<updated>2011-07-01T08:27:03Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-07-01T08:27:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b2139a27eb95490c79b2697fcfd6b8c2f7aac6e'/>
<id>urn:sha1:9b2139a27eb95490c79b2697fcfd6b8c2f7aac6e</id>
<content type='text'>
Submitted by:	Alexander V. Chernikov &lt;melifaro ipfw.ru&gt;
</content>
</entry>
<entry>
<title>ng_netflow_cache_init() can be void.</title>
<updated>2011-04-18T09:14:23Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-04-18T09:14:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6770143c487d53aad673bbe1ad26fc8af1b70b2'/>
<id>urn:sha1:b6770143c487d53aad673bbe1ad26fc8af1b70b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Node constructor methods are supposed to be called in syscall</title>
<updated>2011-04-18T09:12:27Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-04-18T09:12:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=674d86bf9177ff80b5f38f7191951f303a816cac'/>
<id>urn:sha1:674d86bf9177ff80b5f38f7191951f303a816cac</id>
<content type='text'>
context always. Convert nodes to consistently use M_WAITOK flag
for memory allocation.

Reviewed by:	julian
</content>
</entry>
<entry>
<title>Unbreak the build for no options INET6.</title>
<updated>2011-03-03T16:16:49Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-03-03T16:16:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3090c0204148b109d313a0d801543e154f1ef338'/>
<id>urn:sha1:3090c0204148b109d313a0d801543e154f1ef338</id>
<content type='text'>
PR:		kern/155227
Submitted by:	Dmitry Afanasiev (KOT MATPOCKuH.Ru)
</content>
</entry>
</feed>
