From: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx> For this iteration the synchronisation of packet and byte accounting in 'nfnl_acct_update' was added. That allowed for the removal of spinlocks from the match function in xt_nfacct. Comments from v3 were also addressed. Mathieu Poirier (2): netfilter: nfnetlink_acct: make shared objects SMP safe netfilter: xtables: add quota support for nfacct include/linux/netfilter/nfnetlink_acct.h | 15 ++- include/uapi/linux/netfilter/nfnetlink.h | 2 + include/uapi/linux/netfilter/nfnetlink_acct.h | 1 + include/uapi/linux/netfilter/xt_nfacct.h | 14 ++- net/netfilter/Kconfig | 3 +- net/netfilter/nfnetlink_acct.c | 57 ++++++++--- net/netfilter/xt_nfacct.c | 139 ++++++++++++++++++++++++-- 7 files changed, 202 insertions(+), 29 deletions(-) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html