From 8fd7a5308db1276c5b73a583c0f7e180bf3dcc5b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 9 Dec 2014 05:46:37 +0000 Subject: [PATCH] ipv4: Enable TCP_CONG_DCTCP as module svn path=/dists/trunk/linux/; revision=22157 --- debian/changelog | 1 + debian/config/config | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0b6c9517a..b51b6add6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium * net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and IEEE802154_6LOWPAN as modules * net: Enable GENEVE as module; enable OPENVSWITCH_GENEVE + * ipv4: Enable TCP_CONG_DCTCP as module -- Ben Hutchings Tue, 09 Dec 2014 02:08:47 +0000 diff --git a/debian/config/config b/debian/config/config index f7fbb9287..e6205ccf6 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5652,6 +5652,7 @@ CONFIG_TCP_CONG_LP=m CONFIG_TCP_CONG_VENO=m CONFIG_TCP_CONG_YEAH=m CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_DCTCP=m ## choice: Default TCP congestion control # CONFIG_DEFAULT_BIC is not set CONFIG_DEFAULT_CUBIC=y @@ -5659,6 +5660,7 @@ CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_VEGAS is not set # CONFIG_DEFAULT_WESTWOOD is not set # CONFIG_DEFAULT_RENO is not set +# CONFIG_DEFAULT_DCTCP is not set ## end choice CONFIG_TCP_MD5SIG=y