From: mathieu.poirier@linaro.org
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org,
fw@strlen.de, mathieu.poirier@linaro.org
Subject: [PATCH v4 0/2] Add quota capabilities to nfacct
Date: Mon, 10 Feb 2014 19:27:06 -0700 [thread overview]
Message-ID: <1392085628-24804-1-git-send-email-mathieu.poirier@linaro.org> (raw)
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
next reply other threads:[~2014-02-11 2:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-11 2:27 mathieu.poirier [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392085628-24804-1-git-send-email-mathieu.poirier@linaro.org \
--to=mathieu.poirier@linaro.org \
--cc=fw@strlen.de \
--cc=netfilter-devel@vger.kernel.org \
--cc=netfilter@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).