netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nf-next PATCH v2 0/3] netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST
@ 2023-12-21 13:31 Phil Sutter
  2023-12-21 13:31 ` [nf-next PATCH v2 1/3] netfilter: uapi: Document NFT_TABLE_F_OWNER flag Phil Sutter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Phil Sutter @ 2023-12-21 13:31 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel, Florian Westphal, Eric Garver

Changes since v1:
- Split changes into separate patches to clarify which chunks belong
  together
- Do not support persist flag toggling as suggested
- Make transaction aware of ongoing table adoption, reverse it during
  rollback.

Phil Sutter (3):
  netfilter: uapi: Document NFT_TABLE_F_OWNER flag
  netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST
  netfilter: nf_tables: Implement table adoption support

 include/net/netfilter/nf_tables.h        |  6 ++++++
 include/uapi/linux/netfilter/nf_tables.h |  6 +++++-
 net/netfilter/nf_tables_api.c            | 26 +++++++++++++++++++++---
 3 files changed, 34 insertions(+), 4 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-01-09 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 13:31 [nf-next PATCH v2 0/3] netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST Phil Sutter
2023-12-21 13:31 ` [nf-next PATCH v2 1/3] netfilter: uapi: Document NFT_TABLE_F_OWNER flag Phil Sutter
2023-12-21 13:31 ` [nf-next PATCH v2 2/3] netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST Phil Sutter
2023-12-21 13:31 ` [nf-next PATCH v2 3/3] netfilter: nf_tables: Implement table adoption support Phil Sutter
2024-01-09 20:53 ` [nf-next PATCH v2 0/3] netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST 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).