Re: [PATCH] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-13 Thread Harald Welte
On Mon, Feb 13, 2006 at 10:32:49AM +0900, Yasuyuki KOZAKAI wrote: Hi, Harald, From: Harald Welte [EMAIL PROTECTED] Date: Sun, 12 Feb 2006 18:56:22 +0100 [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' This patch moves all helper related data fields of 'struct

Re: [RFC: 2.6 patch] CONFIG_FORCEDETH updates

2006-02-13 Thread Arthur Othieno
On Sun, Feb 12, 2006 at 05:03:36PM -0500, Lee Revell wrote: On Sun, 2006-02-12 at 18:52 +0100, Adrian Bunk wrote: This patch contains the following possible updates: - let FORCEDETH no longer depend on EXPERIMENTAL - remove the Reverse Engineered from the option text: for the user it's

[RFC, patch-2.6] Controlling the auto-route setting behaviour of the kernel (Repost)

2006-02-13 Thread Sven Anders
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! I implemented a patch to control the behaviour of the kernel when setting routes automatically while adding a new network address. You can select the types of routes you want to be set automatically. This enables the user - as an example -

Re: [PATCH] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-13 Thread Harald Welte
Hi Dave! This is the correct (latest) version of this patch. Sorry for the confusion. Please apply to net-2.6.17, thanks! [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn' This patch moves all helper related data fields of 'struct nf_conn' into a separate structure

Re: [PATCH] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-13 Thread David S. Miller
From: Harald Welte [EMAIL PROTECTED] Date: Mon, 13 Feb 2006 09:17:58 +0100 Dave: Please hold, I sent an old version. You'll get a new one ASAP. OK. - 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] [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'

2006-02-13 Thread David S. Miller
From: Harald Welte [EMAIL PROTECTED] Date: Mon, 13 Feb 2006 11:04:36 +0100 This is the correct (latest) version of this patch. Sorry for the confusion. Please apply to net-2.6.17, thanks! Applied, thanks. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a

2.6.16, sk98lin out of date

2006-02-13 Thread Alistair John Strachan
Hi, As I'm sure the drivers/net maintainers are well aware, SysKonnect constantly update their sk98lin/sky2 driver without bothering to sync their changes with the official linux kernel. I quickly downloaded driver version 8.31 from http://www.skd.de/ today and used the install script to

[PATCH] 2.6.16: [NETFILTER] Fix Kconfig menu level for x_tables

2006-02-13 Thread Harald Welte
Hi Dave, please apply this to the 2.6.16 tree and push it to Linus. Thanks! [NETFILTER] Fix Kconfig menu level for x_tables The new x_tables related Kconfig options appear at the wrong menu level without this patch. Signed-off-by: Harald Welte [EMAIL PROTECTED] --- commit

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Matti Aarnio
On Mon, Feb 13, 2006 at 10:58:03AM +, Alistair John Strachan wrote: From: Alistair John Strachan [EMAIL PROTECTED] To: netdev@vger.kernel.org Subject: 2.6.16, sk98lin out of date Date: Mon, 13 Feb 2006 10:58:03 + Cc: linux-kernel@vger.kernel.org Hi, As I'm sure the

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Alistair John Strachan
On Monday 13 February 2006 11:05, Matti Aarnio wrote: On Mon, Feb 13, 2006 at 10:58:03AM +, Alistair John Strachan wrote: Hi, As I'm sure the drivers/net maintainers are well aware, SysKonnect constantly update their sk98lin/sky2 driver without bothering to sync their changes with

[RFC,NETFILTER]: Fix xfrm lookup after SNAT

2006-02-13 Thread Patrick McHardy
I finally got around to fixing the ip_finish_output2: No header cache and no neighbour! problem reported by Andi Kleen. Instead of rerouting the packet in POST_ROUTING, we reuse the original route for the xfrm_lookup. This introduces a small restriction (see changelog entry), but I think it should

[PATCH] [BRIDGE]: netfilter missing symbol has_bridge_parent

2006-02-13 Thread Stephen Hemminger
Horms patch was the best of the three fixes. Dave, already applied Harald's version, so this patch converts that to the better one. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- sky2.orig/net/bridge/br_netfilter.c 2006-02-13 10:26:23.0 -0800 +++ sky2/net/bridge/br_netfilter.c

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Lee Revell
On Mon, 2006-02-13 at 12:06 +0100, Mws wrote: hi, as i do have the same problem i may help you out. at first, syskonnect did send their kernel diffs/patches but they we're rejected caused by coding style, indention and some people thinking that things can be done better. Haha, they

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Daniel Drake
Alistair John Strachan wrote: Thanks Matti, I wasn't even aware of this driver. Might I suggest the old driver be marked as such in Linux 2.6.16. I guess I must've skipped over it because it begins with New, and does not contain the word Marvell, which is indicated exclusively by lspci. I

Re: [stable] [PATCH] [BRIDGE]: netfilter missing symbol has_bridge_parent

2006-02-13 Thread Chris Wright
* Stephen Hemminger ([EMAIL PROTECTED]) wrote: Horms patch was the best of the three fixes. Dave, already applied Harald's version, so this patch converts that to the better one. Thanks, added Horms' patch to -stable. -chris - To unsubscribe from this list: send the line unsubscribe netdev in

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Lee Revell
On Mon, 2006-02-13 at 21:34 +0100, Willy Tarreau wrote: On Mon, Feb 13, 2006 at 02:03:14PM -0500, Lee Revell wrote: On Mon, 2006-02-13 at 12:06 +0100, Mws wrote: hi, as i do have the same problem i may help you out. at first, syskonnect did send their kernel diffs/patches but they

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Willy Tarreau
On Mon, Feb 13, 2006 at 02:03:14PM -0500, Lee Revell wrote: On Mon, 2006-02-13 at 12:06 +0100, Mws wrote: hi, as i do have the same problem i may help you out. at first, syskonnect did send their kernel diffs/patches but they we're rejected caused by coding style, indention and some

[PATCH 1/5] IrDA: nsc-ircc: ISAPnP support

2006-02-13 Thread Samuel Ortiz
This enables PnP support for the nsc-ircc chipset. Since we can't fetch the chipset cfg_base from the PnP layer, we just use the PnP information as one more hint when probing the chip. Signed-off-by: Jean Tourrilhes [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] diff --git

Re: [PATCH 0/7] IrDA updates

2006-02-13 Thread Samuel Ortiz
On Thu, Feb 09, 2006 at 05:04:48PM -0800, ext David S. Miller wrote: Something in your email client corrupts the patches. For one thing, it turns lines with just spaces in them into empty lines. I've seen this transformation before, in patches from other people. So please try to send

[PATCH 2/5] IrDA: nsc-ircc: PM update

2006-02-13 Thread Samuel Ortiz
This patch brings the nsc-ircc code to a more up to date power management scheme, following the current device model. Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] Signed-off-by: Rudolf Marek [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] diff --git

[PATCH 4/5] IrDA: sti/cli removal from EP7211 IrDA driver

2006-02-13 Thread Samuel Ortiz
This patch replaces the deprecated sti/cli routines with the corresponding spin_lock ones. Signed-off-by: David chosrova [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] diff --git a/drivers/net/irda/ep7211_ir.c b/drivers/net/irda/ep7211_ir.c index 3189626..4cba38f 100644 ---

[PATCH 5/5] IrDA: pci_register_driver conversion

2006-02-13 Thread Samuel Ortiz
This patch converts 2 IrDA drivers pci_module_init() calls to pci_register_driver(). Signed-off-by: Christophe Lucas [EMAIL PROTECTED] Signed-off-by: Domen Puncer [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] diff --git a/drivers/net/irda/donauboe.c

[PATCH 3/5] IrDA: nsc-ircc: support for yet another Thinkpad IrDA chipset

2006-02-13 Thread Samuel Ortiz
This patch simply adds support for a variation of the nsc-ircc PC8739x chipset, found in some IBM Thinkpad laptops. Signed-off-by: Jean Tourrilhes [EMAIL PROTECTED] Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c index

[Fwd: [Bug 6068] New: UDP packet loss and slow communication]

2006-02-13 Thread shemminger
---BeginMessage--- http://bugzilla.kernel.org/show_bug.cgi?id=6068 Summary: UDP packet loss and slow communication Kernel Version: 2.6.15.4 Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED] Most recent

Fw: [Bugme-new] [Bug 6068] New: UDP packet loss and slow communication

2006-02-13 Thread Andrew Morton
Begin forwarded message: Date: Mon, 13 Feb 2006 14:21:57 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 6068] New: UDP packet loss and slow communication http://bugzilla.kernel.org/show_bug.cgi?id=6068 Summary: UDP packet loss and slow communication

