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