<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netgraph, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-10-28T18:17:09Z</updated>
<entry>
<title>MFC rev. 1.67:</title>
<updated>2006-10-28T18:17:09Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-28T18:17:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eee56431c48cb42694dc5e6d878318cc190282d0'/>
<id>urn:sha1:eee56431c48cb42694dc5e6d878318cc190282d0</id>
<content type='text'>
  - ng_address_ID() has already freed the message, don't do double free.
  - Get error from ng_address_ID().

  Reported by:	Coverity via pjd

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC rev. 1.126:</title>
<updated>2006-10-13T08:09:44Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-13T08:09:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99ee4bea4963536a3b19bf492087b63ff32c80f1'/>
<id>urn:sha1:99ee4bea4963536a3b19bf492087b63ff32c80f1</id>
<content type='text'>
  Do not leak hooks in ng_bypass().

Submitted by:	Alexander Motin &lt;mav alkar.net&gt;
Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-09-18T15:37:37Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-18T15:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=711575471cfdbc040d7fe8640d34b25edb065c04'/>
<id>urn:sha1:711575471cfdbc040d7fe8640d34b25edb065c04</id>
<content type='text'>
- Allow to set larger MTU.
- Fix input byte counting.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Fix a panic when SIOCSIFFLAGS is called with a NULL argument.</title>
<updated>2006-09-18T15:34:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-18T15:34:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1e0f0b465d53b4704695e90b6e0792d4d741996'/>
<id>urn:sha1:b1e0f0b465d53b4704695e90b6e0792d4d741996</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-09-02T12:38:26Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-09-02T12:38:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64d1da2028a6ab77c95f4262df948cf7b2df524c'/>
<id>urn:sha1:64d1da2028a6ab77c95f4262df948cf7b2df524c</id>
<content type='text'>
  o Improve logging of ng_pppoe(4)
  o Fix after turning off the "autosrc feature" of ng_ether(4)
</content>
</entry>
<entry>
<title>MFC ng_ether.c rev. 1.61:</title>
<updated>2006-09-02T12:34:08Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-09-02T12:34:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4893b84165b32aec28538d2c44d29b27db07e496'/>
<id>urn:sha1:4893b84165b32aec28538d2c44d29b27db07e496</id>
<content type='text'>
  Turn off by default "feature" that overwrites MAC address
  on output frames.

  Many people were confused with not working CARP, ng_bridge(4)
  and other subsystems, because ng_ether(4) overwritten source
  MAC address.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-08-28T16:44:06Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2006-08-28T16:44:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3dae8c2df6c1b30b9615e6804783480ec9c79ee3'/>
<id>urn:sha1:3dae8c2df6c1b30b9615e6804783480ec9c79ee3</id>
<content type='text'>
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
on sparc64.

Reported by:	Andrew Belashov &lt;bel at orel dot ru&gt;
Tested by:	Andrew Belashov &lt;bel at orel dot ru&gt;
</content>
</entry>
<entry>
<title>MFC rev. 1.74:</title>
<updated>2006-08-10T10:53:45Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T10:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8143aa4fc5c5f33fdb5ba55a625b4d1eb5639bb6'/>
<id>urn:sha1:8143aa4fc5c5f33fdb5ba55a625b4d1eb5639bb6</id>
<content type='text'>
  Do not leak kernel memory in case if userland has been compiled
  against older NG_VERSION.

  Coverity ID:    1131
</content>
</entry>
<entry>
<title>MFC rev. 1.75:</title>
<updated>2006-08-10T10:50:57Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T10:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a18d4e797f60419143d679e203e93dfcf8847ae6'/>
<id>urn:sha1:a18d4e797f60419143d679e203e93dfcf8847ae6</id>
<content type='text'>
  Remove unneeded check.

  Coverity ID:    445
</content>
</entry>
<entry>
<title>MFC rev. 1.125:</title>
<updated>2006-08-10T10:26:48Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T10:26:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c6229fb38c00a45d36ee8bafeb37b979d807e9ff'/>
<id>urn:sha1:c6229fb38c00a45d36ee8bafeb37b979d807e9ff</id>
<content type='text'>
  When counting nodes second time, use the same criteria as for
  the first time.

  PR:             kern/98529
  Submitted by:   Michael Heyman
</content>
</entry>
</feed>
