[kernel] r22157 - in dists/trunk/linux/debian: . config

Ben Hutchings benh at moszumanska.debian.org
Tue Dec 9 05:46:37 UTC 2014


Author: benh
Date: Tue Dec  9 05:46:37 2014
New Revision: 22157

Log:
ipv4: Enable TCP_CONG_DCTCP as module

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Tue Dec  9 05:45:04 2014	(r22156)
+++ dists/trunk/linux/debian/changelog	Tue Dec  9 05:46:37 2014	(r22157)
@@ -10,6 +10,7 @@
   * 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 <ben at decadent.org.uk>  Tue, 09 Dec 2014 02:08:47 +0000
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Tue Dec  9 05:45:04 2014	(r22156)
+++ dists/trunk/linux/debian/config/config	Tue Dec  9 05:46:37 2014	(r22157)
@@ -5652,6 +5652,7 @@
 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_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
 



More information about the Kernel-svn-changes mailing list