Re: [PATCH]: Make SCTP use list_head for all chunk lists

2005-07-08 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Fri, 08 Jul 2005 18:40:18 -0700 > On Fri, 2005-07-08 at 17:22 -0700, David S. Miller wrote: > > From: "David S. Miller" <[EMAIL PROTECTED]> > > Date: Fri, 08 Jul 2005 16:27:56 -0700 (PDT) > > > > > I'll see if I can figure out a way to deal with t

[2.6 patch] fix IP_FIB_HASH kconfig warning

2005-07-08 Thread Adrian Bunk
On Mon, Jul 04, 2005 at 08:27:56PM +0200, Roman Zippel wrote: >... > config IP_FIB_HASH > def_bool ASK_IP_FIB_HASH || !IP_ADVANCED_ROUTER An updated patch is below. > bye, Roman cu Adrian <-- snip --> This patch fixes the following kconfig warning: net/ipv4/Kconfig:92:warning: d

[2.6 patch] net/irda/: possible cleanups

2005-07-08 Thread Adrian Bunk
This patch contains the following possible cleanups: - make the following needlessly global function static: - irnet/irnet_ppp.c: irnet_init - remove the following unneeded EXPORT_SYMBOL's: - irlmp.c: sysctl_discovery_timeout - irlmp.c: irlmp_reasons - irlmp.c: irlmp_dup - irqueue.c: hash

[-mm patch] drivers/net/wireless/ipw2200.c: remove division by zero

2005-07-08 Thread Adrian Bunk
gcc correctly complained about a division by zero for HZ < 1000. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 2 Jul 2005 --- linux-2.6.13-rc1-mm1-full/drivers/net/wireless/ipw2200.c.old 2005-07-02 23:14:39.0 +0200 +++ linux-2.6.13-rc1-mm1-

Re: [PATCH]: Make SCTP use list_head for all chunk lists

2005-07-08 Thread Sridhar Samudrala
On Fri, 2005-07-08 at 17:22 -0700, David S. Miller wrote: > From: "David S. Miller" <[EMAIL PROTECTED]> > Date: Fri, 08 Jul 2005 16:27:56 -0700 (PDT) > > > I'll see if I can figure out a way to deal with this cleanly. > > I figured out a way. Sridhar can you give this patch below > a test? I di

Re: [PATCH 3/3] multicast API "join" issues

2005-07-08 Thread David S. Miller
Also applied, thanks a lot. - 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

Re: [PATCH 2/3] multicast API "join" issues

2005-07-08 Thread David S. Miller
Patch 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 http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] multicast API "join" issues

2005-07-08 Thread David S. Miller
Patch applied, thanks David. - 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

Re: [PATCH 2/2] fix IPv4 leave-group group matching

2005-07-08 Thread David S. Miller
From: David Stevens <[EMAIL PROTECTED]> Date: Fri, 8 Jul 2005 14:59:30 -0600 > This patch fixes the multicast group matching for > IP_DROP_MEMBERSHIP, > similar to the IP_ADD_MEMBERSHIP fix in a prior patch. Groups are > identified > by and including the interface address in the > matc

