From mboxrd@z Thu Jan 1 00:00:00 1970 From: pablo@netfilter.org Subject: [PATCH] nfacct infrastructure (version 4) Date: Sat, 24 Dec 2011 13:49:39 +0100 Message-ID: <1324730980-22607-1-git-send-email-pablo@netfilter.org> Cc: kaber@trash.net, eric.dumazet@gmail.com To: netfilter-devel@vger.kernel.org Return-path: Received: from mail.us.es ([193.147.175.20]:47661 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752878Ab1LXMtz (ORCPT ); Sat, 24 Dec 2011 07:49:55 -0500 Sender: netfilter-devel-owner@vger.kernel.org List-ID: From: Pablo Neira Ayuso Hi! These patchset contains the fourth version of the nfacct infrastructure including Eric Dumazet suggestions. I'm not including the xt_nfacct part as I made no changes to it. As said, I'd like to apply this to nf-next, if nobody finds any other issue in the following days, I'll do so. Thanks! Pablo Neira Ayuso (1): netfilter: add extended accounting infrastructure over nfnetlink include/linux/netfilter/Kbuild | 1 + include/linux/netfilter/nfnetlink.h | 3 +- include/linux/netfilter/nfnetlink_acct.h | 36 +++ net/netfilter/Kconfig | 8 + net/netfilter/Makefile | 1 + net/netfilter/nfnetlink_acct.c | 352 ++++++++++++++++++++++++++++++ 6 files changed, 400 insertions(+), 1 deletions(-) create mode 100644 include/linux/netfilter/nfnetlink_acct.h create mode 100644 net/netfilter/nfnetlink_acct.c -- 1.7.2.5