<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/net/sfc, branch linux-2.6.31.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-2.6.31.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-2.6.31.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2010-04-01T22:55:41+00:00</updated>
<entry>
<title>sfc: Fix DMA mapping cleanup in case of an error in TSO</title>
<updated>2010-04-01T22:55:41+00:00</updated>
<author>
<name>Neil Turton</name>
<email>nturton@solarflare.com</email>
</author>
<published>2009-12-23T13:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1f3a1f385336c324df07fdf420637f88bd3c137c'/>
<id>urn:sha1:1f3a1f385336c324df07fdf420637f88bd3c137c</id>
<content type='text'>
commit a7ebd27a13757248863cd61e541af7fa9e7727ee upstream.

We need buffer-&gt;len to remain valid to work out the correct address to
be unmapped.  We therefore need to clear buffer-&gt;len after the unmap
operation.

Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>sfc: Set ip_summed correctly for page buffers passed to GRO</title>
<updated>2009-12-08T18:22:02+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-10-28T10:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f7f7ef6ecdc4626f6b8a6a43b2c5be0e0e0a1bc7'/>
<id>urn:sha1:f7f7ef6ecdc4626f6b8a6a43b2c5be0e0e0a1bc7</id>
<content type='text'>
[ Upstream commit 345056af41feeda506a8993474b9cbb2c66bc9fb ]

Page buffers containing packets with an incorrect checksum or using a
protocol not handled by hardware checksum offload were previously not
passed to LRO.  The conversion to GRO changed this, but did not set
the ip_summed value accordingly.

Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>sfc: Expose 100/1000BASE-T MDI-X status via ethtool</title>
<updated>2009-06-11T09:47:11+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-06-10T05:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e762cd70efad6b6236b084ff7e5ce54a5f524320'/>
<id>urn:sha1:e762cd70efad6b6236b084ff7e5ce54a5f524320</id>
<content type='text'>
Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: dont update dev-&gt;trans_start in 10GB drivers</title>
<updated>2009-05-29T08:46:26+00:00</updated>
<author>
<name>Eric Dumazet</name>
<email>eric.dumazet@gmail.com</email>
</author>
<published>2009-05-27T19:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=28679751a924c11f7135641f26e99249385de5b4'/>
<id>urn:sha1:28679751a924c11f7135641f26e99249385de5b4</id>
<content type='text'>
Followup of commits 9d21493b4beb8f918ba248032fefa393074a5e2b
and 08baf561083bc27a953aa087dd8a664bb2b88e8e
(net: tx scalability works : trans_start)
(net: txq_trans_update() helper)

Now that core network takes care of trans_start updates, dont do it
in drivers themselves, if possible. Multi queue drivers can
avoid one cache miss (on dev-&gt;trans_start) in their start_xmit()
handler.

Exceptions are NETIF_F_LLTX drivers (vxge &amp; tehuti)

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>sfc: Remove lro module parameter</title>
<updated>2009-05-19T23:19:08+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-05-19T23:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=97bc54152e3a91dd2dc297e8a084c05e93527e60'/>
<id>urn:sha1:97bc54152e3a91dd2dc297e8a084c05e93527e60</id>
<content type='text'>
GRO/LRO can be controlled through ethtool so this is unnecessary.

Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>sfc: Use generic XENPAK register definitions</title>
<updated>2009-05-18T04:03:43+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-05-15T06:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6bc5046e6df7d7122631c82ccaa6edf7085331ac'/>
<id>urn:sha1:6bc5046e6df7d7122631c82ccaa6edf7085331ac</id>
<content type='text'>
Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>sfc: modify allocation error message</title>
<updated>2009-05-17T18:59:50+00:00</updated>
<author>
<name>Mike Travis</name>
<email>travis@sgi.com</email>
</author>
<published>2009-05-12T10:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3977d0334b98770b81dfeb248db232c9bb3d3c88'/>
<id>urn:sha1:3977d0334b98770b81dfeb248db232c9bb3d3c88</id>
<content type='text'>
Change error message when alloc_cpumask_var fails.

Repairs "cpumask: convert drivers/net/sfc".

Signed-off-by: Mike Travis &lt;travis@sgi.com&gt;
Acked-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Acked-by: David S. Miller &lt;davem@davemloft.net&gt;
Cc: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Cc: Ingo Molnar &lt;mingo@elte.hu&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>sfc: Use generic MDIO flow control auto-negotiation functions</title>
<updated>2009-04-30T00:32:37+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-04-29T08:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3f926da82f128c68c479247b1771729b9487502a'/>
<id>urn:sha1:3f926da82f128c68c479247b1771729b9487502a</id>
<content type='text'>
Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>sfc: Use generic MDIO functions and definitions</title>
<updated>2009-04-30T00:32:30+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>bhutchings@solarflare.com</email>
</author>
<published>2009-04-29T08:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=68e7f45e118f98b77cfa007aa2d97b5dac69fe6b'/>
<id>urn:sha1:68e7f45e118f98b77cfa007aa2d97b5dac69fe6b</id>
<content type='text'>
Make use of the newly-added generic MDIO clause 45 support and remove
redundant definitions.

Add an 'efx_' prefix to the remaining driver-specific MDIO functions
and remove arguments which are redundant with efx-&gt;mdio.prtad.

Signed-off-by: Ben Hutchings &lt;bhutchings@solarflare.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2009-04-17T00:35:26+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2009-04-17T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a54bfa40fd16aeb90bc556189221576f746f8567'/>
<id>urn:sha1:a54bfa40fd16aeb90bc556189221576f746f8567</id>
<content type='text'>
</content>
</entry>
</feed>
