netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] new transaction infrastructure for nf_tables (v4)
@ 2014-04-09 18:36 Pablo Neira Ayuso
  2014-04-09 18:36 ` [PATCH 01/11] netfilter: nf_tables: deconstify table and chain in context structure Pablo Neira Ayuso
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Pablo Neira Ayuso @ 2014-04-09 18:36 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kaber

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-09 18:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 18:36 [PATCH 00/11] new transaction infrastructure for nf_tables (v4) Pablo Neira Ayuso
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

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).