<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r361582:</title>
<updated>2020-06-08T09:31:14+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-06-08T09:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a879f39e0f5fe80e3e332fecd2fcf5c9c1731cd0'/>
<id>a879f39e0f5fe80e3e332fecd2fcf5c9c1731cd0</id>
<content type='text'>
Fix check for wMaxPacketSize in USB bluetooth driver,
in case device is not FULL speed.

Sponsored by:	Mellanox Technologies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix check for wMaxPacketSize in USB bluetooth driver,
in case device is not FULL speed.

Sponsored by:	Mellanox Technologies
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r360092:</title>
<updated>2020-05-18T08:45:24+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-05-18T08:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c51f8afbba8cfc9e166fd18361d340d55836b85'/>
<id>1c51f8afbba8cfc9e166fd18361d340d55836b85</id>
<content type='text'>
Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by:	Marc Veldman &lt;marc@bumblingdork.com&gt;
PR:		245737
Sponsored by:	Mellanox Technologies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by:	Marc Veldman &lt;marc@bumblingdork.com&gt;
PR:		245737
Sponsored by:	Mellanox Technologies
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r303848</title>
<updated>2018-05-15T13:19:00+00:00</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2018-05-15T13:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d72f35db09bf807107cada2708ac0a1ddc19231c'/>
<id>d72f35db09bf807107cada2708ac0a1ddc19231c</id>
<content type='text'>
Repair trivial panic in ng_uncallout.  Fixes bugzilla #211031

PR:		211031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Repair trivial panic in ng_uncallout.  Fixes bugzilla #211031

PR:		211031
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4).</title>
<updated>2018-03-16T15:10:13+00:00</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2018-03-16T15:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a10f779f6fbb38d36f40168f374970fd102dbfb'/>
<id>3a10f779f6fbb38d36f40168f374970fd102dbfb</id>
<content type='text'>
Submitted by:		ale
Approved by:		mav (mentor)
Relnotes:		yes
Differential Revision:	https://reviews.freebsd.org/D9270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:		ale
Approved by:		mav (mentor)
Relnotes:		yes
Differential Revision:	https://reviews.freebsd.org/D9270
</pre>
</div>
</content>
</entry>
<entry>
<title>Steps to Reproduce:</title>
<updated>2017-12-05T14:46:12+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2017-12-05T14:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=daf566cfe2dedee79b21854362424557bb9cc003'/>
<id>daf566cfe2dedee79b21854362424557bb9cc003</id>
<content type='text'>
#ngctl mkpeer ipfw: patch 7 in
#ngctl name ipfw:7 tcp_rst
#ngctl connect ipfw: tcp_rst: 8 out
#ngctl msg tcp_rst: setconfig { count=1 csum_flags=0 ops=[ { mode=8 value=4 length=1 offset=33 } ] }
ngctl: send msg: Argument list too long

It's broken after base r309389 and could be fixed in base r309408, but the first one went to 10.4 and the second one didn't.

PR:		224019
Submitted by:	sd@mostnet.ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#ngctl mkpeer ipfw: patch 7 in
#ngctl name ipfw:7 tcp_rst
#ngctl connect ipfw: tcp_rst: 8 out
#ngctl msg tcp_rst: setconfig { count=1 csum_flags=0 ops=[ { mode=8 value=4 length=1 offset=33 } ] }
ngctl: send msg: Argument list too long

It's broken after base r309389 and could be fixed in base r309408, but the first one went to 10.4 and the second one didn't.

PR:		224019
Submitted by:	sd@mostnet.ru
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r323873, r324081: Unprotected modification of ng_iface(4)</title>
<updated>2017-10-01T19:40:29+00:00</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2017-10-01T19:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=245441c11af1099ac6d1117c90e5be7b4025ff23'/>
<id>245441c11af1099ac6d1117c90e5be7b4025ff23</id>
<content type='text'>
private data leads to kernel panic. Fix a race with per-node
read-mostly lock and refcounting for a hook.

PR:			220076
Tested by:		peixoto.cassiano
Approved by:		mav (mentor)
Relnotes:		yes
Differential Revision:	https://reviews.freebsd.org/D12435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
private data leads to kernel panic. Fix a race with per-node
read-mostly lock and refcounting for a hook.

PR:			220076
Tested by:		peixoto.cassiano
Approved by:		mav (mentor)
Relnotes:		yes
Differential Revision:	https://reviews.freebsd.org/D12435
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r283291: don't use CALLOUT_MPSAFE with callout_init()</title>
<updated>2017-03-04T13:03:31+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2017-03-04T13:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=caf428d619c81e28fe2697c7690c5e5b4827ec00'/>
<id>caf428d619c81e28fe2697c7690c5e5b4827ec00</id>
<content type='text'>
The main purpose of this MFC is to reduce conflicts for other merges.
Parts of the original change have already "trickled down" via individual MFCs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main purpose of this MFC is to reduce conflicts for other merges.
Parts of the original change have already "trickled down" via individual MFCs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r312443:</title>
<updated>2017-01-23T01:21:39+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-01-23T01:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=309f2c30e111576d2b725f9bcd1b124fda9309ca'/>
<id>309f2c30e111576d2b725f9bcd1b124fda9309ca</id>
<content type='text'>
mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION.

There were several places where reference to compression were left
unfinished. Furthermore, KASSERTs contained references to MPPC_INVALID
which is not defined in the tree and therefore were sure to break with
INVARIANTS: comment them out.

Reported by:	Eugene Grosbein
PR:		216265
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION.

There were several places where reference to compression were left
unfinished. Furthermore, KASSERTs contained references to MPPC_INVALID
which is not defined in the tree and therefore were sure to break with
INVARIANTS: comment them out.

Reported by:	Eugene Grosbein
PR:		216265
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r309404:</title>
<updated>2016-12-19T09:45:23+00:00</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-12-19T09:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d8722140180b5e1dc1c0eec5b0e4132afda38a2e'/>
<id>d8722140180b5e1dc1c0eec5b0e4132afda38a2e</id>
<content type='text'>
Fix return value from ng_uncallout().

callout_stop() recently started returning -1 when the callout is already
stopped, which is not handled by the netgraph code. Properly filter
the return value. Netgraph callers only want to know if the callout
was cancelled and not draining or already stopped.

Discussed with:		julian, glebius
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix return value from ng_uncallout().

callout_stop() recently started returning -1 when the callout is already
stopped, which is not handled by the netgraph code. Properly filter
the return value. Netgraph callers only want to know if the callout
was cancelled and not draining or already stopped.

Discussed with:		julian, glebius
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: r303611</title>
<updated>2016-12-02T05:42:04+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2016-12-02T05:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b8f06bd2b32825832125c8412014762383dc5ab3'/>
<id>b8f06bd2b32825832125c8412014762383dc5ab3</id>
<content type='text'>
slite style changes. There is an incoming patch that rewrites a
lot of this module and I want to get the style and whitespace changes in
a separate commit (or maybe more).

PR: 206185
Submitted by:	Dmitry Vagin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
slite style changes. There is an incoming patch that rewrites a
lot of this module and I want to get the style and whitespace changes in
a separate commit (or maybe more).

PR: 206185
Submitted by:	Dmitry Vagin
</pre>
</div>
</content>
</entry>
</feed>
