From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Hi! These patchset contains the second version of the nfacct infrastructure after digesting comments from Patrick and Eric. Now, we've got one new xt_nfacct match instead of the target as suggested by Jan and Jozsef. I'd like to apply this to nf-next, if nobody complains in the following days, I'll do so. Thanks! Pablo Neira Ayuso (2): netfilter: add extended accounting infrastructure over nfnetlink netfilter: xtables: add nfacct match to support extended accounting include/linux/netfilter/Kbuild | 2 + include/linux/netfilter/nfnetlink.h | 3 +- include/linux/netfilter/nfnetlink_acct.h | 35 +++ include/linux/netfilter/xt_nfacct.h | 17 ++ net/netfilter/Kconfig | 19 ++ net/netfilter/Makefile | 2 + net/netfilter/nfnetlink_acct.c | 345 ++++++++++++++++++++++++++++++ net/netfilter/xt_nfacct.c | 76 +++++++ 8 files changed, 498 insertions(+), 1 deletions(-) create mode 100644 include/linux/netfilter/nfnetlink_acct.h create mode 100644 include/linux/netfilter/xt_nfacct.h create mode 100644 net/netfilter/nfnetlink_acct.c create mode 100644 net/netfilter/xt_nfacct.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