summaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorJamal Hadi Salim <jhs@mojatatu.com>2023-02-14 08:49:13 -0500
committerPaolo Abeni <pabeni@redhat.com>2023-02-16 09:27:06 +0100
commitbbe77c14ee6185a61ba6d5e435c1cbb489d2a9ed (patch)
treecd85c316c1c94f61081fddc27ff53a69be4cb3d2 /net/sched/Kconfig
parentfb38306ceb9e770adfb5ffa6e3c64047b55f7a07 (diff)
downloadlinux-bbe77c14ee6185a61ba6d5e435c1cbb489d2a9ed.tar.gz
linux-bbe77c14ee6185a61ba6d5e435c1cbb489d2a9ed.tar.bz2
linux-bbe77c14ee6185a61ba6d5e435c1cbb489d2a9ed.zip
net/sched: Retire dsmark qdisc
The dsmark qdisc has served us well over the years for diffserv but has not been getting much attention due to other more popular approaches to do diffserv services. Most recently it has become a shooting target for 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>
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 869321db12f7..d909f289a67f 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -192,17 +192,6 @@ config NET_SCH_GRED
To compile this code as a module, choose M here: the
module will be called sch_gred.
-config NET_SCH_DSMARK
- tristate "Differentiated Services marker (DSMARK)"
- help
- Say Y if you want to schedule packets according to the
- Differentiated Services architecture proposed in RFC 2475.
- Technical information on this method, with pointers to associated
- RFCs, is available at <http://www.gta.ufrj.br/diffserv/>.
-
- To compile this code as a module, choose M here: the
- module will be called sch_dsmark.
-
config NET_SCH_NETEM
tristate "Network emulator (NETEM)"
help