[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

{Virus?} eBay

2006-02-10 Thread eBay
ar/spool/MailScanner/quarantine/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

[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 Li

Re: [PATCH 2.6.17] bnx2: include

2006-02-10 Thread David S. Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Fri, 10 Feb 2006 10:13:45 -0800 > Include 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 "unsubsc

[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... di

Re: [Patch] 2.4.32 - Neighbour Cache (ARP) State machine bug Fixed

2006-02-10 Thread Bill Davidsen
Grant Coady wrote: On Tue, 7 Feb 2006 17:50:03 -0800, Pradeep Vincent <[EMAIL PROTECTED]> wrote: One more attempt. Attaching the diff file as well. Signed off by: Pradeep Vincent <[EMAIL PROTECTED]> --- old/net/core/neighbour.cWed Nov 9 16:48:10 2005 +++ new/net/core/neighbour.cTue

[PATCH 2.6.17] bnx2: include

2006-02-10 Thread Michael Chan
Include 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 @@ #define DRV_MOD

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 ;-

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 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 > 00:55:23.00

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 pat

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 mo

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

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 pac

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 f

Re: [GIT] DECnet: Fix for big-endian machines

2006-02-10 Thread Patrick Caulfield
Apologies, the info in the last email was out of date. Here's the correct stuff: The git repository is still correct at git://git.kernel.org/pub/scm/linux/kernel/git/steve/decnet-2.6.17 The diffstat is: 0001-DECnet-Endian-annotation-and-fixes-for-DECnet.txt 0002-DECnet-Patch-to-fix-recvmsg-flag

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 apprec

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

2006-02-10 Thread Eric Dumazet
David S. Miller a écrit : Loopback is the wrong thing to optimize. We have several efficient mechanisms for local system communications. If you don't necessarily need socket semantics, use pipes (named or unnamed), else you can use AF_UNIX sockets. Van Jacobson shows a 6X improvement for real

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: 406212,

[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 | 8

[PATCH] AF_PACKET: mmap compat support

2006-02-10 Thread FUJITA Tomonori
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. Thanks to David for all your help. Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> --- net/packet/af_packet.c | 156 ++

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: > > > >