All of lore.kernel.org
 help / color / mirror / Atom feed
From: pablo@netfilter.org
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, netfilter-devel@vger.kernel.org
Subject: [PATCH 0/3] netfilter fixes for your net tree
Date: Thu,  7 Mar 2013 11:59:59 +0100	[thread overview]
Message-ID: <1362654002-4405-1-git-send-email-pablo@netfilter.org> (raw)

From: Pablo Neira Ayuso <pablo@netfilter.org>

Hi David,

The following patchset contains Netfilter fixes for your net tree,
they are:

* Don't generate audit log message if audit is not enabled, from Gao Feng.

* Fix logging formatting for packets dropped by helpers, by Joe Perches.

* Fix a compilation warning in nfnetlink if CONFIG_PROVE_RCU is not set,
  from Paul Bolle.

You can pull these changes from:

git://1984.lsi.us.es/nf master

Thanks!

Gao feng (1):
  netfilter: xt_AUDIT: only generate audit log when audit enabled

Joe Perches (1):
  netfilter: nf_ct_helper: Fix logging for dropped packets

Paul Bolle (1):
  netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set

 net/netfilter/nf_conntrack_helper.c |   11 ++++++++++-
 net/netfilter/nfnetlink.c           |    7 +------
 net/netfilter/xt_AUDIT.c            |    3 +++
 3 files changed, 14 insertions(+), 7 deletions(-)

-- 
1.7.10.4


             reply	other threads:[~2013-03-07 11:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-07 10:59 pablo [this message]
2013-03-07 11:00 ` [PATCH 1/3] netfilter: nf_ct_helper: Fix logging for dropped packets pablo
2013-03-07 11:00 ` [PATCH 2/3] netfilter: xt_AUDIT: only generate audit log when audit enabled pablo
2013-03-07 11:00 ` [PATCH 3/3] netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set pablo
2013-03-07 20:23 ` [PATCH 0/3] netfilter fixes for your net tree David Miller

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=1362654002-4405-1-git-send-email-pablo@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.