From: Patrick McHardy <kaber@trash.net>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: netfilter-devel@vger.kernel.org,
Saatvik Agarwal <saatvik.agarwal@stanford.edu>
Subject: Re: [PATCH] TCP simultaneous open support
Date: Tue, 02 Jun 2009 14:02:50 +0200 [thread overview]
Message-ID: <4A2514EA.6000100@trash.net> (raw)
In-Reply-To: <alpine.DEB.2.00.0905311631480.760@blackhole.kfki.hu>
Jozsef Kadlecsik wrote:
> On Sun, 31 May 2009, Jozsef Kadlecsik wrote:
>
>> ---
>> include/linux/netfilter/nf_conntrack_tcp.h | 2 +-
>> net/netfilter/nf_conntrack_proto_tcp.c | 97 +++++++++++++++++-----------
>> 2 files changed, 61 insertions(+), 38 deletions(-)
>
> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
>
> Sorry, that line was not added.
Applied to nf-next.git, thanks Jozsef. I've made two minor changes:
- keep TCP_CONNTRACK_LISTEN around to avoid userspace compilation
errors and make the new state a #define to be able to check for
it using the preprocessor:
TCP_CONNTRACK_LISTEN, /* obsolete */
#define TCP_CONNTRACK_SYN_SENT2 TCP_CONNTRACK_LISTEN
- fixed a compilation error resulting from a missing '{':
> .proc_handler = proc_dointvec_jiffies,
> },
> + .procname = "ip_conntrack_tcp_timeout_syn_sent2",
> + .data = &tcp_timeouts[TCP_CONNTRACK_SYN_SENT2],
next prev parent reply other threads:[~2009-06-02 12:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-31 14:28 [PATCH] TCP simultaneous open support Jozsef Kadlecsik
2009-05-31 14:33 ` Jozsef Kadlecsik
2009-05-31 23:04 ` Saatvik Agarwal
2009-05-31 23:50 ` Jan Engelhardt
2009-06-01 0:50 ` Saatvik Agarwal
2009-06-02 8:41 ` Jozsef Kadlecsik
2009-06-02 12:02 ` Patrick McHardy [this message]
2009-06-02 12:09 ` Jozsef Kadlecsik
2009-06-02 12:12 ` Patrick McHardy
2009-06-02 11:32 ` Patrick McHardy
2009-06-02 11:42 ` Pablo Neira Ayuso
2009-06-02 11:51 ` Jozsef Kadlecsik
2009-06-02 11:53 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A2514EA.6000100@trash.net \
--to=kaber@trash.net \
--cc=kadlec@blackhole.kfki.hu \
--cc=netfilter-devel@vger.kernel.org \
--cc=saatvik.agarwal@stanford.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.