netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfacct infrastructure (version 4)
@ 2011-12-24 12:49 pablo
  2011-12-24 12:49 ` [PATCH] netfilter: add extended accounting infrastructure over nfnetlink pablo
  0 siblings, 1 reply; 2+ messages in thread
From: pablo @ 2011-12-24 12:49 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kaber, eric.dumazet

From: Pablo Neira Ayuso <pablo@netfilter.org>

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


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

end of thread, other threads:[~2011-12-24 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-24 12:49 [PATCH] nfacct infrastructure (version 4) pablo
2011-12-24 12:49 ` [PATCH] netfilter: add extended accounting infrastructure over nfnetlink pablo

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