<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_patch.c, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r234574</title>
<updated>2012-04-25T09:56:35+00:00</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2012-04-25T09:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8233b24d9c5834daf9cf38cb0a15ba4b72c4897e'/>
<id>8233b24d9c5834daf9cf38cb0a15ba4b72c4897e</id>
<content type='text'>
Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.

Tested by:        Maxim Ignatenko &lt;gelraen.ua@gmail.com&gt;
Approved by:      ae(mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.

Tested by:        Maxim Ignatenko &lt;gelraen.ua@gmail.com&gt;
Approved by:      ae(mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r220767:</title>
<updated>2011-04-25T04:33:13+00:00</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2011-04-25T04:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f5290b73814ed6a847ee74144e191ef713ce3ca'/>
<id>4f5290b73814ed6a847ee74144e191ef713ce3ca</id>
<content type='text'>
  Use M_WAITOK flag instead M_WAIT for malloc.

  Suggested by:	glebius
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use M_WAITOK flag instead M_WAIT for malloc.

  Suggested by:	glebius
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r208946:</title>
<updated>2010-07-09T08:48:51+00:00</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2010-07-09T08:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97846bc4a747a60d53fb53cf20f45620caffbc20'/>
<id>97846bc4a747a60d53fb53cf20f45620caffbc20</id>
<content type='text'>
  New netgraph node ng_patch(4). It performs data modification of packets
  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@

MFC r208947:
  Fix typo.

MFC r208989:
  Style(9) fixes:
  * Sort includes
  * Replace #define&lt;SPACE&gt; to #define&lt;TAB&gt;
  * Split declarations and initializations
  * Split long lines

  Requested by:	kib

MFC r209194:
  * Include sys/systm.h for KASSERT()
  * Remove unneeded includes and comment
  * Replace home made OFFSETOF() macro with standard offsetof()

  Pointed out by:	bde

Approved by:	kib (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  New netgraph node ng_patch(4). It performs data modification of packets
  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@

MFC r208947:
  Fix typo.

MFC r208989:
  Style(9) fixes:
  * Sort includes
  * Replace #define&lt;SPACE&gt; to #define&lt;TAB&gt;
  * Split declarations and initializations
  * Split long lines

  Requested by:	kib

MFC r209194:
  * Include sys/systm.h for KASSERT()
  * Remove unneeded includes and comment
  * Replace home made OFFSETOF() macro with standard offsetof()

  Pointed out by:	bde

Approved by:	kib (mentor)
</pre>
</div>
</content>
</entry>
</feed>
