From: Craig Gallek <kr...@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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to