Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6
[firefly-linux-kernel-4.4.55.git] / net / Kconfig
index 6b39ede3b1b12e8250efc3f5f13bdb46dc391969..c9fdcd7e71eab913219da48327aba0fef49e477a 100644 (file)
@@ -222,6 +222,17 @@ config NET_TCPPROBE
        To compile this code as a module, choose M here: the
        module will be called tcp_probe.
 
+config NET_DROP_MONITOR
+       boolean "Network packet drop alerting service"
+       depends on INET && EXPERIMENTAL && TRACEPOINTS
+       ---help---
+       This feature provides an alerting service to userspace in the
+       event that packets are discarded in the network stack.  Alerts
+       are broadcast via netlink socket to any listening user space
+       process.  If you don't need network drop alerts, or if you are ok
+       just checking the various proc files and other utilities for
+       drop statistics, say N here.
+
 endmenu
 
 endmenu