Re: 2.6.16, sk98lin out of date

2006-02-13 Thread Alistair John Strachan
On Monday 13 February 2006 19:48, Daniel Drake wrote: Alistair John Strachan wrote: Thanks Matti, I wasn't even aware of this driver. Might I suggest the old driver be marked as such in Linux 2.6.16. I guess I must've skipped over it because it begins with New, and does not contain the

Re: invert default for invalid icmp msgs sysctl

2006-02-13 Thread David S. Miller
From: Dave Jones [EMAIL PROTECTED] Date: Sat, 11 Feb 2006 19:55:11 -0500 isic can trigger these msgs to be spewed at a very high rate. There's already a sysctl to turn them off. Given these messages aren't useful for most people, this patch disables them by default. Signed-off-by: Dave

Re: p8023 taints kernel

2006-02-13 Thread David S. Miller
From: Dave Jones [EMAIL PROTECTED] Date: Sat, 11 Feb 2006 21:17:38 -0500 On Sat, Feb 11, 2006 at 06:11:48PM -0800, Randy.Dunlap wrote: needs quotes: GPL Indeed. Missing license tag. I've assumed this is GPL. (It could also use a MODULE_AUTHOR) Signed-off-by: Dave Jones [EMAIL

Re: ratelimit atmsvc failure messages

2006-02-13 Thread David S. Miller
From: Dave Jones [EMAIL PROTECTED] Date: Sat, 11 Feb 2006 19:24:23 -0500 This seems to be trivial to trigger. Signed-off-by: Dave Jones [EMAIL PROTECTED] Applied, thanks. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: ratelimit irda messages

2006-02-13 Thread David S. Miller
From: Dave Jones [EMAIL PROTECTED] Date: Sun, 12 Feb 2006 14:10:08 -0500 Someone else suggested that to me off-list, but I hadn't got around to it yet. Looks good to me. Signed-off-by: Dave Jones [EMAIL PROTECTED] Applied, thanks Joe/Dave. - To unsubscribe from this list: send the line

Re: [PATCH] [BRIDGE]: netfilter missing symbol has_bridge_parent

2006-02-13 Thread David S. Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Mon, 13 Feb 2006 10:59:07 -0800 Horms patch was the best of the three fixes. Dave, already applied Harald's version, so this patch converts that to the better one. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Applied, thanks Stephen. -

Re: [PATCH] 2.6.16: [NETFILTER] Fix Kconfig menu level for x_tables

2006-02-13 Thread David S. Miller
From: Harald Welte [EMAIL PROTECTED] Date: Mon, 13 Feb 2006 12:06:00 +0100 [NETFILTER] Fix Kconfig menu level for x_tables The new x_tables related Kconfig options appear at the wrong menu level without this patch. Signed-off-by: Harald Welte [EMAIL PROTECTED] Applied, thanks Harald. -

[PATCH] skge: speed setting

2006-02-13 Thread Stephen Hemminger
This is a clone of John Linville's fixed for speed setting on sky2 driver. The skge driver has the same code (and bug). It would not allow manually forcing 100 and 10 mbit. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- sky2.orig/drivers/net/skge.c2006-01-30 08:58:43.0

[PATCH] skge: no longer experimental

