<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net, branch v2.6.14.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/net?h=v2.6.14.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/net?h=v2.6.14.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-11-24T22:10:08Z</updated>
<entry>
<title>[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()</title>
<updated>2005-11-24T22:10:08Z</updated>
<author>
<name>Krzysztof Halasa</name>
<email>khc@pm.waw.pl</email>
</author>
<published>2005-11-11T00:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e193ed753d6f1301a06b797e512e01e3c569fec8'/>
<id>urn:sha1:e193ed753d6f1301a06b797e512e01e3c569fec8</id>
<content type='text'>
As we are currently unable to fix the problem with carrier and protocol
state signaling in net core I've to disable netif_carrier_off() calls
used by WAN protocol drivers. The attached patch should make them
working again.

The remaining netif_carrier_*() calls in hdlc_fr.c are fine as they
don't touch the physical device.

Signed-off-by: Krzysztof Halasa &lt;khc@pm.waw.pl&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] airo.c/airo_cs.c: correct prototypes</title>
<updated>2005-11-11T05:18:55Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-11-09T18:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f6e896dc60c84b5c5fb800c8e714b14f6e43668d'/>
<id>urn:sha1:f6e896dc60c84b5c5fb800c8e714b14f6e43668d</id>
<content type='text'>
This patch creates a file airo.h containing prototypes of the global
functions in airo.c used by airo_cs.c .

If you got strange problems with either airo_cs devices or in any other
completely unrelated part of the kernel shortly or long after a airo_cs
device was detected by the kernel, this might have been caused by the
fact that caller and callee disagreed regarding the size of the first
argument to init_airo_card()...

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] prism54 : Fix frame length</title>
<updated>2005-11-11T05:18:54Z</updated>
<author>
<name>Roger While</name>
<email>simrw@sim-basis.de</email>
</author>
<published>2005-11-09T18:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e0be26d5c0a5f9eaf3fe55dac456be3d8356bb67'/>
<id>urn:sha1:e0be26d5c0a5f9eaf3fe55dac456be3d8356bb67</id>
<content type='text'>
prism54 is leaking information when passing transmits to the firmware.
There is no requirement to adjust the length to &gt;= ETH_ZLEN.
Just pass the skb length (after possible adjustment).

Signed-off-by: Roger While &lt;simrw@sim-basis.de&gt;
Acked-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<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>
</feed>
