<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/net, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-07-07T17:52:13Z</updated>
<entry>
<title>MFC r207303 (originally by kmacy):</title>
<updated>2010-07-07T17:52:13Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2010-07-07T17:52:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a602ad907648df8f565f7a40990524141c603052'/>
<id>urn:sha1:a602ad907648df8f565f7a40990524141c603052</id>
<content type='text'>
  need to initialize the lock before it is used

  Reported on:  stable@ (MFC missing)

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC	r208553</title>
<updated>2010-06-25T21:26:34Z</updated>
<author>
<name>Qing Li</name>
<email>qingli@FreeBSD.org</email>
</author>
<published>2010-06-25T21:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd62f5c0e633f2e49c3bec5fbf3b26332a455c2c'/>
<id>urn:sha1:dd62f5c0e633f2e49c3bec5fbf3b26332a455c2c</id>
<content type='text'>
This patch fixes the problem where proxy ARP entries cannot be added
over the if_ng interface.

Approved by:	re (bz)
</content>
</entry>
<entry>
<title>Merge r204498 from head to stable/8:</title>
<updated>2010-05-31T22:29:48Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2010-05-31T22:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=67b38bab13f40101331424c8b46516e2a2278551'/>
<id>urn:sha1:67b38bab13f40101331424c8b46516e2a2278551</id>
<content type='text'>
  Whitespace tweak.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Merge r204173 from head to stable/8:</title>
<updated>2010-05-31T22:18:42Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2010-05-31T22:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6ec54747a8fb7255cd1025333da0f97dc016f8c'/>
<id>urn:sha1:b6ec54747a8fb7255cd1025333da0f97dc016f8c</id>
<content type='text'>
  ifconfig(8) expects interface fooX to be supported by the module if_foo,
  and will try to load it if it's not present.  To better meet these
  expectations, change the module name for the loopback interface from
  'loop' to 'if_lo'.  The loopback interface is always compiled into the
  base kernel, so there are no resulting changes in kld files, etc.

  Discussed with:       brooks (ages ago)

Approved by:    re (bz, kib)
</content>
</entry>
<entry>
<title>Merge r200899 from head to stable/8:</title>
<updated>2010-05-31T21:14:56Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2010-05-31T21:14:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25d3931a9fbbd356010b90de841adbe8bafec497'/>
<id>urn:sha1:25d3931a9fbbd356010b90de841adbe8bafec497</id>
<content type='text'>
  When warning about possible netisr configuration problems during boot,
  report using "netisr_init" rather than "netisr2", which was the development
  name for the project.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r202588</title>
<updated>2010-05-25T02:36:06Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-05-25T02:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c61d4937070d33c4d0334734b83992b2c9af31c'/>
<id>urn:sha1:7c61d4937070d33c4d0334734b83992b2c9af31c</id>
<content type='text'>
 Declare a new EVENTHANDLER called iflladdr_event which signals that the L2
 address on an interface has changed. This lets stacked interfaces such as
 vlan(4) detect that their lower interface has changed and adjust things in
 order to keep working. Previously this situation broke at least vlan(4) and
 lagg(4) configurations.

 The EVENTHANDLER_INVOKE call was not placed within if_setlladdr() due to the
 risk of a loop.

 PR:		kern/142927
 Submitted by:	Nikolay Denev

MFC r202611

 Do not hold the lock over if_setlladdr() as it calls into the interface driver
 init routine.
</content>
</entry>
<entry>
<title>MFC 208212:</title>
<updated>2010-05-21T16:07:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-05-21T16:07:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af73bcd78771a5e9d00cb70793b522a231820985'/>
<id>urn:sha1:af73bcd78771a5e9d00cb70793b522a231820985</id>
<content type='text'>
Ignore failures from removing multicast addresses from the parent (trunk)
interface when tearing down a vlan interface.
</content>
</entry>
<entry>
<title>MFC r208100:</title>
<updated>2010-05-18T04:20:35Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2010-05-18T04:20:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7eebc1c4ebd250a5b65bb8a376bd57b7d488e0e'/>
<id>urn:sha1:f7eebc1c4ebd250a5b65bb8a376bd57b7d488e0e</id>
<content type='text'>
  Fix an issue with the dynamic pcpu/vnet data allocators.

  We cannot expect that modspace is the last entry in the linker
  set and thus that modspace + possible extra space up to PAGE_SIZE
  would be contiguous.  For the moment do not support more than
  *_MODMIN space and ignore the extra space.

Discussed with:	jeff, rwatson (briefly)
Reviewed by:	jeff
Sponsored by:	The FreeBSD Foundation
Sponsored by:	CK Software GmbH
</content>
</entry>
<entry>
<title>MFC r207195:</title>
<updated>2010-05-09T12:36:51Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-05-09T12:36:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23dfb3511d807e1ae62d98bb03841b329e8db479'/>
<id>urn:sha1:23dfb3511d807e1ae62d98bb03841b329e8db479</id>
<content type='text'>
Provide compat32 shims for bpf(4), except zero-copy facilities.
</content>
</entry>
<entry>
<title>MFC r207194:</title>
<updated>2010-05-09T12:34:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-05-09T12:34:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0af835660f8c3adbc1edbac60c878b20b85803f'/>
<id>urn:sha1:b0af835660f8c3adbc1edbac60c878b20b85803f</id>
<content type='text'>
Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.
</content>
</entry>
</feed>
