netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] sock_diag: introducing udp_info
@ 2015-10-05 19:55 Craig Gallek
  2015-10-05 19:55 ` [PATCH net-next 1/2] sock_diag: create udp_info for udp socket stats Craig Gallek
  2015-10-05 19:55 ` [PATCH net-next 2/2] sock_diag: initial udp_info metrics Craig Gallek
  0 siblings, 2 replies; 3+ messages in thread
From: Craig Gallek @ 2015-10-05 19:55 UTC (permalink / raw)
  To: Eric Dumazet, Willem de Bruijn, Marcelo Ricardo Leitner
  Cc: kraigatgoog, David Miller, netdev

From: Craig Gallek <kraig@google.com>

These patches introduce a structure for reporting udp statistics
through netlink.  Simple datagram and byte counters are included.

Craig Gallek (2):
  sock_diag: create udp_info for udp socket stats
  sock_diag: initial udp_info metrics

 include/linux/inet_diag.h      |  1 +
 include/linux/udp.h            |  7 +++++++
 include/net/udp.h              |  2 ++
 include/uapi/linux/inet_diag.h |  3 ++-
 include/uapi/linux/udp.h       |  7 +++++++
 net/dccp/diag.c                |  1 +
 net/ipv4/inet_diag.c           | 25 ++++++++++++-------------
 net/ipv4/tcp_diag.c            |  1 +
 net/ipv4/udp.c                 | 26 ++++++++++++++++++++++++--
 net/ipv4/udp_diag.c            | 18 ++++++++++++++++--
 net/ipv6/udp.c                 | 14 +++++++++++++-
 11 files changed, 86 insertions(+), 19 deletions(-)

-- 
2.6.0.rc2.230.g3dd15c0

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

end of thread, other threads:[~2015-10-05 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 19:55 [PATCH net-next 0/2] sock_diag: introducing udp_info Craig Gallek
2015-10-05 19:55 ` [PATCH net-next 1/2] sock_diag: create udp_info for udp socket stats Craig Gallek
2015-10-05 19:55 ` [PATCH net-next 2/2] sock_diag: initial udp_info metrics Craig Gallek

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).