Re: [PATCH] tcp: make reno default for mortals

2005-12-11 Thread David S. Miller
From: "David S. Miller" <[EMAIL PROTECTED]> Date: Tue, 06 Dec 2005 21:08:27 -0800 (PST) > Then we shouldn't be changing BIC, but instead make a new > tcp_cubic.c :-) As I mentioned in my net-2.6.16 rebase posting tonight, I took care of this. - To unsubscribe from this list: send the line "unsubs

Re: [PATCH] core: add RFC2863 operstate

2005-12-11 Thread David S. Miller
From: jamal <[EMAIL PROTECTED]> Date: Wed, 07 Dec 2005 19:03:17 -0500 > What you in submitting the patch is probably a better approach to break > any stalemate. I think its time we need to have Dave and Jeff both > involved - we get to hear other opinions and i dont think the difference > of opini

net-2.6.16 rebased...

2005-12-11 Thread David S. Miller
Significant things of note: 1) All of Arnaldo's DCCP ipv6 support stuff is in there. 2) I pushed the TCP CUBIC stuff into a new congestion control module named net/ipv4/tcp_cubic.c and left the existing BIC algorithm intact in net/ipv4/tcp_bic.c and this is still the default. 3) There is

Re: [-mm patch] ACX should select, not depend on FW_LOADER

2005-12-11 Thread Denis Vlasenko
On Sunday 11 December 2005 20:29, Adrian Bunk wrote: > If a driver needs FW_LOADER, it should select this option, not depend on > it. > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- linux-2.6.15-rc5-mm2-full/drivers/net/wireless/tiacx/Kconfig.old > 2005-12-11 19:04:49.0 +

Re: 2.6.15-rc5-mm2

2005-12-11 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 18:39:32 -0800 > Odd net behaviour with Dave's net-2.6.16 tree. ... > - i cannot login with xdm, as soon as i login, the X server restarts. > Login with startx works (.xinitrc is a symlink to .xsession) > It works fine with 2.6.15

Fw: Re: 2.6.15-rc5-mm2

2005-12-11 Thread Andrew Morton
Odd net behaviour with Dave's net-2.6.16 tree. Begin forwarded message: Date: Sun, 11 Dec 2005 16:17:09 +0100 From: Benoit Boissinot <[EMAIL PROTECTED]> To: Andrew Morton <[EMAIL PROTECTED]> Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.15-rc5-mm2 On 12/11/05, Andrew Morton <[EMAIL PROTE

[2.6 patch] drivers/net/bonding/bonding.h: "extern inline" -> "static inline"

2005-12-11 Thread Adrian Bunk
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 18 Nov 2005 drivers/net/bonding/bonding.h |8 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.15-rc1-mm1-full/drivers/net/bonding/bonding.h

[2.6 patch] drivers/net/Kconfig: indentation fix

2005-12-11 Thread Adrian Bunk
This patch fixes a wrong indentation. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 19 Nov 2005 --- linux-2.6.15-rc1-mm2-full/drivers/net/Kconfig.old 2005-11-19 04:03:27.0 +0100 +++ linux-2.6.15-rc1-mm2-full/drivers/net/Kconfig 2005-11-19

[2.6 patch] drivers/net/gianfar.h: "extern inline" -> "static inline"

2005-12-11 Thread Adrian Bunk
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 18 Nov 2005 drivers/net/gianfar.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.15-rc1-mm1-full/drivers/net/gianfar.h.old 2005-11-18 02:

[2.6 patch] remove drivers/net/tulip/xircom_tulip_cb.c

2005-12-11 Thread Adrian Bunk
This patch removes the obsolete drivers/net/tulip/xircom_tulip_cb.c driver. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 18 Nov 2005 drivers/net/tulip/Kconfig | 16 drivers/net/tulip/Makefile |1 drivers/net/tulip/xircom_tuli

[PATCH 1/4][FIXED][DCCP]: Introduce DCCPv6

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git This one has a fix for the problem spotted by Francois, next message will have the fix for tcp_v6_send_{ack,reset}, the origin of this problem, [2..4/4] are the same as last series, as we ch

[PATCH 5/5][TCPv6]: Fix skb leak

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git Best Regards, - Arnaldo tree 402c2b51d32d31f999fed91365c509d1fbd355c7 parent 9b0c0171dae84125f43b6ca80f9108768863df97 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1134349890 -0200 co

Re: [PATCH 1/4][DCCP]: Introduce DCCPv6

