From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net, xiaosuo@gmail.com, eric.dumazet@gmail.com
Subject: [PATCH] nfacct infrastructure (version 3)
Date: Sat, 24 Dec 2011 02:25:45 +0100 [thread overview]
Message-ID: <1324689946-20269-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi!
These patchset contains the third version of the nfacct infrastructure
including Changli Gao and Eric Dumazet comments.
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 | 361 ++++++++++++++++++++++++++++++
6 files changed, 409 insertions(+), 1 deletions(-)
create mode 100644 include/linux/netfilter/nfnetlink_acct.h
create mode 100644 net/netfilter/nfnetlink_acct.c
--
1.7.2.5
next reply other threads:[~2011-12-24 1:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-24 1:25 pablo [this message]
2011-12-24 1:25 ` [PATCH] netfilter: add extended accounting infrastructure over nfnetlink pablo
2011-12-24 1:33 ` Pablo Neira Ayuso
2011-12-24 4:04 ` Eric Dumazet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1324689946-20269-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=eric.dumazet@gmail.com \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
--cc=xiaosuo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).