diff options
author | Jiri Pirko <jiri@mellanox.com> | 2017-04-13 18:13:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-17 13:26:21 -0400 |
commit | 6b2af241f0766a9d2c01dfa4e5aece433b51ff70 (patch) | |
tree | 013ce679b339e1f39a1a64826942fb6adf6f181c | |
parent | 786df9c2a4216e64e5b7c321405d706036a76ba3 (diff) | |
download | linux-6b2af241f0766a9d2c01dfa4e5aece433b51ff70.tar.bz2 |
MAINTAINERS: rename TC entry and add couple of header files
The section is not specific only to "TC classifiers", but applies to the
whole TC subsystem. Also, add couple of forgotten headers.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8bc85dc8a71a..197387863297 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12187,12 +12187,17 @@ F: Documentation/accounting/taskstats* F: include/linux/taskstats* F: kernel/taskstats.c -TC CLASSIFIER +TC subsystem M: Jamal Hadi Salim <jhs@mojatatu.com> L: netdev@vger.kernel.org S: Maintained F: include/net/pkt_cls.h +F: include/net/pkt_sched.h +F: include/net/tc_act/ F: include/uapi/linux/pkt_cls.h +F: include/uapi/linux/pkt_sched.h +F: include/uapi/linux/tc_act/ +F: include/uapi/linux/tc_ematch/ F: net/sched/ TCP LOW PRIORITY MODULE |