Re: [PATCH 1/2] (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fix

2005-07-08 Thread David S. Miller
From: David Stevens <[EMAIL PROTECTED]> Date: Fri, 8 Jul 2005 14:56:34 -0600 > This patch: > 1) Adds (INCLUDE, empty)/leave-group equivalence to the full-state > multicast > source filter APIs (IPv4 and IPv6) > 2) Fixes an incorrect errno in the IPv6 leave-group (ENOENT should be

Re: oops booting 2.6.13-rc1-mm1

2005-07-08 Thread Herbert Xu
Alexander Nyberg <[EMAIL PROTECTED]> wrote: > Oops at bottom, got it while booting. X86/UP/PREEMPT/PREEMPT_BKL > Appears random (can't reproduce) :| You need this patch which is already merged upstream. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PR

[PATCH]: Make SCTP use list_head for all chunk lists

2005-07-08 Thread David S. Miller
From: "David S. Miller" <[EMAIL PROTECTED]> Date: Fri, 08 Jul 2005 16:27:56 -0700 (PDT) > I'll see if I can figure out a way to deal with this cleanly. I figured out a way. Sridhar can you give this patch below a test? I use the control block to store the chunk pointer, then pass skb's around.

RE: [PATCH] e100 sleeps in invalid context

2005-07-08 Thread Catalin(ux aka Dino) BOIE
On Fri, 8 Jul 2005, Brandeburg, Jesse wrote: The attached patch tries to fix the problem deffering _up/_down. Please apply. This patch is already in 2.6.12, but thanks! I tried before making the patch to update my tree with cogito but it failed... Thanks! --- Catalin(ux aka Dino) BOIE c

Re: [INCOMPLETE PATCH]: killing skb->list

2005-07-08 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Fri, 08 Jul 2005 15:47:56 -0700 > I guess we could use the generic lists rather than skb list. But > your sctp_chunk_list looks fine for now except for a minor > bug in __sctp_chunk_dequeue(). You missed resetting result->list > to NULL. Thanks fo

Re: Seekable Sockets

2005-07-08 Thread David S. Miller
From: Chase Douglas <[EMAIL PROTECTED]> Date: Fri, 08 Jul 2005 16:12:12 -0500 > This can be useful for programs such as mpi. In mpi, a server receives > results of computations from clients. However, the server cannot control who > sends data when. If the server needs data from client A to know ho

Re: [INCOMPLETE PATCH]: killing skb->list

2005-07-08 Thread Sridhar Samudrala
On Thu, 2005-07-07 at 22:19 -0700, David S. Miller wrote: > I got inspired eariler today, and found that it seemed > it might be easy to kill off the 'list' member of > struct sk_buff without changing sk_buff_head at all. > > I got very far. Nearly every single piece of code was > easy to change

[-mm patch] is_broadcast_ether_addr() is still required

2005-07-08 Thread Adrian Bunk
This patch by Bernhard Rosenkraenzer <[EMAIL PROTECTED]> is still required to fix the following compile error: <-- snip --> ... CC drivers/net/wireless/ipw2200.o ... drivers/net/wireless/ipw2200.c: In function `ipw_rx': drivers/net/wireless/ipw2200.c:4937: warning: implicit declaration

Re: [PATCH 2.6.13-rc1 8/17] bonding: SYSFS INTERFACE (large)

2005-07-08 Thread Greg KH
On Fri, Jul 08, 2005 at 02:14:54PM -0700, Mitch Williams wrote: > (Adding vger to Cc: list, so as to spread the joy around.) > > On Thu, 7 Jul 2005, Greg KH wrote: > > > > > > > Moving the individual bond directories to a bonds/ directory > > > is problematic. Because each bond shows up a just a

Seekable Sockets

2005-07-08 Thread Chase Douglas
I've been working on the implementation for seekable sockets in tcp. A patch of my work so far is attached. I believe that it works correctly excepting a bug in tcp_collapse_seekable, which has been disabled in tcp_prune_queue to prevent it from arising at the moment. What this patch creates is a

Re: [PATCH 2.6.13-rc1 8/17] bonding: SYSFS INTERFACE (large)

2005-07-08 Thread Mitch Williams
(Adding vger to Cc: list, so as to spread the joy around.) On Thu, 7 Jul 2005, Greg KH wrote: > > > > Moving the individual bond directories to a bonds/ directory > > is problematic. Because each bond shows up a just another network > > interface, they show up in /sys/class/net automatically. W

[PATCH 2/2] fix IPv4 leave-group group matching

2005-07-08 Thread David Stevens
This patch fixes the multicast group matching for IP_DROP_MEMBERSHIP, similar to the IP_ADD_MEMBERSHIP fix in a prior patch. Groups are identified by and including the interface address in the match will fail if a leave-group is done by address when the join was done by index, or if di

[PATCH 1/2] (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fix

2005-07-08 Thread David Stevens
This patch: 1) Adds (INCLUDE, empty)/leave-group equivalence to the full-state multicast source filter APIs (IPv4 and IPv6) 2) Fixes an incorrect errno in the IPv6 leave-group (ENOENT should be EADDRNOTAVAIL) [in-line for viewing, attached for applying] Signed-off-by: Davi

RFD: kernel PPTP support

2005-07-08 Thread Alan Jenkins
I'm a student with time on my hands who's recently become interested in PPTP. I would like to try to add some support for the PPTP protocol in the kernel. PPTP (Point to Point Tunneling Protocol) was created by a "vendor consortium" including Microsoft, and is described in RFC 2637. It can be us

Re: [-mm patch] is_broadcast_ether_addr() is still required

2005-07-08 Thread Andrew Morton
Adrian Bunk <[EMAIL PROTECTED]> wrote: > > This patch by Bernhard Rosenkraenzer <[EMAIL PROTECTED]> is still > required to fix the following compile error: I think this problem is due to my failure to navigate the miasma of Jeff's git trees. I need to go in and look at all his branches and work

RE: [PATCH 2.6.12.1 5/12] S2io: Performance improvements

2005-07-08 Thread Raghavendra Koushik
I'll include this fix in the next patch that incorporates any other review comments coming my way.. Thanks for pointing it out. -Koushik > -Original Message- > From: Arthur Kepner [mailto:[EMAIL PROTECTED] > Sent: Friday, July 08, 2005 8:31 AM > To: Raghavendra Koushik > Cc: [EMAIL PROTE

RE: [PATCH 2.6.12.1 5/12] S2io: Performance improvements

2005-07-08 Thread Ravinandan Arakali
Arthur/David/Jeff, Thanks for pointing that out. We will wait for any other comments on our 12 patches. If there are no other, will send out a patch13 to include the mmiowb() change. Thanks, Ravi -Original Message- From: Arthur Kepner [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005

Re: [PATCH 1/2] net: add a top-level Networking menu to *config

2005-07-08 Thread randy_dunlap
On Fri, 8 Jul 2005 00:38:32 + Sam Ravnborg wrote: | Create a new top-level menu named "Networking" thus moving | net related options and protocol selection way from the drivers | menu and up on the top-level where they belong. | | To implement this all architectures has to source "net/Kconfig

RE: [PATCH] e100 sleeps in invalid context

2005-07-08 Thread Brandeburg, Jesse
>NETDEV WATCHDOG: eth2: transmit timed out >Debug: sleeping function called from invalid context at mm/slab.c:2088 >in_atomic():1, irqs_disabled():0 >[] __might_sleep+0x92/0xa0 >[] __kmalloc+0x81/0x90 >[] proc_create+0x86/0x100 >[] proc_mkdir_mode+0x1d/0x60 >[] register_handler_proc+0x6c/0x80 >[] s

RE: [PATCH 2.6.12.1 5/12] S2io: Performance improvements

2005-07-08 Thread Arthur Kepner
On Thu, 7 Jul 2005, Raghavendra Koushik wrote: > > On an Altix machine I believe the readq was necessary to flush > the PIO writes. How long did you run the tests? I had seen > in long duration tests that an occasional write > (TXDL control word and the address) would be missed and the xmit

Re: [Fwd: [patch 02/15] ppp_mppe: add PPP MPPE encryption module]

2005-07-08 Thread Paul Mackerras
To follow up on my comments on the mppe patch, it still misses the most important thing, which is to make sure you don't send unencrypted data if CCP should go down. A received CCP TermReq or TermAck will clear the SC_DECOMP_RUN flag and the code will then ignore the xcomp->must_compress flag. I

Radvd 0.8 released

2005-07-08 Thread Pekka Savola
Hi, A new radvd maintenance version, 0.8, has been released. Radvd is an IPv6 routing advertisement daemon. Get it at: http://www.litech.org/radvd/ The most notable changes are: - More specific route codepoint has been changed to the official value, 24. - Fix incorrect calculation of the 6t

Re: [Fwd: [patch 02/15] ppp_mppe: add PPP MPPE encryption module]

2005-07-08 Thread Paul Mackerras
Some comments on the MPPE kernel patch (sorry it's taken me so long): > +static inline struct sk_buff * > +pad_compress_skb(struct ppp *ppp, struct sk_buff *skb) > +{ > + struct sk_buff *new_skb; > + int len; > + int new_skb_size = ppp->dev->mtu + ppp->xcomp->comp_skb_extra_space + >

[PATCH] Fix io ordering problems in e100

2005-07-08 Thread Catalin(ux aka Dino) BOIE
Hello! Checking e100.c code against Documentation/io_ordering.txt I found the following problem: spin_lock_irq... write spin-unlock e100_write_flush The attached patch fix the code like this: spin_lock_irq... write e100_write_flush spin-unlock Please apply. Thanks! Signed-off-by: Catalin

sk_buff tags as "extensions"

2005-07-08 Thread Arnaldo Carvalho de Melo
Resending as gmail borked the message somehow and it didn't made it to netdev. On 7/8/05, David S. Miller <[EMAIL PROTECTED]> wrote: > That's why I'm working on shrinking the size assuming all the > config options are enabled, because that is the reality for most > installations. > For all of thi

[PATCH] e100 sleeps in invalid context

2005-07-08 Thread Catalin(ux aka Dino) BOIE
Hello! The following backtrace was captured on the wild. :) NETDEV WATCHDOG: eth2: transmit timed out Debug: sleeping function called from invalid context at mm/slab.c:2088 in_atomic():1, irqs_disabled():0 [] __might_sleep+0x92/0xa0 [] __kmalloc+0x81/0x90 [] proc_create+0x86/0x100 [] proc_mkdir_