summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2019-08-17 15:28:12 +0200
committerDavid S. Miller <davem@davemloft.net>2019-08-17 21:40:08 +0200
commitedd3d0074c256848bbf5805350b39d40b1e2bf2b (patch)
tree5606e7b74ef722693ac100484b88d7b1cf6e14bc /MAINTAINERS
parentdrop_monitor: Initialize hardware per-CPU data (diff)
downloadlinux-edd3d0074c256848bbf5805350b39d40b1e2bf2b.tar.xz
linux-edd3d0074c256848bbf5805350b39d40b1e2bf2b.zip
drop_monitor: Add basic infrastructure for hardware drops
Export a function that can be invoked in order to report packets that were dropped by the underlying hardware along with metadata. Subsequent patches will add support for the different alert modes. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fd9ab61c2670..96d3e60697f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11156,6 +11156,7 @@ S: Maintained
W: https://fedorahosted.org/dropwatch/
F: net/core/drop_monitor.c
F: include/uapi/linux/net_dropmon.h
+F: include/net/drop_monitor.h
NETWORKING DRIVERS
M: "David S. Miller" <davem@davemloft.net>