2006-02-13 Thread Stephen Hemminger
Take the experimental dependency of skge driver, it is as stable as the others. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- sky2.orig/drivers/net/Kconfig 2006-02-07 11:31:47.0 -0800 +++ sky2/drivers/net/Kconfig2006-02-13 15:42:26.0 -0800 @@ -2020,8 +2020,8

[PATCH] sk98lin: no d-link support (kconfig)

2006-02-13 Thread Stephen Hemminger
The sk98lin driver was changed a while ago to remove support for the D-Link 530T card because that hardware has no working VPD data. The help text for Kconfig was not updated. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- sky2.orig/drivers/net/Kconfig 2006-02-13

Re: ratelimit atmsvc failure messages

2006-02-13 Thread Dave Jones
On Mon, Feb 13, 2006 at 03:35:05PM -0800, David S. Miller wrote: From: Dave Jones [EMAIL PROTECTED] Date: Sat, 11 Feb 2006 19:24:23 -0500 This seems to be trivial to trigger. Signed-off-by: Dave Jones [EMAIL PROTECTED] Applied, thanks. I did some more testing with this. Rate

Re: Strange IPsec freeze/partial fix

2006-02-13 Thread David S. Miller
From: Olaf Kirch [EMAIL PROTECTED] Date: Wed, 8 Feb 2006 12:59:37 +0100 On Wed, Feb 08, 2006 at 07:46:48AM +1100, Herbert Xu wrote: I suggest that we simply bail out always. If the dst decides to die on us later on, the packet will be dropped anyway. So there is no great urgency to retry

Re: ratelimit atmsvc failure messages

2006-02-13 Thread David S. Miller
From: Dave Jones [EMAIL PROTECTED] Date: Mon, 13 Feb 2006 18:57:56 -0500 On Mon, Feb 13, 2006 at 03:35:05PM -0800, David S. Miller wrote: From: Dave Jones [EMAIL PROTECTED] Date: Sat, 11 Feb 2006 19:24:23 -0500 This seems to be trivial to trigger. Signed-off-by: Dave Jones

Re: [PATCH] skge: no longer experimental

2006-02-13 Thread John W. Linville
On Mon, Feb 13, 2006 at 03:48:08PM -0800, Stephen Hemminger wrote: Take the experimental dependency of skge driver, it is as stable as the others. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Acked-by: John W. Linville [EMAIL PROTECTED] -- John W. Linville [EMAIL PROTECTED] - To

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

2006-02-13 Thread Jean Tourrilhes
On Fri, Feb 10, 2006 at 02:20:22PM -0500, Dan Williams wrote: Hmm, I'm still confused... Dan Don't worry, you are not the only one being confused... Anyway, I made some decisions, for a change ;-) Wireless Extensions 21 will be the big switch over when ESSID length are the

Re: [RFC,NETFILTER]: Fix xfrm lookup after SNAT

2006-02-13 Thread Herbert Xu
On Mon, Feb 13, 2006 at 06:25:01PM +0100, Patrick McHardy wrote: I finally got around to fixing the ip_finish_output2: No header cache and no neighbour! problem reported by Andi Kleen. Instead of rerouting the packet in POST_ROUTING, we reuse the original route for the xfrm_lookup. This

Re: [PATCH] [BRIDGE]: netfilter missing symbol has_bridge_parent

2006-02-13 Thread Horms
On Mon, Feb 13, 2006 at 10:59:07AM -0800, Stephen Hemminger wrote: Horms patch was the best of the three fixes. Dave, already applied Harald's version, so this patch converts that to the better one. Thanks, I was working of Linus' i2.6 tree rather than Dave's net-2.6, so I didn't see Harald's

Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-13 Thread John W. Linville
The following changes since commit fdfd0c941715ef8c23a3cbeb7dc44978b5020d13: John W. Linville: Merge git://git.kernel.org/.../torvalds/linux-2.6 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream-fixes Dan Williams:

Please pull 'upstream' branch of wireless-2.6

2006-02-13 Thread John W. Linville
The following changes since commit fe45f58a19768c5fd182c90030ab73a0a343e3b4: Dan Williams: wireless/airo: fix setting TX key index plus key in ENCODEEXT are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream Andreas