<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/net/sis190.c, branch ipvs/droutbytes</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fdroutbytes</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fdroutbytes'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-05-13T05:41:58Z</updated>
<entry>
<title>[netdrvr] Trim trailing whitespace for several drivers</title>
<updated>2008-05-13T05:41:58Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2008-05-13T05:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7d2e3cb7000b883a8e489485ac249be572fe17b1'/>
<id>urn:sha1:7d2e3cb7000b883a8e489485ac249be572fe17b1</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
</entry>
<entry>
<title>sis190: account for Tx errors</title>
<updated>2008-04-27T16:19:08Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2007-11-21T21:30:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=697c269610179051cf19e45566fee3dcebbb1e93'/>
<id>urn:sha1:697c269610179051cf19e45566fee3dcebbb1e93</id>
<content type='text'>
Update the collision counter as well.

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: remove needless MII reset</title>
<updated>2008-04-27T16:13:58Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2007-11-18T21:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c34ebbae01e3d1f6a5cced6a40dc0ed792590d22'/>
<id>urn:sha1:c34ebbae01e3d1f6a5cced6a40dc0ed792590d22</id>
<content type='text'>
It does not help the auto-negotiation process to settle.

Added a debug message to give some hindsight when things
do not work as expected.

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: Rx path update</title>
<updated>2008-04-27T15:59:52Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2008-04-27T15:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=47e4781544aaf2916170ef5516786fbb19447600'/>
<id>urn:sha1:47e4781544aaf2916170ef5516786fbb19447600</id>
<content type='text'>
- remove the function pointer to help gcc optimizing the
  inline pci_dma functions
- pci_dma_sync_single_for_cpu is not needed for a single
  large packet
- convert rtl8169_try_rx_copy to bool

b449655ff52ff8a29c66c5fc3fc03617e61182ee did the same
for the r8169 driver.

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: use netdev_alloc_skb</title>
<updated>2008-04-27T12:54:32Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2008-04-27T12:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=35aeb7809345e0362772a75368a3e62ecd931481'/>
<id>urn:sha1:35aeb7809345e0362772a75368a3e62ecd931481</id>
<content type='text'>
This sets skb-&gt;dev and allows arch specific allocation.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Acked-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: hard-code the alignment of tiny packets</title>
<updated>2008-04-27T12:42:27Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2008-04-27T12:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e3eccad9f6e84656b45bfa07738934145b09e11e'/>
<id>urn:sha1:e3eccad9f6e84656b45bfa07738934145b09e11e</id>
<content type='text'>
There is no DMA involved here. Align the IP header without condition.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Acked-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: use the allocated buffer as a status code in sis190_alloc_rx_skb</title>
<updated>2008-04-27T12:36:59Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2008-04-27T12:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4709aa59ede5ff9902d60088d93d1c0e2e9d2247'/>
<id>urn:sha1:4709aa59ede5ff9902d60088d93d1c0e2e9d2247</id>
<content type='text'>
The local status code does not carry mory information.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Acked-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>sis190: read the mac address from the eeprom first</title>
<updated>2008-02-24T04:57:47Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2008-02-18T20:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=563e0ae06ff18f0b280f11cf706ba0172255ce52'/>
<id>urn:sha1:563e0ae06ff18f0b280f11cf706ba0172255ce52</id>
<content type='text'>
Reading a serie of zero from the cmos sram area do not work
well with is_valid_ether_addr(). Let's read the mac address
from the eeprom first as it seems more reliable.

Fix for http://bugzilla.kernel.org/show_bug.cgi?id=9831

Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addr</title>
<updated>2008-02-11T16:15:35Z</updated>
<author>
<name>Sergio Luis</name>
<email>sergio@uece.br</email>
</author>
<published>2008-02-10T20:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d785ad74641c59074786084b24a9283d7a7727b0'/>
<id>urn:sha1:d785ad74641c59074786084b24a9283d7a7727b0</id>
<content type='text'>
Fix following warnings:
WARNING: drivers/net/sis190.o(.text+0x103): Section mismatch in reference from the function sis190_get_mac_addr() to the function .devinit.text:sis190_get_mac_addr_from_apc()
WARNING: drivers/net/sis190.o(.text+0x10e): Section mismatch in reference from the function sis190_get_mac_addr() to the function .devinit.text:sis190_get_mac_addr_from_eeprom()

Annotate sis190_get_mac_addr() with __devinit.

Signed-off-by: Sergio Luis &lt;sergio@uece.br&gt;

 sis190.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>[netdrvr] sis190: build fix</title>
<updated>2008-02-03T12:28:45Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2008-01-30T09:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8ee8e922541a3dea0b53b177a3c5ccbf03631408'/>
<id>urn:sha1:8ee8e922541a3dea0b53b177a3c5ccbf03631408</id>
<content type='text'>
Fix PCI table section type conflict, by removing __devinitdata.

Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
