From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html