<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net, branch v2.6.14</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/net?h=v2.6.14</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/net?h=v2.6.14'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-20T06:04:30Z</updated>
<entry>
<title>[PATCH] orinoco: limit message rate</title>
<updated>2005-10-20T06:04:30Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-10-20T04:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c367c21c93ccdaf7e1e124891633d89f9ae77f54'/>
<id>urn:sha1:c367c21c93ccdaf7e1e124891633d89f9ae77f54</id>
<content type='text'>
Brice Goglin &lt;Brice.Goglin@ens-lyon.org&gt; reports a printk storm from this
driver.  Fix.

Acked-by: David Gibson &lt;hermes@gibson.dropbear.id.au&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] wireless/airo: Build fix</title>
<updated>2005-10-15T00:10:12Z</updated>
<author>
<name>Matteo Croce</name>
<email>3297627799@wind.it</email>
</author>
<published>2005-10-14T22:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6593b58cfb54138781c5cd88f605e2ae663301b0'/>
<id>urn:sha1:6593b58cfb54138781c5cd88f605e2ae663301b0</id>
<content type='text'>
The aironet PCI driver has a build dependency on ISA that prevent the
driver to compile on systems that doesn't support ISA, like x86_64.  The
driver really doesn't depend on ISA, it does some ISA stuff in the
initialization code, since the driver supports both ISA and PCI cards.  So
the driver should depend on ISA_DMA_API to build on all systems, and this
will not hurt PCI at all.

Signed-off-by: Matteo Croce &lt;3297627799@wind.it&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>e100: revert CPU cycle saver microcode, it causes severe problems</title>
<updated>2005-10-11T05:38:35Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jgarzik@pobox.com</email>
</author>
<published>2005-10-11T05:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=875521ddccfa90d519cf31dfc8aa472f7f6325bb'/>
<id>urn:sha1:875521ddccfa90d519cf31dfc8aa472f7f6325bb</id>
<content type='text'>
for certain NICs

Reverting 685fac63f5ca6c5ca06bab641e1a32bbf9287e89:
&gt; [PATCH] e100: CPU cycle saver microcode
&gt;
&gt;
&gt; Add cpu cycle saver microcode to 8086:{1209/1229} other than ICH devices.
&gt;
&gt; Signed-off-by: Mallikarjuna R Chilakala &lt;mallikarjuna.chilakala@intel.com&gt;
&gt; Signed-off-by: Ganesh Venkatesan &lt;ganesh.venkatesan@intel.com&gt;
&gt; Signed-off-by: John Ronciak &lt;john.ronciak@intel.com&gt;
&gt; Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] gfp flags annotations - part 1</title>
<updated>2005-10-08T22:00:57Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2005-10-07T06:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7'/>
<id>urn:sha1:dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7</id>
<content type='text'>
 - added typedef unsigned int __nocast gfp_t;

 - replaced __nocast uses for gfp flags with gfp_t - it gives exactly
   the same warnings as far as sparse is concerned, doesn't change
   generated code (from gcc point of view we replaced unsigned int with
   typedef) and documents what's going on far better.

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2005-10-06T21:16:19Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-06T21:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9aec247d3b213f3c29cfba921cf11deb1ed513cd'/>
<id>urn:sha1:9aec247d3b213f3c29cfba921cf11deb1ed513cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[BONDING]: fix sparse gfp nocast warnings</title>
<updated>2005-10-05T05:39:41Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-10-05T05:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=de54f3907d2f5d8e25cfafe513811f146b250dee'/>
<id>urn:sha1:de54f3907d2f5d8e25cfafe513811f146b250dee</id>
<content type='text'>
Fix implicit nocast warnings in bonding code:
drivers/net/bonding/bond_main.c:1302:49: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] orinoco: Information leakage due to incorrect padding</title>
<updated>2005-10-05T03:37:21Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2005-10-05T01:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9bc39bec87ee3e35897fe27441e979e7c208f624'/>
<id>urn:sha1:9bc39bec87ee3e35897fe27441e979e7c208f624</id>
<content type='text'>
The orinoco driver can send uninitialized data exposing random pieces of
the system memory.  This happens because data is not padded with zeroes
when its length needs to be increased.

Reported by Meder Kydyraliev &lt;meder@o0o.nu&gt;

Signed-off-by: Pavel Roskin &lt;proski@gnu.org&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] bogus kfree() in ibmtr</title>
<updated>2005-10-04T20:22:00Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2005-10-04T16:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=25e2d79f527b7abce624f30516f3167195b69a2e'/>
<id>urn:sha1:25e2d79f527b7abce624f30516f3167195b69a2e</id>
<content type='text'>
On several failure exits in ibmtr we end up doing kfree() on dev-&gt;priv,
with dev allocated by alloc_trdev() and -&gt;priv never reassigned.

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sungem: fix gfp flags type</title>
<updated>2005-10-04T09:29:48Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-10-04T07:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=832f8f0378ff1566f2a222352c7ad5df3f8d0d9d'/>
<id>urn:sha1:832f8f0378ff1566f2a222352c7ad5df3f8d0d9d</id>
<content type='text'>
Fix nocast sparse warnings in sungen:
drivers/net/sungem.h:1040:45: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] ns83820: fix gfp flags type</title>
<updated>2005-10-04T09:29:48Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-10-04T04:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=81c58732277654a51bb52832e1bc74234bb977bc'/>
<id>urn:sha1:81c58732277654a51bb52832e1bc74234bb977bc</id>
<content type='text'>
Fix implicit nocast warnings in ns83820 code, including __nocast:
drivers/net/ns83820.c:603:46: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
</content>
</entry>
</feed>
