netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nf_tables PATCH v2 0/5] Series short description
@ 2014-08-26 14:11 Arturo Borrero Gonzalez
  2014-08-26 14:12 ` [nf_tables PATCH v2 1/5] netfilter: nf_tables: refactor rule deletion helper Arturo Borrero Gonzalez
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arturo Borrero Gonzalez @ 2014-08-26 14:11 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kaber, pablo

The following series implements some changes to the NFT_MSG_DELTABLE
API call.
The main change is the ability to flush the entire ruleset (also per AF).
We are no longer returning EBUSY.

This way, clients of the API can wipe the ruleset and add a new one in just
one transaction/batch.

In the first patches, there are a lot of code factorization and renaming.
The last patch is the change to NFT_MSG_DELTABLE itself.

Changes in this v2 are:
 * rebase on top of git.kernel.org/cgit/linux/kernel/git/pablo/nftables.git
 * address comments by Pablo. Now, support AF_UNSPEC and specified table.

Comments are welcome.
---

Arturo Borrero Gonzalez (5):
      netfilter: nf_tables: refactor rule deletion helper
      netfilter: nf_tables: add helper to unregister chain hooks
      netfilter: nf_tables: rename nf_table_delrule_by_chain()
      netfilter: nf_tables: add helpers to schedule objects deletion
      netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset


 net/netfilter/nf_tables_api.c |  454 +++++++++++++++++++++++++----------------
 1 file changed, 281 insertions(+), 173 deletions(-)

--
Arturo Borrero Gonzalez

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

end of thread, other threads:[~2014-08-26 14:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 14:11 [nf_tables PATCH v2 0/5] Series short description Arturo Borrero Gonzalez
2014-08-26 14:12 ` [nf_tables PATCH v2 1/5] netfilter: nf_tables: refactor rule deletion helper Arturo Borrero Gonzalez
2014-08-26 14:40   ` Patrick McHardy
2014-08-26 14:12 ` [nf_tables PATCH v2 2/5] netfilter: nf_tables: add helper to unregister chain hooks Arturo Borrero Gonzalez
2014-08-26 14:13 ` [nf_tables PATCH v2 3/5] netfilter: nf_tables: rename nf_table_delrule_by_chain() Arturo Borrero Gonzalez
2014-08-26 14:14 ` [nf_tables PATCH v2 4/5] netfilter: nf_tables: add helpers to schedule objects deletion Arturo Borrero Gonzalez
2014-08-26 14:15 ` [nf_tables PATCH v2 5/5] netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset Arturo Borrero Gonzalez

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