From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: nf-next: TEE and nesting
Date: Wed, 31 Mar 2010 12:31:21 +0200 [thread overview]
Message-ID: <1270031487-15094-1-git-send-email-jengelh@medozas.de> (raw)
Hi,
next on the calendar is the xt_TEE submission.
The following changes since commit b44672889c11e13e4f4dc0a8ee23f0e64f1e57c6:
Jan Engelhardt (1):
netfilter: xtables: merge registration structure to NFPROTO_UNSPEC
are available in the git repository at:
git://dev.medozas.de/linux master
Jan Engelhardt (5):
netfilter: ipv6: move POSTROUTING invocation before fragmentation
net: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation
netfilter: xtables: inclusion of xt_TEE
netfilter: xtables2: make ip_tables reentrant
netfilter: xt_TEE: have cloned packet travel through Xtables too
include/linux/netfilter/Kbuild | 1 +
include/linux/netfilter/x_tables.h | 7 +
include/linux/netfilter/xt_TEE.h | 8 +
net/ipv4/netfilter/arp_tables.c | 6 +-
net/ipv4/netfilter/ip_tables.c | 65 +++++----
net/ipv6/ip6_output.c | 50 ++++----
net/ipv6/netfilter/ip6_tables.c | 56 +++-----
net/netfilter/Kconfig | 7 +
net/netfilter/Makefile | 1 +
net/netfilter/x_tables.c | 79 +++++++++++
net/netfilter/xt_TEE.c | 258 ++++++++++++++++++++++++++++++++++++
11 files changed, 446 insertions(+), 92 deletions(-)
create mode 100644 include/linux/netfilter/xt_TEE.h
create mode 100644 net/netfilter/xt_TEE.c
next reply other threads:[~2010-03-31 10:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-31 10:31 Jan Engelhardt [this message]
2010-03-31 10:31 ` [PATCH 1/5] netfilter: ipv6: move POSTROUTING invocation before fragmentation Jan Engelhardt
2010-04-01 10:50 ` YOSHIFUJI Hideaki
2010-04-01 10:57 ` Jan Engelhardt
2010-04-01 11:17 ` Patrick McHardy
2010-04-01 11:50 ` Jan Engelhardt
2010-04-01 11:56 ` Patrick McHardy
2010-04-01 12:13 ` Jan Engelhardt
2010-04-01 12:28 ` Patrick McHardy
2010-04-01 22:48 ` Jan Engelhardt
2010-04-07 13:24 ` Jan Engelhardt
2010-03-31 10:31 ` [PATCH 2/5] net: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation Jan Engelhardt
2010-03-31 10:31 ` [PATCH 3/5] netfilter: xtables: inclusion of xt_TEE Jan Engelhardt
2010-03-31 10:31 ` [PATCH 4/5] netfilter: xtables2: make ip_tables reentrant Jan Engelhardt
2010-03-31 10:31 ` [PATCH 5/5] netfilter: xt_TEE: have cloned packet travel through Xtables too Jan Engelhardt
2010-03-31 10:33 ` nf-next: TEE and nesting Patrick McHardy
-- strict thread matches above, loose matches on Subject: below --
2010-03-31 10:38 Jan Engelhardt
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=1270031487-15094-1-git-send-email-jengelh@medozas.de \
--to=jengelh@medozas.de \
--cc=kaber@trash.net \
--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).