net: add rx_nohandler stat counter
authorJarod Wilson <[email protected]>
Mon, 1 Feb 2016 23:51:05 +0000 (18:51 -0500)
committerDavid S. Miller <[email protected]>
Sat, 6 Feb 2016 07:59:51 +0000 (02:59 -0500)
commit6e7333d315a768170a59ac771297ee0551bdddbf
tree5a8b48e8443dfbe7cc4fd227f4f1a3fb7e504e71
parent9256645af09807bc52fa8b2e66ecd28ab25318c4
net: add rx_nohandler stat counter

This adds an rx_nohandler stat counter, along with a sysfs statistics
node, and copies the counter out via netlink as well.

CC: "David S. Miller" <[email protected]>
CC: Eric Dumazet <[email protected]>
CC: Jiri Pirko <[email protected]>
CC: Daniel Borkmann <[email protected]>
CC: Tom Herbert <[email protected]>
CC: Jay Vosburgh <[email protected]>
CC: Veaceslav Falico <[email protected]>
CC: Andy Gospodarek <[email protected]>
CC: [email protected]
Signed-off-by: Jarod Wilson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/netdevice.h
include/uapi/linux/if_link.h
net/core/dev.c
net/core/net-sysfs.c
net/core/rtnetlink.c