Re: [PATCH 3/3][DCCP] Finish the TIMEWAIT minisock support

2005-08-09 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 09, 2005 at 09:29:09PM -0700, David S. Miller escreveu: From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) Date: Tue, 9 Aug 2005 23:12:24 -0300 rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14.git/ All 3 patches hand applied into my rebased net-2.6.14 tree

Re: [PATCH] reorganize include/linux/dccp.h

2005-08-07 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 07, 2005 at 08:58:34AM +0200, Harald Welte escreveu: On Sat, Aug 06, 2005 at 06:34:40PM -0300, Arnaldo Carvalho de Melo wrote: On 8/6/05, Harald Welte [EMAIL PROTECTED] wrote: Hi Arnaldo! The protocol header files in linux/foo.h are usually structured in a way

Re: [PATCH] reorganize include/linux/dccp.h

2005-08-07 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 07, 2005 at 04:59:27PM +0200, Harald Welte escreveu: On Sun, Aug 07, 2005 at 04:13:16AM -0300, Arnaldo Carvalho de Melo wrote: you cannot include linux/in.h from the top of the file, I think I tried that and ran into problems (the definitions collide with glibc definitions

Re: ANNOUNCE: Linux DCCP implementation merged

2005-08-07 Thread Arnaldo Carvalho de Melo
On 8/7/05, Ian McDonald [EMAIL PROTECTED] wrote: Arnaldo Carvalho de Melo wrote: Hi Guys, I'm very pleased to announce that the Linux 2.6 DCCP implementation has been merged in David Miller's net-2.6.14.git tree, and should appear shortly on Andrew Morton's 2.6.13-rcLATEST-mm tree

[PATCH 5/6][INET] Generalise tcp_v4_hash tcp_unhash

2005-08-06 Thread Arnaldo Carvalho de Melo
Carvalho de Melo [EMAIL PROTECTED] 1122957550 -0300 committer Arnaldo Carvalho de Melo [EMAIL PROTECTED] 1122957550 -0300 [INET] Generalise tcp_v4_hash tcp_unhash It really just makes the existing code be a helper function that tcp_v4_hash and tcp_unhash uses, specifying the right inet_hashinfo

[PATCH 6/6][INET] Generalise tcp_v4_lookup_listener

2005-08-06 Thread Arnaldo Carvalho de Melo
Carvalho de Melo [EMAIL PROTECTED] 1122962893 -0300 committer Arnaldo Carvalho de Melo [EMAIL PROTECTED] 1122962893 -0300 [INET] Generalise tcp_v4_lookup_listener [EMAIL PROTECTED] net-2.6.14]$ grep built-in /tmp/before /tmp/after /tmp/before: 282560 131229312 304994 4a762 net/ipv4/built

Re: [PATCH 6/6][INET] Generalise tcp_v4_lookup_listener

2005-08-06 Thread Arnaldo Carvalho de Melo
On 8/6/05, David S. Miller [EMAIL PROTECTED] wrote: All pulled, as well as your dccp-2.6.14 tree, into net-2.6.14 It should show up on the kernel.org mirrors shortly. WOW, that was fast, thank you! I'll be just one e-mail away to work right away on fixing any bug introduced by these

ANNOUNCE: Linux DCCP implementation merged

2005-08-06 Thread Arnaldo Carvalho de Melo
Hi Guys, I'm very pleased to announce that the Linux 2.6 DCCP implementation has been merged in David Miller's net-2.6.14.git tree, and should appear shortly on Andrew Morton's 2.6.13-rcLATEST-mm tree and finally in mainline when Linus starts 2.6.14. There is still a lot of work

Re: [PATCH 1/1][INET] Make inet_create try to load protocol modules

