From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy <kaber@trash.net>
Subject: [NETFILTER 00/04]: Netfilter Update
Date: Fri, 31 Mar 2006 03:09:05 +0200 (MEST) [thread overview]
Message-ID: <20060331010905.20401.80847.sendpatchset@localhost.localdomain> (raw)
Hi Dave,
following are my netfilter patches for 2.6.17. The "fix expectation
notifier unregistration" should go in -stable too, I'll send it
there separately. Please apply.
include/linux/netfilter/x_tables.h | 67 +
include/linux/netfilter/xt_multiport.h | 30
include/linux/netfilter_ipv4/ip_tables.h | 18
include/linux/netfilter_ipv4/ipt_multiport.h | 31
include/linux/netfilter_ipv6/ip6t_multiport.h | 25
net/compat.c | 3
net/ipv4/netfilter/Kconfig | 10
net/ipv4/netfilter/Makefile | 1
net/ipv4/netfilter/ip_conntrack_netlink.c | 2
net/ipv4/netfilter/ip_tables.c | 1286 +++++++++++++++++++++-----
net/ipv4/netfilter/ipt_multiport.c | 195 ---
net/ipv6/netfilter/Kconfig | 10
net/ipv6/netfilter/Makefile | 1
net/ipv6/netfilter/ip6t_multiport.c | 125 --
net/netfilter/Kconfig | 10
net/netfilter/Makefile | 1
net/netfilter/nf_conntrack_netlink.c | 6
net/netfilter/x_tables.c | 113 ++
net/netfilter/xt_multiport.c | 314 ++++++
19 files changed, 1656 insertions(+), 592 deletions(-)
Dmitry Mishin:
[NETFILTER]: iptables 32bit compat layer
Martin Josefsson:
[NETFILTER]: fix ifdef for connmark support in nf_conntrack_netlink
[NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistration
Yasuyuki Kozakai:
[NETFILTER]: x_tables: unify IPv4/IPv6 multiport match
next reply other threads:[~2006-03-31 1:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-31 1:09 Patrick McHardy [this message]
2006-03-31 1:09 ` [NETFILTER 01/04]: x_tables: unify IPv4/IPv6 multiport match Patrick McHardy
2006-03-31 1:09 ` [NETFILTER 02/04]: fix ifdef for connmark support in nf_conntrack_netlink Patrick McHardy
2006-03-31 1:09 ` [NETFILTER 03/04]: {ip, nf}_conntrack_netlink: fix expectation notifier unregistration Patrick McHardy
2006-03-31 1:09 ` [NETFILTER 04/04]: iptables 32bit compat layer Patrick McHardy
2006-03-31 10:15 ` [NETFILTER 00/04]: Netfilter Update David S. Miller
2006-03-31 10:28 ` Patrick McHardy
2006-03-31 10:32 ` David S. Miller
-- strict thread matches above, loose matches on Subject: below --
2007-05-03 1:25 [NETFILTER 00/04]: Netfilter update 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=20060331010905.20401.80847.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.