From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: Re: stomping static data pull
Date: Sat, 10 Oct 2009 11:22:10 +0200 [thread overview]
Message-ID: <1255166535-6386-1-git-send-email-jengelh@medozas.de> (raw)
Hi Patrick,
I incorporated your suggestions and propose this new 4-series set.
The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd:
Linus Torvalds (1):
Linux 2.6.32-rc3
are available in the git repository at:
git://dev.medozas.de/linux master
Jan Engelhardt (4):
netfilter: xtables: compact table hook functions (1/2)
netfilter: xtables: compact table hook functions (2/2)
netfilter: xtables: use xt_table for hook instantiation
netfilter: xtables: generate initial table on-demand
include/linux/netfilter/x_tables.h | 5 +
include/linux/netfilter_arp/arp_tables.h | 1 +
include/linux/netfilter_ipv4/ip_tables.h | 1 +
include/linux/netfilter_ipv6/ip6_tables.h | 1 +
net/ipv4/netfilter/arp_tables.c | 7 ++
net/ipv4/netfilter/arptable_filter.c | 87 +++-------------
net/ipv4/netfilter/ip_tables.c | 7 ++
net/ipv4/netfilter/iptable_filter.c | 114 +++++-----------------
net/ipv4/netfilter/iptable_mangle.c | 153 ++++++-----------------------
net/ipv4/netfilter/iptable_raw.c | 86 ++++------------
net/ipv4/netfilter/iptable_security.c | 106 ++++----------------
net/ipv4/netfilter/nf_nat_rule.c | 38 +------
net/ipv6/netfilter/ip6_tables.c | 7 ++
net/ipv6/netfilter/ip6table_filter.c | 104 ++++----------------
net/ipv6/netfilter/ip6table_mangle.c | 132 ++++++-------------------
net/ipv6/netfilter/ip6table_raw.c | 77 +++------------
net/ipv6/netfilter/ip6table_security.c | 99 +++----------------
net/netfilter/x_tables.c | 70 +++++++++++++-
net/netfilter/xt_repldata.h | 35 +++++++
19 files changed, 333 insertions(+), 797 deletions(-)
create mode 100644 net/netfilter/xt_repldata.h
next reply other threads:[~2009-10-10 9:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-10 9:22 Jan Engelhardt [this message]
2009-10-10 9:22 ` [PATCH 1/4] netfilter: xtables: compact table hook functions (1/2) Jan Engelhardt
2009-10-10 9:22 ` [PATCH 2/4] netfilter: xtables: compact table hook functions (2/2) Jan Engelhardt
2009-10-10 9:22 ` [PATCH 3/4] netfilter: xtables: use xt_table for hook instantiation Jan Engelhardt
2009-10-10 9:22 ` [PATCH 4/4] netfilter: xtables: generate initial table on-demand Jan Engelhardt
2009-10-20 15:44 ` stomping static data pull Jan Engelhardt
2009-10-23 8:51 ` Jozsef Kadlecsik
2009-10-28 15:57 ` Patrick McHardy
2009-10-28 17:37 ` Jan Engelhardt
2009-10-29 15:59 ` Patrick McHardy
2009-12-04 12:06 ` Jan Engelhardt
2009-12-04 12:11 ` Patrick McHardy
2010-02-06 1:31 ` Jan Engelhardt
2010-02-06 2:31 ` 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=1255166535-6386-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).