2005-08-06 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 06, 2005 at 06:24:35AM -0700, David S. Miller escreveu: From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) Date: Sat, 6 Aug 2005 10:01:05 -0300 + /* Be more specific, e.g. net-pf-2-132-1 (net-pf-PF_INET-IPPROTO_SCTP-SOCK_STREAM

[PATCH 1/1][INET] Make inet_create try to load protocol modules

2005-08-06 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 06, 2005 at 06:24:35AM -0700, David S. Miller escreveu: From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) Date: Sat, 6 Aug 2005 10:01:05 -0300 + /* Be more specific, e.g. net-pf-2-132-1 (net-pf-PF_INET-IPPROTO_SCTP-SOCK_STREAM

Re: [PATCH] reorganize include/linux/dccp.h

2005-08-06 Thread Arnaldo Carvalho de Melo
On 8/6/05, Harald Welte [EMAIL PROTECTED] wrote: Hi Arnaldo! The protocol header files in linux/foo.h are usually structured in a way to be included by userspace code. The top section consists of general protocol structure definitions, typedefs, enums - followed by an #ifdef __KERNEL__

Re: [RFC,PATCH] Idea to speedup tcp lookups

2005-08-03 Thread Arnaldo Carvalho de Melo
On 8/3/05, Christoph Hellwig [EMAIL PROTECTED] wrote: On Wed, Aug 03, 2005 at 06:29:25AM -0700, David S. Miller wrote: From: Eric Dumazet [EMAIL PROTECTED] Date: Tue, 02 Aug 2005 23:45:27 +0200 Please move ; in a better place, not just after spinlock_t portalloc_lock; [ Eric, I

Re: [RFC,PATCH] Idea to speedup tcp lookups

2005-08-02 Thread Arnaldo Carvalho de Melo
Hi Eric, Interesting, I'm reading it now that I finished one more changeset on the generalisation of all the tcp_hashinfo routines, could you please take a look at: http://www.kernel.org/git/?p=linux/kernel/git/acme/timewait-2.6.14.git;a=summary ? Good thing is that any optimization you

Re: [RFC,PATCH] Idea to speedup tcp lookups

2005-08-02 Thread Arnaldo Carvalho de Melo
On 8/2/05, Eric Dumazet [EMAIL PROTECTED] wrote: Arnaldo Carvalho de Melo a écrit : Hi Eric, Interesting, I'm reading it now that I finished one more changeset on the generalisation of all the tcp_hashinfo routines, could you please take a look at: http://www.kernel.org/git

Re: [PATCH] add new nfnetlink_log subsystem

2005-08-01 Thread Arnaldo Carvalho de Melo
CC net/netfilter/nfnetlink_queue.o net/netfilter/nfnetlink_queue.c: In function `init_or_cleanup': net/netfilter/nfnetlink_queue.c:1030: error: `proc_net_netfilter' undeclared (first use in this function) net/netfilter/nfnetlink_queue.c:1030: error: (Each undeclared identifier is reported

Re: [PATCH] add new nfnetlink_log subsystem

2005-08-01 Thread Arnaldo Carvalho de Melo
On 8/1/05, Arnaldo Carvalho de Melo [EMAIL PROTECTED] wrote: CC net/netfilter/nfnetlink_queue.o net/netfilter/nfnetlink_queue.c: In function `init_or_cleanup': net/netfilter/nfnetlink_queue.c:1030: error: `proc_net_netfilter' undeclared (first use in this function) net/netfilter

[PATCH 1/2][INET] Move the TCP ehash functions to include/net/inet_hashtables.h

2005-07-31 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git Best Regards, - Arnaldo tree ff1b5c1e2ce12615a99ce662d70b5cbbedc02034 parent 9bbaad8018f7af263d4d3364dcf8cd5d6d90a820 author Arnaldo Carvalho de Melo [EMAIL PROTECTED

Re: [PATCH 1/3][SOCK] Rename __tcp_v4_rehash to __sk_prot_rehash

2005-07-30 Thread Arnaldo Carvalho de Melo
On 7/31/05, David S. Miller [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) Date: Thu, 28 Jul 2005 13:15:23 -0300 Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git All pulled, three comments: Thanks

[PATCH] inlining failing in ip_conntrack

2005-07-22 Thread Arnaldo Carvalho de Melo
/ip_conntrack_core.c:139: sorry, unimplemented: called from here make[3]: ** [net/ipv4/netfilter/ip_conntrack_core.o] Erro 1 make[2]: ** [net/ipv4/netfilter] Erro 2 make[1]: ** [net/ipv4] Erro 2 This is on the net-2.6.14 tree, using gcc 3.4.3 Signed-off-by: Arnaldo Carvalho de Melo [EMAIL

[PATCHES 1/2][REQSK] Move the syn_table destruction from tcp_listen_stop to reqsk_queue_destroy

2005-07-21 Thread Arnaldo Carvalho de Melo
Hi David, Fixed those tabs, etc, both changesets available at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14.git This time done over latest net-2.6.14 from you. Regards, - Arnaldo PS.: lets see if gmail works this time... reqsk_queue_destroy.patch Description:

[PATCH 2/2][NET] cleanup INET_REFCNT_DEBUG code

2005-07-21 Thread Arnaldo Carvalho de Melo
Dave, The second one again, also at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14.git - Arnaldo sk_refcnt_debug.patch Description: Binary data

[PATCH 1/2][REQSK] Move the syn_table destruction from tcp_listen_stop to reqsk_queue_destroy

2005-07-20 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.git/ -- - Arnaldo tree 4895b1a30679afb60aff33bcbba03506380364f7 parent f60f700876cd51de9de69f3a3c865d95e287a24d author Arnaldo Carvalho de Melo [EMAIL PROTECTED] 1121671485 -0300

[PATCH 2/2][NET] cleanup INET_REFCNT_DEBUG code

2005-07-20 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.git/ -- - Arnaldo tree b2d1a14c34bd0880d421a31a909de6a9c2400f75 parent 18cdbd737f99ac20a3cd9a700d5f616a7db2ebd1 author Arnaldo Carvalho de Melo [EMAIL PROTECTED] 1121896161 -0300

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 this

<    2   3   4   5   6   7