public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] netlink: implement socket diag for netlink sockets
@ 2013-03-21  9:21 Andrey Vagin
  2013-03-21  9:21 ` [PATCH 1/2] net: prepare netlink code for netlink diag Andrey Vagin
  2013-03-21  9:21 ` [PATCH 2/2] netlink: Diag core and basic socket info dumping Andrey Vagin
  0 siblings, 2 replies; 7+ messages in thread
From: Andrey Vagin @ 2013-03-21  9:21 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: Andrey Vagin, David S. Miller, Eric Dumazet, Pavel Emelyanov,
	Pablo Neira Ayuso, Eric W. Biederman, Gao feng


Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Pavel Emelyanov <xemul@parallels.com>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Andrey Vagin <avagin@openvz.org>

Andrey Vagin (2):
  net: prepare netlink code for netlink diag
  netlink: Diag core and basic socket info dumping

 include/uapi/linux/netlink_diag.h |  40 ++++++++
 net/Kconfig                       |   1 +
 net/netlink/Kconfig               |  10 ++
 net/netlink/Makefile              |   3 +
 net/netlink/af_netlink.c          |  59 +-----------
 net/netlink/af_netlink.h          |  62 +++++++++++++
 net/netlink/diag.c                | 186 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 307 insertions(+), 54 deletions(-)
 create mode 100644 include/uapi/linux/netlink_diag.h
 create mode 100644 net/netlink/Kconfig
 create mode 100644 net/netlink/af_netlink.h
 create mode 100644 net/netlink/diag.c

-- 
1.8.1.4


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

end of thread, other threads:[~2013-03-21 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21  9:21 [PATCH 0/2] netlink: implement socket diag for netlink sockets Andrey Vagin
2013-03-21  9:21 ` [PATCH 1/2] net: prepare netlink code for netlink diag Andrey Vagin
2013-03-21  9:21 ` [PATCH 2/2] netlink: Diag core and basic socket info dumping Andrey Vagin
2013-03-21 11:46   ` Pavel Emelyanov
2013-03-21 12:52   ` Thomas Graf
2013-03-21 14:31     ` Andrew Vagin
2013-03-21 14:41       ` Thomas Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox