<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph/ng_ksocket.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: 1.58: Clear csum_flags after reading from the socket buffer.</title>
<updated>2006-02-24T11:23:05Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-02-24T11:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4a8384228a6eb79989e2dfc19129afe2c08e280'/>
<id>urn:sha1:f4a8384228a6eb79989e2dfc19129afe2c08e280</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC 1.57 (see original revision for full description):</title>
<updated>2005-09-09T06:13:25Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-09-09T06:13:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=174b442d4bc08ccac1bc9e754bab57c1d08142ed'/>
<id>urn:sha1:174b442d4bc08ccac1bc9e754bab57c1d08142ed</id>
<content type='text'>
  - in ng_ksocket_incoming2() clear m_nextpkt on all mbufs
    read from socket.
  - restore rev. 1.54 change in ng_ksocket_incoming().

  PR:		kern/84952
  PR:		kern/82413
  In collaboration with:	rwatson

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-08-29T09:01:58Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-08-29T09:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=497b59e83ea36879d9ca963ddb903aeb2760629c'/>
<id>urn:sha1:497b59e83ea36879d9ca963ddb903aeb2760629c</id>
<content type='text'>
  Backout revision 1.54, because it exposes a worse problem, than
  it fixes. I believe the problem lives somewhere outside ng_ksocket,
  but until it is found, let the node be working.

  PR:		kern/84952
  PR:		kern/82413

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Catch up with new ng_send_fn1() interface.</title>
<updated>2005-05-16T17:07:39Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-16T17:07:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6c9d18d2f4ac1e5516b844040b06d7157b5fddf'/>
<id>urn:sha1:f6c9d18d2f4ac1e5516b844040b06d7157b5fddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When used as divert socket we need to decouple stack when node is entered</title>
<updated>2005-05-13T11:40:08Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-13T11:40:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f4a3524dd4c265831b8f73dbf0a77bf29dd8523'/>
<id>urn:sha1:0f4a3524dd4c265831b8f73dbf0a77bf29dd8523</id>
<content type='text'>
from socket side. Use ng_queue_fn() instead of ng_send_fn().
</content>
</entry>
<entry>
<title>Fix panics with misconfigured routing:</title>
<updated>2005-04-18T11:32:17Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-04-18T11:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc90ff47ff94eba957fd39ff909c60acdcb811d3'/>
<id>urn:sha1:bc90ff47ff94eba957fd39ff909c60acdcb811d3</id>
<content type='text'>
- Backout previous revision, the check is useless.
- Turn node to queue mode, since it is edge node.

Reported by:	sem
</content>
</entry>
<entry>
<title>Reimplement recursion protection, checking whether current thread holds</title>
<updated>2005-02-19T14:41:49Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-19T14:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1c6a420b1d3167325496e16474a56a934e4ccda'/>
<id>urn:sha1:f1c6a420b1d3167325496e16474a56a934e4ccda</id>
<content type='text'>
sockbuf mutex.

Reviewed by:	rwatson
</content>
</entry>
<entry>
<title>Remove a recursion protection, which we inherited from splnet() netgraph times.</title>
<updated>2005-02-16T16:00:35Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-16T16:00:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=848a25c77313fad8a7b3ea0983149295d77c9ff0'/>
<id>urn:sha1:848a25c77313fad8a7b3ea0983149295d77c9ff0</id>
<content type='text'>
Now several threads may write data to ng_ksocket. Locking of socket is done in
sosend().

Reviewed by:	archie, julian, rwatson
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Allocate enough space for new tag.</title>
<updated>2005-02-12T16:26:36Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-12T16:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d96bd8d1441d0856370d75b9df9604ac824fd314'/>
<id>urn:sha1:d96bd8d1441d0856370d75b9df9604ac824fd314</id>
<content type='text'>
Pointy hat to:	glebius
</content>
</entry>
</feed>
