<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/net/sundance.c, branch master</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>de6*/dl2k/sundance: Move the D-Link drivers</title>
<updated>2011-08-11T23:29:50+00:00</updated>
<author>
<name>Jeff Kirsher</name>
<email>jeffrey.t.kirsher@intel.com</email>
</author>
<published>2011-05-20T07:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3401299a1b9e747cbf7de2cc0c8f6376c3cbe565'/>
<id>3401299a1b9e747cbf7de2cc0c8f6376c3cbe565</id>
<content type='text'>
Move the D-Link drivers into drivers/net/ethernet/dlink/ and
make the necessary Kconfig and Makefile changes.

CC: Bjorn Ekwall &lt;bj0rn@blox.se&gt;
CC: Donald Becker &lt;becker@scyld.com&gt;
CC: Edward Peng &lt;edward_peng@dlink.com.tw&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the D-Link drivers into drivers/net/ethernet/dlink/ and
make the necessary Kconfig and Makefile changes.

CC: Bjorn Ekwall &lt;bj0rn@blox.se&gt;
CC: Donald Becker &lt;becker@scyld.com&gt;
CC: Edward Peng &lt;edward_peng@dlink.com.tw&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2010-12-27T06:37:05+00:00</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2010-12-27T06:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=17f7f4d9fcce8f1b75b5f735569309dee7665968'/>
<id>17f7f4d9fcce8f1b75b5f735569309dee7665968</id>
<content type='text'>
Conflicts:
	net/ipv4/fib_frontend.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	net/ipv4/fib_frontend.c
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Fix oopses with corrupted skb_shared_info</title>
<updated>2010-12-26T03:37:49+00:00</updated>
<author>
<name>Jarek Poplawski</name>
<email>jarkao2@gmail.com</email>
</author>
<published>2010-12-25T05:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=78a36f25478432835f2f1e46202b71ff3ae454ff'/>
<id>78a36f25478432835f2f1e46202b71ff3ae454ff</id>
<content type='text'>
Joel Soete reported oopses at the beginning of pppoe connections since
v2.6.35. After debugging the bug was found in sundance skb allocation
and dma mapping code, where skb_reserve() bytes aren't taken into
account. This is an old bug, only uncovered by some change in 2.6.35.

Initial debugging patch by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;

Reported-by: Joel Soete &lt;soete.joel@scarlet.be&gt;
Tested-by: Joel Soete &lt;soete.joel@scarlet.be&gt;
Signed-off-by: Jarek Poplawski &lt;jarkao2@gmail.com&gt;
Cc: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Joel Soete reported oopses at the beginning of pppoe connections since
v2.6.35. After debugging the bug was found in sundance skb allocation
and dma mapping code, where skb_reserve() bytes aren't taken into
account. This is an old bug, only uncovered by some change in 2.6.35.

Initial debugging patch by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;

Reported-by: Joel Soete &lt;soete.joel@scarlet.be&gt;
Tested-by: Joel Soete &lt;soete.joel@scarlet.be&gt;
Signed-off-by: Jarek Poplawski &lt;jarkao2@gmail.com&gt;
Cc: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Program station address into HW</title>
<updated>2010-12-21T21:25:08+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-12-21T02:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4b4f54670859074cf7670cc6fa96fe34a65846d9'/>
<id>4b4f54670859074cf7670cc6fa96fe34a65846d9</id>
<content type='text'>
Program adapter's StationAddress register when changing device MAC address

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Program adapter's StationAddress register when changing device MAC address

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Wrap up acceess to ASICCtrl high word with a macro</title>
<updated>2010-12-21T21:25:08+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-12-21T02:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=24de5285dce378e4170e068f2662236d2b46c033'/>
<id>24de5285dce378e4170e068f2662236d2b46c033</id>
<content type='text'>
Wrap up acceess to ASICCtrl high word with a macro

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap up acceess to ASICCtrl high word with a macro

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Add initial ethtool stats support</title>
<updated>2010-10-16T18:13:21+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-10-13T00:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=725a4a465c943ab0f91fcffc3846acbcdb704aac'/>
<id>725a4a465c943ab0f91fcffc3846acbcdb704aac</id>
<content type='text'>
Add ethtool stats support.

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Acked-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ethtool stats support.

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Acked-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: get_stats proper locking</title>
<updated>2010-10-09T16:22:54+00:00</updated>
<author>
<name>Eric Dumazet</name>
<email>eric.dumazet@gmail.com</email>
</author>
<published>2010-10-09T02:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7b738b55b2ec0e95a5030037c45b3c312e385789'/>
<id>7b738b55b2ec0e95a5030037c45b3c312e385789</id>
<content type='text'>
sundance get_stats() should not be run concurrently, add a lock to avoid
potential losses.

Note: Remove unused rx_lock field

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sundance get_stats() should not be run concurrently, add a lock to avoid
potential losses.

Note: Remove unused rx_lock field

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includes</title>
<updated>2010-10-07T06:10:56+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-10-06T03:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=10e7e9c44d442275951d1cfc892c1c6606c85c94'/>
<id>10e7e9c44d442275951d1cfc892c1c6606c85c94</id>
<content type='text'>
Drop legacy includes since 2.4.x

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop legacy includes since 2.4.x

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Use dev_kfree_skb_any() helper</title>
<updated>2010-09-22T01:04:46+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-09-20T22:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a9478e386165477504916094ae5efb073a44fd9f'/>
<id>a9478e386165477504916094ae5efb073a44fd9f</id>
<content type='text'>
Use dev_kfree_skb_any() helper to free the skb

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use dev_kfree_skb_any() helper to free the skb

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sundance: Handle DMA mapping errors</title>
<updated>2010-09-22T01:04:46+00:00</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2010-09-20T22:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d91dc27993a366565b3ed37fc62d35cf3e10ff5d'/>
<id>d91dc27993a366565b3ed37fc62d35cf3e10ff5d</id>
<content type='text'>
Check for DMA mapping errors.

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for DMA mapping errors.

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
