<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/net/b44.c, branch v2.6.17</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>[PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaround</title>
<updated>2006-05-16T14:59:31+00:00</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2006-05-15T16:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=639b421b911bbde1e3fb5ed037a4f8c85a5bffcb'/>
<id>639b421b911bbde1e3fb5ed037a4f8c85a5bffcb</id>
<content type='text'>
Needed for interaction with the nommu code in x86-64 which
will return bad_dma_address if the address exceeds dma_mask.

Cc: netdev@vger.kernel.org
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed for interaction with the nommu code in x86-64 which
will return bad_dma_address if the address exceeds dma_mask.

Cc: netdev@vger.kernel.org
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr b44] trim trailing whitespace</title>
<updated>2006-04-12T22:04:32+00:00</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-04-12T22:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=10badc215493a435e2dbdc691386f2650a1778de'/>
<id>10badc215493a435e2dbdc691386f2650a1778de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] b44: increase version to 1.00</title>
<updated>2006-04-12T22:04:03+00:00</updated>
<author>
<name>Gary Zambrano</name>
<email>zambrano@broadcom.com</email>
</author>
<published>2006-04-10T19:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8056bfafb8a845f3035e7aae5ffe405df118bc12'/>
<id>8056bfafb8a845f3035e7aae5ffe405df118bc12</id>
<content type='text'>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] b44: disable default tx pause</title>
<updated>2006-04-12T22:04:03+00:00</updated>
<author>
<name>Gary Zambrano</name>
<email>zambrano@broadcom.com</email>
</author>
<published>2006-04-10T19:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2b474cf53870abf1bbad631c3368b9efc9b5ba9d'/>
<id>2b474cf53870abf1bbad631c3368b9efc9b5ba9d</id>
<content type='text'>
Disable default tx pause frame support.
The b44 controller has a bug that generates excessive tx pause
frames.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable default tx pause frame support.
The b44 controller has a bug that generates excessive tx pause
frames.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG_ON() Conversion in drivers/net/</title>
<updated>2006-04-02T11:52:48+00:00</updated>
<author>
<name>Eric Sesterhenn</name>
<email>snakebyte@gmx.de</email>
</author>
<published>2006-04-02T11:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5d9428de1a9785f10a4339f80b717be665ba51c7'/>
<id>5d9428de1a9785f10a4339f80b717be665ba51c7</id>
<content type='text'>
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.

Signed-off-by: Eric Sesterhenn &lt;snakebyte@gmx.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.

Signed-off-by: Eric Sesterhenn &lt;snakebyte@gmx.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] b44: ensure valid mac addr</title>
<updated>2006-03-29T22:34:02+00:00</updated>
<author>
<name>Gary Zambrano</name>
<email>zambrano@broadcom.com</email>
</author>
<published>2006-03-28T22:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=391fc09a143aac08d1a3dc37b60238612b504ad3'/>
<id>391fc09a143aac08d1a3dc37b60238612b504ad3</id>
<content type='text'>
Added code to check for invalid MAC address from eeprom or user input.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added code to check for invalid MAC address from eeprom or user input.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>b44: fix force mac address before ifconfig up</title>
<updated>2006-03-29T22:12:05+00:00</updated>
<author>
<name>Gary Zambrano</name>
<email>zambrano@broadcom.com</email>
</author>
<published>2006-03-29T22:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5c5131297db57b501f371ab53c40343eac6f2af7'/>
<id>5c5131297db57b501f371ab53c40343eac6f2af7</id>
<content type='text'>
Initializing the b44 MAC &amp; PCI functional blocks in the controller must
occur inside init_one(). This will allow access to the MAC registers.
The controller was being powered up in b44_open() which would not allow
access to the registers before ifconfig was up.
Philip Kohlbecher found this bug.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initializing the b44 MAC &amp; PCI functional blocks in the controller must
occur inside init_one(). This will allow access to the MAC registers.
The controller was being powered up in b44_open() which would not allow
access to the registers before ifconfig was up.
Philip Kohlbecher found this bug.

Signed-off-by: Gary Zambrano &lt;zambrano@broadcom.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] b44: fix laptop carrier detect</title>
<updated>2006-01-27T03:10:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2006-01-21T05:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c35ca399e09828f3f6b40c0007a95a6582d90347'/>
<id>c35ca399e09828f3f6b40c0007a95a6582d90347</id>
<content type='text'>
On my laptop, the b44 device is created and the carrier state defaults
to ON when created by alloc_etherdev. This means tools like NetworkManager
see the carrier as On and try and bring the device up.  The correct thing
to do is mark the carrier as Off when device is created.

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On my laptop, the b44 device is created and the carrier state defaults
to ON when created by alloc_etherdev. This means tools like NetworkManager
see the carrier as On and try and bring the device up.  The correct thing
to do is mark the carrier as Off when device is created.

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] Fix warning with b44.c on 64bit boxes</title>
<updated>2006-01-18T00:28:50+00:00</updated>
<author>
<name>Alan Cox</name>
<email>alan@lxorguk.ukuu.org.uk</email>
</author>
<published>2006-01-17T17:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=22d4d77183f0af8b3b643544a5ae64ec6105d88b'/>
<id>22d4d77183f0af8b3b643544a5ae64ec6105d88b</id>
<content type='text'>
sizeof() return is not an int, so use max_t to get the types right.

Signed-off-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sizeof() return is not an int, so use max_t to get the types right.

Signed-off-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>b44: increase version number</title>
<updated>2005-11-30T21:35:39+00:00</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@electric-eye.fr.zoreil.com</email>
</author>
<published>2005-11-30T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=981d9c176dacf397d267215d44a4060c28663480'/>
<id>981d9c176dacf397d267215d44a4060c28663480</id>
<content type='text'>
Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
