Re: [PATCH -rt DO NOT APPLY] Fix for tg3 networking lockup

2006-08-25 Thread Michael Chan
On Fri, 2006-08-25 at 16:48 -0700, Marc Bevand wrote: But I was able to turn TSO on via ethtool -K. This is exactly the behavior I would like to see in tg3. So are you saying the patch I applied actually breaks ASF ? Yes, the TSO firmware code that tg3 downloads to the chip using your

Re: Any one know If tcp timers should look empty when last reference to socket has been dropped?

2006-08-25 Thread Piet Delaney
On Wed, 2006-08-23 at 20:38 -0700, Piet Delaney wrote: I was right, at least for 2.6.12, when we free the socket the timer should have list poison in them. retransmit_timer = { entry = { next = 0x100100, prev = 0x200200 }, expires = 44563, lock = { slock = 1,

Re: [PATCH] Congestion control (modulo lp, bic): use BUILD_BUG_ON

2006-08-25 Thread David Miller
From: Alexey Dobriyan [EMAIL PROTECTED] Date: Sat, 26 Aug 2006 03:57:41 +0400 Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] Applied, thanks. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] ethtool v4: add autoneg advertise feature

2006-08-25 Thread Jeff Kirsher
On 8/25/06, Bill Fink [EMAIL PROTECTED] wrote: On Thu, 24 Aug 2006, Michael Chan wrote: Jeff Kirsher wrote: The old way of setting autonegotiation was using the following command: ethtool -s ethx speed 100 duplex full auto on now the command would be ethtool -s ethx auto on

Re: [PATCH] ethtool v4: add autoneg advertise feature

2006-08-25 Thread Bill Fink
On Fri, 25 Aug 2006, Jeff Kirsher wrote: On 8/25/06, Bill Fink [EMAIL PROTECTED] wrote: I agree. Something like: ethtool -s ethx auto on advertise mode1+mode2+...+moden For example: ethtool -s ethx auto on advertise 100-half+100-full to set speed 100 either

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Stephen Hemminger
On Sat, 26 Aug 2006 01:06:26 +0200 Thomas Glanzmann [EMAIL PROTECTED] wrote: Hello Stephen, thanks for the fix, it fixes the problem for me. I closed the bug. On which hardware did you reproduce the bug and how did you found it? Did you use git bisect? Thomas Using sky2 on Intel

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Stephen Hemminger
On Sat, 26 Aug 2006 01:06:26 +0200 Thomas Glanzmann [EMAIL PROTECTED] wrote: Hello Stephen, thanks for the fix, it fixes the problem for me. I closed the bug. On which hardware did you reproduce the bug and how did you found it? Did you use git bisect? Thomas Finding the line was

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Herbert Xu
On Fri, Aug 25, 2006 at 03:43:53PM -0700, Stephen Hemminger wrote: TCP over IPV6 would incorrectly inherit the GSO settings. This would cause kernel to send Tcp Segmentation Offload packets for IPV6 data to devices that can't handle it. It caused the sky2 driver to lock

[patch 02/10] [TULIP] Print physical address in tulip_init_one

2006-08-25 Thread Valerie Henson
From: Grant Grundler [EMAIL PROTECTED] As the cookie returned by pci_iomap() is fairly useless... [Compile warning on pci_resource_start() format fixed up by Valerie Henson.] Signed-off-by: Grant Grundler [EMAIL PROTECTED] Signed-off-by: Kyle McMartin [EMAIL PROTECTED] Signed-off-by: Valerie

[patch 01/10] [TULIP] Change tulip maintainer

2006-08-25 Thread Valerie Henson
Signed-off-by: Valerie Henson [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] MAINTAINERS|4 ++-- drivers/net/tulip/21142.c |2 +- drivers/net/tulip/eeprom.c |2 +- drivers/net/tulip/interrupt.c |2 +- drivers/net/tulip/media.c |2 +-

[patch 08/10] [TULIP] Handle pci_enable_device() errors in resume

