From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy <kaber@trash.net>
Subject: [NETFILTER 00/08]: Netfilter Update part II
Date: Sat, 14 Jul 2007 17:12:34 +0200 (MEST) [thread overview]
Message-ID: <20070714151150.9829.47674.sendpatchset@localhost.localdomain> (raw)
Hi Dave,
following is a second small netfilter update with patches that missed the
first one, containing a new match for limiting the number of connections
by a host, some cleanup by Yasuyuki and UDP-Lite conntrack support. NAT
support is still missing, I'll probably add that in 2.6.24.
Please apply, thanks.
include/linux/netfilter/xt_connlimit.h | 17 ++
include/net/netfilter/ipv4/nf_conntrack_ipv4.h | 2 +
include/net/netfilter/ipv6/nf_conntrack_ipv6.h | 2 +-
include/net/netfilter/nf_conntrack.h | 4 +
include/net/netfilter/nf_conntrack_l3proto.h | 8 +-
net/bridge/netfilter/ebtables.c | 4 +-
net/ipv4/netfilter/arp_tables.c | 2 +-
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 25 ++-
net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 57 +----
net/ipv6/netfilter/ip6_tables.c | 2 +-
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 31 ++-
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 46 +---
net/netfilter/Kconfig | 17 ++
net/netfilter/Makefile | 2 +
net/netfilter/nf_conntrack_core.c | 37 +++-
net/netfilter/nf_conntrack_l3proto_generic.c | 9 +-
net/netfilter/nf_conntrack_proto_generic.c | 2 +-
net/netfilter/nf_conntrack_proto_gre.c | 2 +-
net/netfilter/nf_conntrack_proto_sctp.c | 4 +-
net/netfilter/nf_conntrack_proto_tcp.c | 4 +-
net/netfilter/nf_conntrack_proto_udp.c | 4 +-
net/netfilter/nf_conntrack_proto_udplite.c | 266 ++++++++++++++++++++
net/netfilter/xt_connlimit.c | 313 ++++++++++++++++++++++++
23 files changed, 730 insertions(+), 130 deletions(-)
create mode 100644 include/linux/netfilter/xt_connlimit.h
create mode 100644 net/netfilter/nf_conntrack_proto_udplite.c
create mode 100644 net/netfilter/xt_connlimit.c
Jan Engelhardt (1):
[NETFILTER]: x_tables: add connlimit match
Patrick McHardy (3):
[NETFILTER]: Lower *tables printk severity
[NETFILTER]: nf_conntrack: mark protocols __read_mostly
[NETFILTER]: nf_conntrack: UDPLITE support
Yasuyuki Kozakai (4):
[NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 header
[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it
[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it
[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP error
next reply other threads:[~2007-07-14 15:12 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-14 15:12 Patrick McHardy [this message]
2007-07-14 15:12 ` [NETFILTER 01/08]: nf_conntrack: Increment error count on parsing IPv4 header Patrick McHardy
2007-07-15 3:44 ` David Miller
2007-07-14 15:12 ` [NETFILTER 02/08]: nf_conntrack: make l3proto->prepare() generic and renames it Patrick McHardy
2007-07-15 3:45 ` David Miller
2007-07-14 15:12 ` [NETFILTER 03/08]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it Patrick McHardy
2007-07-14 15:12 ` [NETFILTER 04/08]: nf_conntrack: Don't track locally generated special ICMP error Patrick McHardy
2007-07-15 3:45 ` David Miller
2007-07-14 15:12 ` [NETFILTER 05/08]: Lower *tables printk severity Patrick McHardy
2007-07-15 3:46 ` David Miller
2007-07-14 15:12 ` [NETFILTER 06/08]: x_tables: add connlimit match Patrick McHardy
2007-07-15 3:47 ` David Miller
2007-07-14 15:12 ` [NETFILTER 07/08]: nf_conntrack: mark protocols __read_mostly Patrick McHardy
2007-07-15 3:48 ` David Miller
2007-07-14 15:12 ` [NETFILTER 08/08]: nf_conntrack: UDPLITE support Patrick McHardy
2007-07-14 16:54 ` Yasuyuki KOZAKAI
[not found] ` <200707141654.l6EGs6XG008905@toshiba.co.jp>
2007-07-14 23:05 ` Patrick McHardy
2007-07-16 8:07 ` Yasuyuki KOZAKAI
2007-07-15 3:48 ` David Miller
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=20070714151150.9829.47674.sendpatchset@localhost.localdomain \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=netfilter-devel@lists.netfilter.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 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.