<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net, branch v2.6.13</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-28T01:05:14Z</updated>
<entry>
<title>Merge refs/heads/upstream-fixes from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 </title>
<updated>2005-08-28T01:05:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-28T01:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3d52acb34247816c453f94596e6c7fc4499b76dc'/>
<id>urn:sha1:3d52acb34247816c453f94596e6c7fc4499b76dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Fix 6pack setting of MAC address</title>
<updated>2005-08-27T08:32:39Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-08-24T17:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=214838a2108b4b1e18abce2e28d37996e9bf7c68'/>
<id>urn:sha1:214838a2108b4b1e18abce2e28d37996e9bf7c68</id>
<content type='text'>
Don't check type of sax25_family; dev_set_mac_address has already done
that before and anyway, the type to check against would have been
ARPHRD_AX25.  We only got away because AF_AX25 and ARPHRD_AX25 both happen
to be defined to the same value.

Don't check sax25_ndigis either; it's value is insignificant for the
purpose of setting the MAC address and the check has shown to break
some application software for no good reason.

Signed-off-by: Ralf Baechle DL5RB &lt;ralf@linux-mips.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] 6pack Timer initialization</title>
<updated>2005-08-27T08:32:39Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2005-08-25T18:38:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=84a2ea1c2cee0288f96e0c6aa4f975d4d26508c7'/>
<id>urn:sha1:84a2ea1c2cee0288f96e0c6aa4f975d4d26508c7</id>
<content type='text'>
I dropped the timer initialization bits by accident when sending the
p-persistence fix.  This patch gets the driver to work again on halfduplex
links.

Signed-off-by: Ralf Baechle DL5RB &lt;ralf@linux-mips.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git </title>
<updated>2005-08-26T23:32:31Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-26T23:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=13142341ac867bb67e88204cbfcb8d90f9a861b7'/>
<id>urn:sha1:13142341ac867bb67e88204cbfcb8d90f9a861b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] bogus iounmap() in emac</title>
<updated>2005-08-26T23:30:30Z</updated>
<author>
<name>Al Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2005-08-25T21:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b6a9ad73897acb7ea4cf56aae0fc39ba1c471fba'/>
<id>urn:sha1:b6a9ad73897acb7ea4cf56aae0fc39ba1c471fba</id>
<content type='text'>
Dumb typo: iounmap(&amp;local_pointer_variable).

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[TG3]: Fix ethtool loopback test lockup</title>
<updated>2005-08-25T22:31:41Z</updated>
<author>
<name>Michael Chan</name>
<email>mchan@broadcom.com</email>
</author>
<published>2005-08-25T22:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d4ef16088913002255eab9958fff4e98b3b507d6'/>
<id>urn:sha1:d4ef16088913002255eab9958fff4e98b3b507d6</id>
<content type='text'>
The tg3_abort_hw() call in tg3_test_loopback() is causing lockups on
some devices. tg3_abort_hw() disables the memory arbiter, causing
tg3_reset_hw() to hang when it tries to write the pre-reset signature.
tg3_abort_hw() should only be called after the pre-reset signature has
been written. This is all done in tg3_reset_hw() so the tg3_abort_hw()
call is unnecessary and can be removed.

[ Also bump driver version and release date. -DaveM ]

Signed-off-by: Michael Chan &lt;mchan@broadcom.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] emac netpoll fix</title>
<updated>2005-08-24T01:43:45Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=530d8e97384fd2a6805fa4515a4e6828d7b53ee2'/>
<id>urn:sha1:530d8e97384fd2a6805fa4515a4e6828d7b53ee2</id>
<content type='text'>
netpoll is void(struct net_device *), not int(struct net_device *)

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kconfig fix (emac dependencient)</title>
<updated>2005-08-24T01:43:43Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=997183dc2a8992374d93e66f5ea0d58fa1022a47'/>
<id>urn:sha1:997183dc2a8992374d93e66f5ea0d58fa1022a47</id>
<content type='text'>
emac doesn't build modular; ibm_emac_debug doesn't build at all (missing
headers).

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kconfig fix (airo_cs on m32r)</title>
<updated>2005-08-24T01:43:41Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ab62c1e1dae0dedfc300c9f8e5c74227a8e26665'/>
<id>urn:sha1:ab62c1e1dae0dedfc300c9f8e5c74227a8e26665</id>
<content type='text'>
airo_cs is broken on m32r; marked as such. [Proper fix would involve
separating PCI-dependent parts and making sure they don't get in the
way _and_ arranging for asm/scatterlist.h getting picked on m32r]

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kconfig fix (tms380tr and ISA_DMA_API)</title>
<updated>2005-08-24T01:43:41Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a4d544fdd30111a1183ab92ea25febb8b6460214'/>
<id>urn:sha1:a4d544fdd30111a1183ab92ea25febb8b6460214</id>
<content type='text'>
ISA parts of tms380tr are using ISA DMA helpers and should depend on
ISA_DMA_API.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
