Francois Romieu wrote:
Auke Kok <[EMAIL PROTECTED]> :
[...]
It is suspected that workarounds in the _up() routine of e1000 can cause
^
the receive unit to be enabled before we're all done initializing the
adapter data. An interrupt arriving before we're all done setting up
obv
Tested by Marijn Schouten
zd1211b chip 0586:340f v4810 high 00-13-49 AL2230_RF pa0 g---
FCC ID: I88G220V2
Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
---
drivers/net/wireless/d80211/zd1211rw/zd_usb.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless
From: Ulrich Kunitz <[EMAIL PROTECTED]>
Michael Buesch commented that GFP_NOFS should not be used in a
network driver. This patch implements it for zd1211rw-d80211.
Signed-off-by: Ulrich Kunitz <[EMAIL PROTECTED]>
Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
---
drivers/net/wireless/d80211/zd
Auke Kok <[EMAIL PROTECTED]> :
[...]
> It is suspected that workarounds in the _up() routine of e1000 can cause
^
> the receive unit to be enabled before we're all done initializing the
> adapter data. An interrupt arriving before we're all done setting up
> obviously causes prob
Hi Dave,
here are some patches for the Bluetooth subsystem. All of them are
pending patches that can be finally included since the missing core
functionality has been merged upstream.
Regards
Marcel
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.
On 17/02/07, Francois Romieu <[EMAIL PROTECTED]> wrote:
Michal Piotrowski <[EMAIL PROTECTED]> :
[...]
Did you enable RTL8139_DEBUG ?
If so you can try the patch below.
I enabled debugging
#define RTL8139_DEBUG 3
Here is a full log
http://www.stardust.webpages.pl/files/tbf/bitis-gabonica/2.6
Francois Romieu <[EMAIL PROTECTED]> :
> Michal Piotrowski <[EMAIL PROTECTED]> :
> [...]
>
> Did you enable RTL8139_DEBUG ?
>
> If so you can try the patch below.
It's buggy there too but you are not experiencing this one.
1 - netpoll() calls the poll() handler of the device through netpoll_poll
Michal Piotrowski <[EMAIL PROTECTED]> :
[...]
Did you enable RTL8139_DEBUG ?
If so you can try the patch below.
diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index 35ad5cf..da61368 100644
--- a/drivers/net/8139too.c
+++ b/drivers/net/8139too.c
@@ -634,7 +634,6 @@ static int rtl8139_
Stephen Hemminger <[EMAIL PROTECTED]> :
[...]
> You need to hold a dev reference (dev_hold) as well. to keep the device
> from disappearing. or do a flush_scheduled_work in the remove routine.
The patched drivers do #2 (before unregister_netdev).
--
Ueimor
-
To unsubscribe from this list: send t
Jeff Garzik wrote:
Kok, Auke wrote:
Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]>
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/e1000/e1000_main.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
applie
Baruch Even wrote:
Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it.
The simple solution is to make it depend on INET as happens for the sealevel
driver.
Fixes bug #7930.
Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list: sen
Ralf Baechle wrote:
Start link negotiation in the open method. Previously it was started
on driver initialialization and shutdown on close so an ifdown would
have results in closing negotiation for good.
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list
Stephen Hemminger wrote:
Nag message about planned sk98lin removal.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/ma
Kok, Auke wrote:
Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]>
Signed-off-by: Auke Kok <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/e1000/e1000_main.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
applied 1-3, though patch
Gary Zambrano wrote:
Replaced B44_DMA_MASK with DMA_30BIT_MASK.
Signed-off by: Gary Zambrano <[EMAIL PROTECTED]>
applied 1-2
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majord
Steve Wise wrote:
Fix copyrights in the cxgb3 driver.
Remove the Open Grid Computing copyright. It shouldn't be there.
Signed-off-by: Steve Wise <[EMAIL PROTECTED]>
---
drivers/net/cxgb3/cxgb3_defs.h|1 -
drivers/net/cxgb3/cxgb3_offload.c |1 -
drivers/net/cxgb3/cxgb3_offload.h |
Stephen Hemminger wrote:
Don't mark pause frames as errors. This problem caused transmitter not
to pause and would effectively take out a gigabit switch because the
it can't handle overrun.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
applied 1-6
-
To unsubscribe from this list:
[EMAIL PROTECTED] wrote:
From: "Ahmed S. Darwish" <[EMAIL PROTECTED]>
Use ARRAY_SIZE macro already defined in kernel.h for ATM
drivers.
Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: chas williams <[EMAIL PROTECTED]>
Cc: "David S. Miller" <[EMAIL PRO
Ralf Baechle wrote:
And while at it loose plenty of useless casts.
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordom
[EMAIL PROTECTED] wrote:
From: Jeff Morrow <[EMAIL PROTECTED]>
The modifications and bug fixes noted below were done by Realtime Control
Works and Contemporary Control Systems, Inc, Jan 2005. They were
incorporated into the 2.6 kernel by Jeff Morrow of Sierra Analytics, Feb
2007. <[EMAIL PROTE
Haavard Skinnemoen wrote:
Remove spin_lock_irqsave() around mii_ethtool_gset, mii_ethtool_sset
and generic_mii_ioctl. These are unnecessary and harmful because
the mii calls may call back into the mdio functions, which may sleep.
Pointed out by David Brownell.
Signed-off-by: Haavard Skinnemoen
[EMAIL PROTECTED] wrote:
Remove the experimental tag for the pcnet32 NAPI implementation.
Signed-off-by: Don Fry <[EMAIL PROTECTED]>
applied both patches
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
Sergei Shtylyov wrote:
It was hardly necessary to repeat most of the code from gfar_error() in
gfar_interrupt(), especially having some inconsistencies between the two.
So, make the gfar_interrupt() just call gfar_error(), and not acknowledge
the interrupts itself as gfar_{receive/transmit/error}
Richard Knutsson wrote:
Convert pci_module_init() to pci_register_driver().
Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]>
---
Compile-tested with "allyes", "allmod" & "allno" on i386
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to
Amit S. Kale wrote:
Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]>
---
netxen_nic.h |8
1 files changed, 4 insertions(+), 4 deletions(-)
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo inf
Mark Brown wrote:
Aculab E1/T1 PMXc cPCI carrier card cards present a natsemi on the cPCI
bus with an oversized EEPROM using a direct MII<->MII connection with no
PHY. This patch adds a new device table entry supporting these cards.
Signed-Off-By: Mark Brown <[EMAIL PROTECTED]>
@@ -811,7 +81
Mark Brown wrote:
This patch provides code paths which allow the natsemi driver to use the
external MII port on the chip but ignore any PHYs that may be attached to it.
The link state will be left as it was when the driver started and can be
configured via ethtool. Any PHYs that are present can
Jay Cliburn wrote:
From: Jay Cliburn <[EMAIL PROTECTED]>
The atl1 driver doesn't need NET_PCI. Remove it from Kconfig.
Noticed by Chad Sprouse.
Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]>
Signed-off-by: Chris Snook <[EMAIL PROTECTED]>
applied 1-6
-
To unsubscribe from this list: send th
Andy Fleming wrote:
From Andy Fleming <[EMAIL PROTECTED]>
Changes include:
* New support for 88e1145
* New support for 88e111s
* Fixing 88e1101 driver to not match non-88e1101 PHYs
* Increases in feature support across Marvell PHY product line
* Fixes a bunch of whitespace issues found by Linde
Kumar Gala wrote:
Convert network devices to use struct device instead of class_device. Greg
missed this one in his cleanup path.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
Jeff,
Sorry my mailer was completely screwed. I thought I had fixed the
settings to turn of flowed text. I thi
Hello.
Sergei Shtylyov wrote:
3x59x-fix-pci-resource-management.patch causes the following compile
error with CONFIG_PCI=n:
<-- snip -->
...
CC drivers/net/3c59x.o
/home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/net/3c59x.c:
In function 'vortex_init_one':
/home/bunk/lin
Hello, I wrote:
3x59x-fix-pci-resource-management.patch causes the following compile
error with CONFIG_PCI=n:
<-- snip -->
...
CC drivers/net/3c59x.o
/home/bunk/linux/kernel-2.6/linux-2.6.20-rc4-mm1/drivers/net/3c59x.c:
In function 'vortex_init_one':
/home/bunk/linux/kernel-2.6/li
Hi,
Feb 17 20:07:09 bitis-gabonica kernel:
===
Feb 17 20:07:09 bitis-gabonica kernel: [ INFO: possible circular locking
dependency detected ]
Feb 17 20:07:09 bitis-gabonica kernel: 2.6.20 #54
Feb 17 20:07:09 bitis-gabonica kernel:
On Fri, Feb 09, 2007 at 05:43:14AM +0100, Samir Bellabes ([EMAIL PROTECTED])
wrote:
> Hi,
>
> Here is a new feature which can help firewalls to be more application
> aware, so more useful for people.
>
> Our previous discussion about cn_net and firewalls:
> http://marc2.theaimsgroup.com/?t=11597
On Fri, Feb 16, 2007 at 09:34:27PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED])
wrote:
> Otherwise we can extend select output mask to include hungup too
> (getting into account that hungup is actually output event).
This is another possible way to fix select after write after connection
reset.
S
On Sat, Feb 17, 2007 at 11:11:13PM +0900, takada wrote:
> is it mean what doesn't help with doesn't call set_cx86_reoder()?
> this function disable to reorder at 0x4000: to 0x:.
> does pcnet32 access at out of above range?
No it is accessing system memory by DMA to transfer frames. Si
Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it.
The simple solution is to make it depend on INET as happens for the sealevel
driver.
Fixes bug #7930.
Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>
Index: 2.6-gt/drivers/net/wan/Kconfig
==
From: [EMAIL PROTECTED] (Lennart Sorensen)
Subject: Re: MediaGX/GeodeGX1 requires X86_OOSTORE. (Was: Re: Strange
connection slowdown on pcnet32)
Date: Fri, 16 Feb 2007 19:00:19 -0500
> On Fri, Feb 16, 2007 at 05:48:24PM -0500, Lennart Sorensen wrote:
> > Well so far it really looks like enabling
Fix bug #6216, update the link for CONFIG_IP_MCAST help message. The bug with
the proposed fix was submitted by [EMAIL PROTECTED]
Correct other dead/indirect links in the same file.
Signed-Off-By: Baruch Even <[EMAIL PROTECTED]>
Index: 2.6-gt/net/ipv4/Kconfig
On Mon, Feb 05, 2007 at 10:02:53AM -0800, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote:
> On Sat, 4 Feb 2007 [EMAIL PROTECTED] wrote:
>
> >I noticed in an LCA talk mention that apprently extensible hashing
> >with RCU access is an unsolved problem. Here's an idea for solving it.
> >
>
> Yes,
Your message dated Sat, 17 Feb 2007 13:40:26 +0100 with subject "Mail System
Error - Returned Mail" has been submitted to the moderator of the TOURBUS
list: [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More ma
41 matches
Mail list logo