<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph/ng_patch.c, branch release/10.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-04-22T17:00:52Z</updated>
<entry>
<title>Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.</title>
<updated>2012-04-22T17:00:52Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2012-04-22T17:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a0cd8db787e558b9b01ca4be1f80c80f101cf6f'/>
<id>urn:sha1:3a0cd8db787e558b9b01ca4be1f80c80f101cf6f</id>
<content type='text'>
Tested by:        Maxim Ignatenko &lt;gelraen.ua@gmail.com&gt;
Approved by:      kib(mentor)

MFC after:        3 days
</content>
</entry>
<entry>
<title>Use M_WAITOK flag instead M_WAIT for malloc.</title>
<updated>2011-04-18T09:10:27Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2011-04-18T09:10:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ffbfc0aacb374ed604f7d77a9d5d4188c423b7aa'/>
<id>urn:sha1:ffbfc0aacb374ed604f7d77a9d5d4188c423b7aa</id>
<content type='text'>
Suggested by:	glebius
MFC after:	1 week
</content>
</entry>
<entry>
<title>* Include sys/systm.h for KASSERT()</title>
<updated>2010-06-15T08:53:13Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2010-06-15T08:53:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cac2fe695eec8b72970ebd952137102ebd5c5a00'/>
<id>urn:sha1:cac2fe695eec8b72970ebd952137102ebd5c5a00</id>
<content type='text'>
* Remove unneeded includes and comment
* Replace home made OFFSETOF() macro with standard offsetof()

Pointed out by:	bde
Approved by:	kib (mentor)
</content>
</entry>
<entry>
<title>Style(9) fixes:</title>
<updated>2010-06-10T16:45:30Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2010-06-10T16:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c0a2eb136920ba1c3894d2bdb17bc39f4896cb1'/>
<id>urn:sha1:6c0a2eb136920ba1c3894d2bdb17bc39f4896cb1</id>
<content type='text'>
* Sort includes
* Replace #define&lt;SPACE&gt; to #define&lt;TAB&gt;
* Split declarations and initializations
* Split long lines

Requested by:	kib
Approved by:	kib (mentor)
MFC after:	1 month
</content>
</entry>
<entry>
<title>New netgraph node ng_patch(4). It performs data modification of packets</title>
<updated>2010-06-09T12:25:57Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2010-06-09T12:25:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d359a62d442af011179d630bf0ad5b302cd2d908'/>
<id>urn:sha1:d359a62d442af011179d630bf0ad5b302cd2d908</id>
<content type='text'>
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&amp;=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (&lt;&lt;=),
shift right (&gt;&gt;=). Several operations are all applied to a packet
sequentially in order they were specified by user.

Submitted by:	Maxim Ignatenko &lt;gelraen.ua at gmail.com&gt;
		Vadim Goncharov &lt;vadimnuclight at tpu.ru&gt;
Discussed with:	net@
Approved by:	mav (mentor)
MFC after:	1 month
</content>
</entry>
</feed>
