<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Ready for 8.2-RELEASE builds to start.</title>
<updated>2011-02-16T15:24:22+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T15:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=045f17e533c0209bbcddcccbbb0192d61ffd6c9c'/>
<id>045f17e533c0209bbcddcccbbb0192d61ffd6c9c</id>
<content type='text'>
Approved by:	re (implcit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (implcit)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 218271:</title>
<updated>2011-02-11T15:14:51+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2011-02-11T15:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=87f88e28fa9883ad1e7028bb7331f998204b3aab'/>
<id>87f88e28fa9883ad1e7028bb7331f998204b3aab</id>
<content type='text'>
When turning off TCP_NOPUSH, only call tcp_output() to immediately flush
any pending data if the connection is established.

Approved by:	re (kib)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When turning off TCP_NOPUSH, only call tcp_output() to immediately flush
any pending data if the connection is established.

Approved by:	re (kib)
</pre>
</div>
</content>
</entry>
<entry>
<title>Ready for 8.2-RC3.</title>
<updated>2011-01-29T15:56:40+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-01-29T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f0c8da1f920ff07cfe884613529aeb4abe5b367'/>
<id>3f0c8da1f920ff07cfe884613529aeb4abe5b367</id>
<content type='text'>
Approved by:	re (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:	r217587</title>
<updated>2011-01-28T19:53:38+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2011-01-28T19:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=82460477c3da258e4fbb0fcda25b582164ec4fd0'/>
<id>82460477c3da258e4fbb0fcda25b582164ec4fd0</id>
<content type='text'>
Fix yet another fallout from r208833.  VM86 BIOS call may cause page fault
when FPU is in use.

Approved by:	re (kib)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix yet another fallout from r208833.  VM86 BIOS call may cause page fault
when FPU is in use.

Approved by:	re (kib)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC ixgbe cummulative patch from stable/8</title>
<updated>2011-01-27T00:36:54+00:00</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2011-01-27T00:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=698bf4df39211c74a4c9fa3eebc6fdb118828ca3'/>
<id>698bf4df39211c74a4c9fa3eebc6fdb118828ca3</id>
<content type='text'>
217712  Fix a couple of incorrect variable names in the sysctl code.
217713  - Panic on the 82598 adapter due to reading FCOE registers that don't exit
        - Make phy detection dynamic so adapters that support multiple types of
          media can be properly identified by the interface layer
        - Performance patch to the flow director (ixgbe_atr) code
        - Fix intermittent data corruption on the 82599
        - Add missing support code for buffer size and descriptors when doing
          jumbo frames, also add 16K cluster support.
        - Release RX lock when calling stack, this removes LOR problems.
217795  Remove TX_UNLOCK from the error path in local_timer, there is no LOCK
217796  Add missing case for Direct Attach 82598 in the dynamic phy detection
217797  Performance: don't run flow control shared code if nothing has changed

Approved by:  re (bz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
217712  Fix a couple of incorrect variable names in the sysctl code.
217713  - Panic on the 82598 adapter due to reading FCOE registers that don't exit
        - Make phy detection dynamic so adapters that support multiple types of
          media can be properly identified by the interface layer
        - Performance patch to the flow director (ixgbe_atr) code
        - Fix intermittent data corruption on the 82599
        - Add missing support code for buffer size and descriptors when doing
          jumbo frames, also add 16K cluster support.
        - Release RX lock when calling stack, this removes LOR problems.
217795  Remove TX_UNLOCK from the error path in local_timer, there is no LOCK
217796  Add missing case for Direct Attach 82598 in the dynamic phy detection
217797  Performance: don't run flow control shared code if nothing has changed

Approved by:  re (bz)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r217511:</title>
<updated>2011-01-26T17:20:34+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>bschmidt@FreeBSD.org</email>
</author>
<published>2011-01-26T17:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8d326748d1527cc91a74004421c8a6943ff411a'/>
<id>f8d326748d1527cc91a74004421c8a6943ff411a</id>
<content type='text'>
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
This fixes hostap mode for at least ral(4) and run(4), because there is
no sufficient call into drivers which could be used initialize the node
related ratectl variables.

Approved by:	re (bz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
This fixes hostap mode for at least ral(4) and run(4), because there is
no sufficient call into drivers which could be used initialize the node
related ratectl variables.

Approved by:	re (bz)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC stable/8 r217711</title>
<updated>2011-01-25T23:20:22+00:00</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2011-01-25T23:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=17cbbe2bf754a649061a5aa356619c6c6a1b9fa2'/>
<id>17cbbe2bf754a649061a5aa356619c6c6a1b9fa2</id>
<content type='text'>
	Fix for kern/152853, pullup in the wrong
	place in em_xmit causes UDP failure. Thanks
	to Petr Lampa for the patch.

Approved by: re (bz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fix for kern/152853, pullup in the wrong
	place in em_xmit causes UDP failure. Thanks
	to Petr Lampa for the patch.

Approved by: re (bz)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC stable/8 r217710</title>
<updated>2011-01-25T22:25:50+00:00</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2011-01-25T22:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=05707fd7918674aee46db3eb20615833527e41f3'/>
<id>05707fd7918674aee46db3eb20615833527e41f3</id>
<content type='text'>
	- Pieces of the failure path in em_xmit got deleted along
	  the way, correct this.
	- local_timer had a leftover TX_UNLOCK without matching
	  LOCK in the error path, remove it.

Approved by:  re (bz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- Pieces of the failure path in em_xmit got deleted along
	  the way, correct this.
	- local_timer had a leftover TX_UNLOCK without matching
	  LOCK in the error path, remove it.

Approved by:  re (bz)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r217727</title>
<updated>2011-01-25T20:29:57+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2011-01-25T20:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=994c40b46a9a1b0c92ad19f42b751308a15d2b82'/>
<id>994c40b46a9a1b0c92ad19f42b751308a15d2b82</id>
<content type='text'>
 Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION
 and this breaks loading miniport drivers from loader.conf

Approved by:	re (kib)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION
 and this breaks loading miniport drivers from loader.conf

Approved by:	re (kib)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r217548:</title>
<updated>2011-01-24T21:03:22+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2011-01-24T21:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e50bb4c71efd5c87251b1599d2c3d2ba768f8136'/>
<id>e50bb4c71efd5c87251b1599d2c3d2ba768f8136</id>
<content type='text'>
  Rework RX filter programming by providing separate handler for
  DP8381[56] and SiS 900/7016 controllers.  After r212119, sis(4) no
  longer reinitializes controller if ALLMULTI/PROMISC was changed.
  However, RX filter handling code assumed some bits of the RX filter
  is programmed by driver initialization. This caused ALLMULTI/PROMISC
  configuration is ignored under certain conditions.
  Fix that issue by reprogramming all bits of RX filter register.
  While I'm here follow recommended RX filter programming steps
  recommended by National DP8381[56] data sheet(RX filter should be
  is disabled before programming).

  Reported by:	Paul Schenkeveld &lt; freebsd () psconsult dot nl &gt;
  Tested by:	Paul Schenkeveld &lt; freebsd () psconsult dot nl &gt;
  Approved by:	re (bz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Rework RX filter programming by providing separate handler for
  DP8381[56] and SiS 900/7016 controllers.  After r212119, sis(4) no
  longer reinitializes controller if ALLMULTI/PROMISC was changed.
  However, RX filter handling code assumed some bits of the RX filter
  is programmed by driver initialization. This caused ALLMULTI/PROMISC
  configuration is ignored under certain conditions.
  Fix that issue by reprogramming all bits of RX filter register.
  While I'm here follow recommended RX filter programming steps
  recommended by National DP8381[56] data sheet(RX filter should be
  is disabled before programming).

  Reported by:	Paul Schenkeveld &lt; freebsd () psconsult dot nl &gt;
  Tested by:	Paul Schenkeveld &lt; freebsd () psconsult dot nl &gt;
  Approved by:	re (bz)
</pre>
</div>
</content>
</entry>
</feed>
