From: pablo@netfilter.org
To: netdev@vger.kernel.org
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net
Subject: [PATCH 0/3] netlink: netlink_dump_start takes pointer to data
Date: Sat, 25 Feb 2012 01:30:14 +0100 [thread overview]
Message-ID: <1330129817-28199-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi!
This is the second version of the extension for netlink_dump_start
to take one data pointer that can be pass to the dump callback.
These changes allow to filter by the ctmark in ctnetlink.
Suggestion from Davem has been included in this patchset.
Thanks!
Pablo Neira Ayuso (3):
netlink: add netlink_dump_control structure for netlink_dump_start()
netlink: allow to pass data pointer to netlink_dump_start() callback
netfilter: ctnetlink: support kernel-space dump filtering by ctmark
crypto/crypto_user.c | 10 +++-
drivers/infiniband/core/netlink.c | 10 +++-
include/linux/netfilter/nfnetlink_conntrack.h | 1 +
include/linux/netlink.h | 12 ++++-
net/core/rtnetlink.c | 9 +++-
net/ipv4/inet_diag.c | 18 ++++++---
net/netfilter/ipset/ip_set_core.c | 10 +++-
net/netfilter/nf_conntrack_netlink.c | 50 ++++++++++++++++++++++---
net/netfilter/nfnetlink_acct.c | 6 ++-
net/netlink/af_netlink.c | 12 ++---
net/netlink/genetlink.c | 9 +++-
net/unix/diag.c | 10 +++--
net/xfrm/xfrm_user.c | 9 +++-
13 files changed, 123 insertions(+), 43 deletions(-)
--
1.7.7.3
next reply other threads:[~2012-02-25 0:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-25 0:30 pablo [this message]
2012-02-25 0:30 ` [PATCH 1/3] netlink: add netlink_dump_control structure for netlink_dump_start() pablo
2012-02-25 1:12 ` Jan Engelhardt
2012-02-25 13:22 ` Pablo Neira Ayuso
2012-02-26 19:26 ` David Miller
2012-02-25 0:30 ` [PATCH 2/3] netlink: allow to pass data pointer to netlink_dump_start() callback pablo
2012-02-26 19:27 ` David Miller
2012-02-25 0:30 ` [PATCH 3/3] netfilter: ctnetlink: support kernel-space dump filtering by ctmark pablo
2012-02-25 0:41 ` Pablo Neira Ayuso
2012-02-26 19:27 ` 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=1330129817-28199-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 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).