net/sched: Retire tcindex classifier
authorJamal Hadi Salim <jhs@mojatatu.com>
Tue, 14 Feb 2023 13:49:14 +0000 (08:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 12:55:16 +0000 (13:55 +0100)
commit3abebc503a5148072052c229c6b04b329a420ecd
tree116198a7600d798aa5026779e6ae672ff9f58145
parent11585e2f8b9d5b4f0a4c51f12adcaab1573811f1
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>
net/sched/Kconfig
net/sched/Makefile
net/sched/cls_tcindex.c [deleted file]
tools/testing/selftests/tc-testing/tc-tests/filters/tcindex.json [deleted file]