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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [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; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-24  1:25 [PATCH] nfacct infrastructure (version 3) pablo
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
  -- strict thread matches above, loose matches on Subject: below --
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.