Re: [0/2] Kevent. Network AIO.

2006-02-10 Thread Evgeniy Polyakov
On Thu, Feb 09, 2006 at 11:09:23PM +0100, Tomasz Torcz ([EMAIL PROTECTED]) wrote: On Thu, Feb 09, 2006 at 10:59:23AM -0500, Benjamin LaHaise wrote: On Thu, Feb 09, 2006 at 04:56:11PM +0300, Evgeniy Polyakov wrote: Hello. I'm pleased to announce following projects: 1/2 - Kevent

[GIT] DECnet: Fix for big-endian machines

2006-02-10 Thread Patrick Caulfield
Please pull Steve's git repository from http://git.kernel.org/pub/scm/linux/kernel/git/steve/decnet-2.6.17.git diffstat: include/linux/dn.h | 44 - include/net/dn.h | 105 - include/net/dn_dev.h |

slab corruption after sungem recieve errors

2006-02-10 Thread Olaf Hering
I have seen this kind of error every once in a while on my G4/450 Mac. Linux version 2.6.13-20050921064541-default ([EMAIL PROTECTED]) (gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)) #1 Wed Sep 21 06:45:41 UTC 2005 sungem.c:v0.98 8/24/03 David S. Miller (davem@redhat.com) PHY ID:

Re: [PATCH] NET : No need to update last_rx in loopback driver

2006-02-10 Thread David S. Miller
From: Eric Dumazet [EMAIL PROTECTED] Date: Fri, 10 Feb 2006 11:00:03 +0100 Linux took 5 years to get out of BKL (Big Kernel Lock), so I think things can evolve step by step. In a few months I will use RCU for the x_tables problem if nobody else did the job before me :) Your work is

Re: [PATCH] AF_PACKET: mmap compat support

2006-02-10 Thread Christoph Hellwig
On Fri, Feb 10, 2006 at 06:25:33PM +0900, FUJITA Tomonori wrote: This is AF_PACKET mmap compat support. I confirmed that 32-bit and 64-bit tcpdump binaries using AF_PACKET mmap'ed pcap can dump packets properly with a 64-bit kernel. NACK. The 32bit test ifdefs are horrible. Please add

Re: [PATCH] AF_PACKET: mmap compat support

2006-02-10 Thread David S. Miller
From: Christoph Hellwig [EMAIL PROTECTED] Date: Fri, 10 Feb 2006 10:39:14 + On Fri, Feb 10, 2006 at 06:25:33PM +0900, FUJITA Tomonori wrote: This is AF_PACKET mmap compat support. I confirmed that 32-bit and 64-bit tcpdump binaries using AF_PACKET mmap'ed pcap can dump packets

Re: [patch] drivers/net/wireless: correct reported ssid lengths

2006-02-10 Thread Dan Williams
On Thu, 2006-02-09 at 14:18 -0800, Jean Tourrilhes wrote: On Wed, Feb 08, 2006 at 08:06:33PM -0500, John W. Linville wrote: On Mon, Jan 30, 2006 at 02:28:43PM -0800, Jean Tourrilhes wrote: On Mon, Jan 30, 2006 at 01:28:44PM -0500, Dan Williams wrote: I'll post a revert patch for the

RE: [PATCH 2.6.16-rc1] S2io: Large Receive Offload (LRO) feature(v2) for Neterion (s2io) 10GbE Xframe PCI-X and PCI-E NICs

2006-02-10 Thread Leonid Grossman
-Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] It's been merged in the 'lro' branch of netdev-2.6.git for a little while now. Once it gets additional review (and hopefully testing), I am OK with it going upstream. Jeff Hi Jeff, I agree the more

Re: [patch] drivers/net/wireless: correct reported ssid lengths

2006-02-10 Thread Jean Tourrilhes
On Fri, Feb 10, 2006 at 09:33:00AM -0500, Dan Williams wrote: Jean, You mean it would be wise to _not_ commit this patch, right? Yeah, it depend which way you look at it. I was talking of the reverse patch ;-) John: if that's the case (and I think it is?), please back that patch

Re: [Patch 1/1] updated: TCP/UDP getpeersec

2006-02-10 Thread Joy Latten
Catherine, My mailer may have been acting up, but the from header of your email had [EMAIL PROTECTED] instead of [EMAIL PROTECTED] :-) diff -puN security/selinux/hooks.c~lsm-secpeer security/selinux/hooks.c --- linux-2.6.16-rc1/security/selinux/hooks.c~lsm-secpeer 2006-02-01

Re: [PATCH] IPv6: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit)

2006-02-10 Thread Ingo Oeser
Hello, thanks for your review! On Thursday 09 February 2006 17:48, YOSHIFUJI Hideaki wrote: Did you test your patch? No, just visual inspection, sorry. Please keep nlmsg_failure, which is used by NLMSG_NEW(). Which is a rather nasty macro :-( Ok, will do a new version without that change,

Re: [patch] drivers/net/wireless: correct reported ssid lengths

2006-02-10 Thread Dan Williams
On Fri, 2006-02-10 at 09:07 -0800, Jean Tourrilhes wrote: On Fri, Feb 10, 2006 at 09:33:00AM -0500, Dan Williams wrote: Jean, You mean it would be wise to _not_ commit this patch, right? Yeah, it depend which way you look at it. I was talking of the reverse patch ;-) John:

[PATCH 2.6.17] bnx2: include linux/vmalloc.h

2006-02-10 Thread Michael Chan
Include linux/vmalloc.h so that it compiles properly on all archs. Update version to 1.4.38. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 630281b..fc19fb8 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -14,8 +14,8 @@

[PATCH] ACX: Delete .owner field in usb.c

2006-02-10 Thread Carlos Martín
diff-tree e0f5be38b5dea8bbfc486edbf9d88d5ee94941d9 (from 29292af943e12ace0115497616569f0629ed1cd7) Author: Carlos [EMAIL PROTECTED](none) Date: Fri Feb 10 21:02:39 2006 + Delete .owner field in usb.c It's no longer there. We already deleted it. Andi, I'm looking at you...

Re: [PATCH 2.6.17] bnx2: include linux/vmalloc.h

2006-02-10 Thread David S. Miller
From: Michael Chan [EMAIL PROTECTED] Date: Fri, 10 Feb 2006 10:13:45 -0800 Include linux/vmalloc.h so that it compiles properly on all archs. Update version to 1.4.38. Signed-off-by: Michael Chan [EMAIL PROTECTED] Applied, thanks Michael. - To unsubscribe from this list: send the line

[RFC] [PATCH] PFKEYv2 compliance

2006-02-10 Thread DuBuisson, Thomas
[PFKEY] Adds support for RFC 2367 Section 3.1.6 option 3 - SA consumer sending of PFKEY acquire messages. Previously, the only acquire messages accepted from user space to the kernel was for the key manager to indicate an error. Signed-off-by: Thomas M. DuBuisson [EMAIL PROTECTED] The

{Virus?} eBay

2006-02-10 Thread eBay
/20060210 (message k1ANfQ0l020804). -- Postmaster MailScanner thanks transtec Computers for their support - 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/majordomo-info.html

[PATCH] sky2: use mutex

2006-02-10 Thread Stephen Hemminger
This can wait till 2.6.17 since it isn't really a bug. It converts sky2 driver phy semaphore to a mutex. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Index: sky2/drivers/net/sky2.c === --- sky2.orig/drivers/net/sky2.c