2005-12-11 Thread Arnaldo Carvalho de Melo
On 12/11/05, Francois Romieu <[EMAIL PROTECTED]> wrote: > Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> : > [...] > index 000..23058dc > --- /dev/null > +++ b/net/dccp/ipv6.c > [...] > +static void dccp_v6_ctl_send_reset(struct sk_buff *rxskb) > +{ > [...] > + skb = alloc_skb(MAX_HEADER +

Re: [PATCH 1/4][DCCP]: Introduce DCCPv6

2005-12-11 Thread Francois Romieu
Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> : [...] index 000..23058dc --- /dev/null +++ b/net/dccp/ipv6.c [...] +static void dccp_v6_ctl_send_reset(struct sk_buff *rxskb) +{ [...] + skb = alloc_skb(MAX_HEADER + sizeof(struct ipv6hdr) + + dccp_hdr_reset_len, GFP_ATO

Re: [PATCH 3/6] net: Remove unneeded kmalloc() return value casts

2005-12-11 Thread Marcel Holtmann
Hi Jesper, > Get rid of needless casting of kmalloc() return value in net/ the net/bluetooth/ part is fine with me. > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> Regards Marcel - To unsubscribe from this list: send the line "unsubscribe

[PATCH 3/6] net: Remove unneeded kmalloc() return value casts

2005-12-11 Thread Jesper Juhl
Get rid of needless casting of kmalloc() return value in net/ Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- net/bluetooth/hci_conn.c |2 +- net/sunrpc/svc.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.15-rc5-git1-orig/net/bluetooth/hci_conn.c 2

[-mm patch] ACX should select, not depend on FW_LOADER

2005-12-11 Thread Adrian Bunk
If a driver needs FW_LOADER, it should select this option, not depend on it. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.15-rc5-mm2-full/drivers/net/wireless/tiacx/Kconfig.old 2005-12-11 19:04:49.0 +0100 +++ linux-2.6.15-rc5-mm2-full/drivers/net/wireless/tiacx/Kconf

[2.6 patch] drivers/net/arcnet/: possible cleanups

2005-12-11 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - arcnet.c: don't print the outdated VERSION - arcnet.c: remove the unneeded EXPORT_SYMBOL(arc_proto_null) - arcnet.c: remove the unneeded EXPORT_SYMBOL(arcnet_dump_packet) Signed-off-by: Adrian Bunk <[EMAIL

Re: git-net warnings

2005-12-11 Thread Benjamin LaHaise
On Sat, Dec 10, 2005 at 11:28:33PM -0800, Andrew Morton wrote: > > This is from my x86_64 box's boot output: > > > Badness in sk_del_node_init at include/net/sock.h:330 I wonder why this didn't trigger on my box. It looks like I missed the sock_put in the error codepath, which the following f

[PATCH 1/4][DCCP]: Introduce DCCPv6

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git Best Regards, - Arnaldo tree b70c90d93d9d1855b055e943cf25ec775644af17 parent c084c1a9a00a5d872fa19d4fc206e996dc582c44 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1134303282 -0200 c

[PATCH 4/4][INET]: Generalise tcp_v4_hash_connect

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git Best Regards, - Arnaldo tree d1285f31fef358cf1b30deb4bdc0723c006e64e5 parent 96ba4b224c010ad590ff1206f4f6d1cec1389ebf author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1134308990 -0200 c

[PATCH 3/4][TWSK]: Introduce struct timewait_sock_ops

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git Best Regards, - Arnaldo tree a2bd0ce30e3dd56e9605fe508af4dc18eac9445f parent 384beca5393a67bab83c2825fe354791b6a27052 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1134307585 -0200 c

[PATCH 2/4][DCCP]: Use reqsk_free in dccp_v4_conn_request

2005-12-11 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.16.git Best Regards, - Arnaldo tree ac1d79fd17d21f598047598d408299637b62f37d parent 582d6eefc1777888941300a74fcb5ecb810fb3a4 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1134303864 -0200 c

Re: git-net warnings

2005-12-11 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 00:39:42 -0800 > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > Andrew, does reverting the following make the problem go > > away? > > yup. Ok, thanks for testing. I'll revert until we figure out exactly what's going on here.

Re: git-net warnings

2005-12-11 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > Andrew, does reverting the following make the problem go > away? yup. - 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.ht

Re: git-net warnings

2005-12-11 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 00:19:58 -0800 > Ah, sorry. -mm's git-net is from > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.16.git > > I tend to prefer the latest and greatest of everything. Ok. Ben, you're not off the hook sorry :-) Ma

Re: git-net warnings

2005-12-11 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Sat, 10 Dec 2005 23:46:36 -0800 > > > It gets uglier. This is with just 2.6.15-rc5, linus.patch and > > git-net.patch, btw: > > > > We get a slab scribble. ppc64 and x86 seem OK. For some reason, x8

Re: git-net warnings

2005-12-11 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sat, 10 Dec 2005 23:46:36 -0800 > It gets uglier. This is with just 2.6.15-rc5, linus.patch and > git-net.patch, btw: > > We get a slab scribble. ppc64 and x86 seem OK. For some reason, x86_64 > doesn't like it. This rules out Ben's AF_UNIX optimiz