netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add quota capabilities to nfacct
@ 2014-02-11  2:27 mathieu.poirier
  2014-02-11  2:27 ` [PATCH v4 1/2] netfilter: nfnetlink_acct: make shared objects SMP safe mathieu.poirier
  2014-02-11  2:27 ` [PATCH v4 2/2] netfilter: xtables: add quota support for nfacct mathieu.poirier
  0 siblings, 2 replies; 3+ messages in thread
From: mathieu.poirier @ 2014-02-11  2:27 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, netfilter, fw, mathieu.poirier

From: Mathieu Poirier <mathieu.poirier@linaro.org>

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


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

end of thread, other threads:[~2014-02-11  2:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11  2:27 [PATCH v4 0/2] Add quota capabilities to nfacct mathieu.poirier
2014-02-11  2:27 ` [PATCH v4 1/2] netfilter: nfnetlink_acct: make shared objects SMP safe mathieu.poirier
2014-02-11  2:27 ` [PATCH v4 2/2] netfilter: xtables: add quota support for nfacct mathieu.poirier

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