netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] netfilter: nf_tables: restore context during destruction
@ 2014-03-07 18:08 Patrick McHardy
  2014-03-07 18:08 ` [PATCH 1/5] netfilter: nf_tables: clean up nf_tables_trans_add() argument order Patrick McHardy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Patrick McHardy @ 2014-03-07 18:08 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

The following patches restore the context during expression destruction
in order to restore notifications for anonmyous set destruction and get
rid of some unnecessary members in the expressions' private structures.

Additionally they contain a couple of related minor cleanups.

Please apply.


Patrick McHardy (5):
      netfilter: nf_tables: clean up nf_tables_trans_add() argument order
      netfilter: nf_tables: restore context for expression destructors
      netfilter: nf_tables: restore notifications for anonymous set destruction
      netfilter: nft_ct: remove family from struct nft_ct
      netfilter: nft_nat: fix family validation

 include/net/netfilter/nf_tables.h | 13 ++++-------
 net/netfilter/nf_tables_api.c     | 45 +++++++++++++++++++--------------------
 net/netfilter/nft_compat.c        |  4 ++--
 net/netfilter/nft_ct.c            | 12 ++++-------
 net/netfilter/nft_immediate.c     |  3 ++-
 net/netfilter/nft_log.c           |  3 ++-
 net/netfilter/nft_lookup.c        |  5 +++--
 net/netfilter/nft_nat.c           | 22 +++++++++----------
 8 files changed, 49 insertions(+), 58 deletions(-)


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

end of thread, other threads:[~2014-03-12 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 18:08 [PATCH 0/5] netfilter: nf_tables: restore context during destruction Patrick McHardy
2014-03-07 18:08 ` [PATCH 1/5] netfilter: nf_tables: clean up nf_tables_trans_add() argument order Patrick McHardy
2014-03-07 18:08 ` [PATCH 2/5] netfilter: nf_tables: restore context for expression destructors Patrick McHardy
2014-03-07 18:08 ` [PATCH 3/5] netfilter: nf_tables: restore notifications for anonymous set destruction Patrick McHardy
2014-03-07 18:08 ` [PATCH 4/5] netfilter: nft_ct: remove family from struct nft_ct Patrick McHardy
2014-03-07 18:08 ` [PATCH 5/5] netfilter: nft_nat: fix family validation Patrick McHardy
2014-03-12 12:23 ` [PATCH 0/5] netfilter: nf_tables: restore context during destruction 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).