[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444074927-27098-1-git-send-email-kraigatgoog@gmail.com>
Date: Mon, 5 Oct 2015 15:55:25 -0400
From: Craig Gallek <kraigatgoog@...il.com>
To: Eric Dumazet <edumazet@...gle.com>,
Willem de Bruijn <willemb@...gle.com>,
Marcelo Ricardo Leitner <mleitner@...hat.com>
Cc: kraigatgoog@...il.com, David Miller <davem@...emloft.net>,
netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] sock_diag: introducing udp_info
From: Craig Gallek <kraig@...gle.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists