From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net
Subject: [PATCH 00/11] new transaction infrastructure for nf_tables (v4)
Date: Wed, 9 Apr 2014 20:36:01 +0200 [thread overview]
Message-ID: <1397068572-3916-1-git-send-email-pablo@netfilter.org> (raw)
Hi!
A new round of the new transaction infrastructure patches for nf_tables,
main changes from the previous version are:
* In patch 11/11 ("use new transaction infrastructure to handle elements"),
the abort path has been simplified.
* The patch 6/11 ("netfilter: nf_tables: refactor chain statistic routines")
is new in this stack, it basically reworks the chain counters so the
follow up patch 7/11 to introduce chain transaction becomes smaller.
Comments welcome.
Pablo Neira Ayuso (11):
netfilter: nf_tables: deconstify table and chain in context structure
netfilter: nf_tables: generalise transaction infrastructure
netfilter: nf_tables: relocate commit and abort routines in the source file
netfilter: nf_tables: add message type to transactions
netfilter: nf_tables: use new transaction infrastructure to handle sets
netfilter: nf_tables: refactor chain statistic routines
netfilter: nf_tables: use new transaction infrastructure to handle chain
netfilter: nf_tables: disabling table hooks always succeeds
netfilter: nf_tables: pass context to nf_tables_uptable
netfilter: nf_tables: use new transaction infrastructure to handle table
netfilter: nf_tables: use new transaction infrastructure to handle elements
include/net/netfilter/nf_tables.h | 72 ++-
include/uapi/linux/netfilter/nf_tables.h | 6 +
net/netfilter/nf_tables_api.c | 923 +++++++++++++++++++++---------
net/netfilter/nft_lookup.c | 10 +-
4 files changed, 737 insertions(+), 274 deletions(-)
--
1.7.10.4
next reply other threads:[~2014-04-09 18:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 18:36 Pablo Neira Ayuso [this message]
2014-04-09 18:36 ` [PATCH 01/11] netfilter: nf_tables: deconstify table and chain in context structure Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 02/11] netfilter: nf_tables: generalise transaction infrastructure Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 03/11] netfilter: nf_tables: relocate commit and abort routines in the source file Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 04/11] netfilter: nf_tables: add message type to transactions Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 05/11] netfilter: nf_tables: use new transaction infrastructure to handle sets Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 06/11] netfilter: nf_tables: refactor chain statistic routines Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 07/11] netfilter: nf_tables: use new transaction infrastructure to handle chain Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 08/11] netfilter: nf_tables: disabling table hooks always succeeds Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 09/11] netfilter: nf_tables: pass context to nf_tables_uptable Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 10/11] netfilter: nf_tables: use new transaction infrastructure to handle table Pablo Neira Ayuso
2014-04-09 18:36 ` [PATCH 11/11] netfilter: nf_tables: use new transaction infrastructure to handle elements Pablo Neira Ayuso
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=1397068572-3916-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--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).