summaryrefslogtreecommitdiff
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorJamal Hadi Salim <jhs@mojatatu.com>2023-02-14 08:49:14 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-11 16:44:07 +0100
commit7a6fb69bbcb21e9ce13bdf18c008c268874f0480 (patch)
tree9a5f8fc97185e1f7aaea18b011d5c17c7fee0e7f /net/sched/Kconfig
parentb3d346ece979bb5ae0dcebf5639d07c2c12e45be (diff)
net/sched: Retire tcindex classifier
commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28 upstream. The tcindex classifier has served us well for about a quarter of a century but has not been getting much TLC due to lack of known users. Most recently it has become easy prey to syzkaller. For this reason, we are retiring it. Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Acked-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 2985509147a2..2e4604cdaf23 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -469,17 +469,6 @@ config NET_CLS_BASIC
To compile this code as a module, choose M here: the
module will be called cls_basic.
-config NET_CLS_TCINDEX
- tristate "Traffic-Control Index (TCINDEX)"
- select NET_CLS
- ---help---
- Say Y here if you want to be able to classify packets based on
- traffic control indices. You will want this feature if you want
- to implement Differentiated Services together with DSMARK.
-
- To compile this code as a module, choose M here: the
- module will be called cls_tcindex.
-
config NET_CLS_ROUTE4
tristate "Routing decision (ROUTE)"
depends on INET