2006-08-25 Thread Valerie Henson
Signed-off-by: Valerie Henson [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/tulip/de2104x.c | 16 ++-- drivers/net/tulip/tulip_core.c |5 - drivers/net/tulip/winbond-840.c | 10 +++--- 3 files changed, 21 insertions(+), 10 deletions(-) ---

[patch 00/10] [TULIP] Tulip update

2006-08-25 Thread Valerie Henson
This patch set includes all the non-controversial tulip patches from the parisc tree, plus a few extra cleanups. The major highlight is the patch moving tulip_select_media() and its associated delay to a work queue, a nice piece of work from Francois Romieu, with some tweaks by Kyle McMartin.

[patch 04/10] [TULIP] Flush MMIO writes in reset sequence

2006-08-25 Thread Valerie Henson
From: Grant Grundler [EMAIL PROTECTED] The obvious safe registers to read is one from PCI config space. Signed-off-by: Grant Grundler [EMAIL PROTECTED] Signed-off-by: Kyle McMartin [EMAIL PROTECTED] Signed-off-by: Valerie Henson [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] ---

[patch 07/10] [TULIP] Use tulip.h in winbond-840.c

2006-08-25 Thread Valerie Henson
From: Grant Grundler [EMAIL PROTECTED] Include tulip.h in winbond-840.c and clean up lots of redundant definitions. Signed-off-by: Grant Grundler [EMAIL PROTECTED] Signed-off-by: Kyle McMartin [EMAIL PROTECTED] Signed-off-by: Valerie Henson [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL

[patch 09/10] [TULIP] Update tulip version

2006-08-25 Thread Valerie Henson
Signed-off-by: Valerie Henson [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/tulip/tulip_core.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.18-rc4-mm1.orig/drivers/net/tulip/tulip_core.c +++

[patch 03/10] [TULIP] Make DS21143 printout match lspci output

2006-08-25 Thread Valerie Henson
From: Thibaut Varene [EMAIL PROTECTED] Signed-off-by: Thibaut Varene [EMAIL PROTECTED] Signed-off-by: Kyle McMartin [EMAIL PROTECTED] Signed-off-by: Valerie Henson [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/tulip/tulip_core.c |2 +- 1 files changed, 1

[patch 10/10] [TULIP] Update winbond840.c version

2006-08-25 Thread Valerie Henson
Signed-off-by: Valerie Henson [EMAIL PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/tulip/winbond-840.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.18-rc4-mm1.orig/drivers/net/tulip/winbond-840.c +++

[patch 05/10] [TULIP] Defer tulip_select_media() to process context

2006-08-25 Thread Valerie Henson
From: Francois Romieu [EMAIL PROTECTED] Move tulip_select_media() processing to a workqueue, instead of delaying in interrupt context, edited by Kyle McMartin to use kevent thread, instead of creating its own workqueue. Signed-off-by: Kyle McMartin [EMAIL PROTECTED] Signed-off-by: Valerie Henson

Re: [2.6.17.8] NFS stall / BUG in UDP fragment processing / SKB trimming

2006-08-25 Thread Herbert Xu
On Fri, Aug 25, 2006 at 04:03:16PM -0700, Greg KH wrote: This patch doesn't apply at all to the latest 2.6.17-stable kernel tree. Care to rediff it? Hmm, I just rebased and it actually applied as is to 2.6.17.11 :) Anyway, here is the result: [INET]: Use pskb_trim_unique when trimming paged

Re: [PATCH 1/4] net: VM deadlock avoidance framework

2006-08-25 Thread Indan Zupancic
On Fri, August 25, 2006 17:39, Peter Zijlstra said: @@ -282,7 +282,8 @@ struct sk_buff { nfctinfo:3; __u8pkt_type:3, fclone:2, - ipvs_property:1; +

Re: [PATCH 4/4] nfs: deadlock prevention for NFS

2006-08-25 Thread Indan Zupancic
/* Check if this were the first socks: */ if (nr_socks - socks == 0) reserve += RX_RESERVE_PAGES; Can of course be: if (nr_socks == socks) reserve += RX_RESERVE_PAGES; Grumble, Indan - To unsubscribe from this list: send the line

Re: ProxyARP and IPSec

2006-08-25 Thread H. Peter Anvin
Alexey Kuznetsov wrote: Hello! I'm thinking that David definitely has a point about having a usability problem, though. All other kind of tunnels have endpoint devices associated with them, and that would make all these kinds of problems go away, Yes, when you deal with sane practical

<    1   2