From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arturo Borrero Gonzalez Subject: [nf_tables PATCH 0/5] Extended NFT_MSG_DELTABLE Date: Tue, 26 Aug 2014 11:56:34 +0200 Message-ID: <20140826095238.3266.80742.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: kaber@trash.net, pablo@netfilter.org To: netfilter-devel@vger.kernel.org Return-path: Received: from smtp3.cica.es ([150.214.5.190]:47535 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754120AbaHZJ4o (ORCPT ); Tue, 26 Aug 2014 05:56:44 -0400 Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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 longing 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. 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 | 464 ++++++++++++++++++++++++++--------------- 1 file changed, 291 insertions(+), 173 deletions(-) -- Arturo Borrero Gonzalez