All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ss: Get netlink sockets info via sock-diag (v2)
@ 2013-06-05  8:41 Andrey Vagin
  2013-06-05  8:41 ` [PATCH 1/4] ss: handle socket diag request in a separate function Andrey Vagin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrey Vagin @ 2013-06-05  8:41 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, Andrey Vagin

On Thu, Mar 21, 2013 at 10:00:25AM -0700, Stephen Hemminger wrote:
> Since this depends on functionality not in the upstream kernel.
> Resubmit this during the 3.10 merge window. At the start of the merge
> window, headers are synchronized with the kernel headers.

Netlink socket diag is in the upstream kernel since 3.10-rc1.

v2: Update kernel headers

Andrey Vagin (4):
  ss: handle socket diag request in a separate function
  ss: create a function to print info about netlink sockets
  ss: show destination address for netlink sockets
  ss: Get netlink sockets info via sock-diag (v2)

 include/linux/netlink_diag.h |  52 ++++++++++
 misc/ss.c                    | 242 +++++++++++++++++++++++++++++--------------
 2 files changed, 216 insertions(+), 78 deletions(-)
 create mode 100644 include/linux/netlink_diag.h

-- 
1.8.2

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

end of thread, other threads:[~2013-06-05 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-05  8:41 [PATCH 0/4] ss: Get netlink sockets info via sock-diag (v2) Andrey Vagin
2013-06-05  8:41 ` [PATCH 1/4] ss: handle socket diag request in a separate function Andrey Vagin
2013-06-05  8:41 ` [PATCH 2/4] ss: create a function to print info about netlink sockets Andrey Vagin
2013-06-05  8:42 ` [PATCH 3/4] ss: show destination address for " Andrey Vagin
2013-06-05  8:42 ` [PATCH 4/4] ss: Get netlink sockets info via sock-diag (v2) Andrey Vagin
2013-06-05 15:56 ` [PATCH 0/4] " Stephen Hemminger

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.