From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Patrick McHardy <kaber@trash.net>,
netfilter-devel@vger.kernel.org
Subject: netfilter 00/08: Netfilter Update
Date: Thu, 3 Dec 2009 21:19:32 +0100 (MET) [thread overview]
Message-ID: <20091203201931.8831.92922.sendpatchset@x2.localnet> (raw)
Hi Dave,
following is a small netfilter update for 2.6.32, containing:
- various cleanups by Changli Gao, Hannes Eder and Joe Perches
- a patch from Pablo to improve TCP window tracking behaviour
when connection tracking is out-of-sync with the connection
endpoints.
- INPUT chain support for the xt_socket match
- a fix for dumping the revision 1 data of the conntrack match
by Florian Westphal.
- Removal of some unnecessary code by myself and Eric
Please apply or pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master
Thanks!
include/linux/netfilter/nf_conntrack_tcp.h | 3 +
net/ipv4/netfilter/arp_tables.c | 22 ++++----
net/ipv4/netfilter/ip_queue.c | 5 +-
net/ipv4/netfilter/ip_tables.c | 46 +++++++++---------
net/ipv4/netfilter/ipt_CLUSTERIP.c | 20 ++++----
net/ipv4/netfilter/ipt_ECN.c | 8 ++--
net/ipv4/netfilter/ipt_LOG.c | 22 ++++----
net/ipv4/netfilter/ipt_MASQUERADE.c | 4 +-
net/ipv4/netfilter/ipt_REJECT.c | 4 +-
net/ipv4/netfilter/ipt_ULOG.c | 6 +-
net/ipv4/netfilter/ipt_ecn.c | 4 +-
net/ipv4/netfilter/iptable_mangle.c | 4 +-
net/ipv4/netfilter/iptable_security.c | 4 +-
net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 28 +++++-----
net/ipv4/netfilter/nf_nat_helper.c | 22 ++++-----
net/ipv4/netfilter/nf_nat_standalone.c | 10 ++--
net/ipv6/netfilter/ip6_queue.c | 5 +-
net/ipv6/netfilter/ip6_tables.c | 42 ++++++++--------
net/ipv6/netfilter/ip6t_LOG.c | 4 +-
net/ipv6/netfilter/ip6t_REJECT.c | 4 +-
net/ipv6/netfilter/ip6t_ah.c | 19 +++----
net/ipv6/netfilter/ip6t_frag.c | 47 ++++++++----------
net/ipv6/netfilter/ip6t_rt.c | 9 +--
net/ipv6/netfilter/ip6table_filter.c | 4 +-
net/ipv6/netfilter/ip6table_mangle.c | 14 +++---
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 12 ++--
net/netfilter/nf_conntrack_core.c | 14 ++++--
net/netfilter/nf_conntrack_proto_tcp.c | 51 ++++++++++++++++----
net/netfilter/nfnetlink_log.c | 3 +-
net/netfilter/nfnetlink_queue.c | 3 +-
net/netfilter/xt_conntrack.c | 61 +++++++-----------------
net/netfilter/xt_socket.c | 6 ++-
32 files changed, 253 insertions(+), 257 deletions(-)
Changli Gao (1):
netfilter: nf_conntrack: avoid additional compare.
Eric Dumazet (1):
netfilter: remove synchronize_net() calls in ip_queue/ip6_queue
Florian Westphal (1):
netfilter: xtables: fix conntrack match v1 ipt-save output
Hannes Eder (1):
netfilter: nf_nat_helper: tidy up adjust_tcp_sequence
Jan Engelhardt (1):
netfilter: xt_socket: make module available for INPUT chain
Joe Perches (1):
netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line
Pablo Neira Ayuso (1):
netfilter: nf_ct_tcp: improve out-of-sync situation in TCP tracking
Patrick McHardy (1):
netfilter: remove unneccessary checks from netlink notifiers
next reply other threads:[~2009-12-03 20:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-03 20:19 Patrick McHardy [this message]
2009-12-03 20:19 ` netfilter 01/08: xt_socket: make module available for INPUT chain Patrick McHardy
2009-12-03 20:19 ` netfilter 02/08: remove synchronize_net() calls in ip_queue/ip6_queue Patrick McHardy
2009-12-03 20:19 ` netfilter 03/08: nf_conntrack: avoid additional compare Patrick McHardy
2009-12-03 20:19 ` netfilter 04/08: nf_nat_helper: tidy up adjust_tcp_sequence Patrick McHardy
2009-12-03 20:19 ` netfilter 05/08: remove unneccessary checks from netlink notifiers Patrick McHardy
2009-12-03 20:19 ` netfilter 06/08: nf_ct_tcp: improve out-of-sync situation in TCP tracking Patrick McHardy
2009-12-03 20:19 ` netfilter 07/08: xtables: fix conntrack match v1 ipt-save output Patrick McHardy
2009-12-03 20:19 ` netfilter 08/08: net/ipv[46]/netfilter: Move && and || to end of previous line Patrick McHardy
2009-12-03 21:00 ` netfilter 00/08: Netfilter Update David Miller
2009-12-03 21:24 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2010-02-24 17:49 netfilter 00/08: netfilter update Patrick McHardy
2010-02-25 1:36 ` Shan Wei
2010-02-25 17:35 ` 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=20091203201931.8831.92922.sendpatchset@x2.localnet \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).