net/ipv4: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: "David S. Miller" <davem@davemloft.net> CC: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> CC: James Morris <jmorris@namei.org> CC: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> CC: Patrick McHardy <kaber@trash.net> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
aec9a0eb5f
commit
44fbe92001
1 changed files with 1 additions and 10 deletions
|
@ -488,7 +488,6 @@ config TCP_CONG_HTCP
|
||||||
|
|
||||||
config TCP_CONG_HSTCP
|
config TCP_CONG_HSTCP
|
||||||
tristate "High Speed TCP"
|
tristate "High Speed TCP"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Sally Floyd's High Speed TCP (RFC 3649) congestion control.
|
Sally Floyd's High Speed TCP (RFC 3649) congestion control.
|
||||||
|
@ -499,7 +498,6 @@ config TCP_CONG_HSTCP
|
||||||
|
|
||||||
config TCP_CONG_HYBLA
|
config TCP_CONG_HYBLA
|
||||||
tristate "TCP-Hybla congestion control algorithm"
|
tristate "TCP-Hybla congestion control algorithm"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
TCP-Hybla is a sender-side only change that eliminates penalization of
|
TCP-Hybla is a sender-side only change that eliminates penalization of
|
||||||
|
@ -509,7 +507,6 @@ config TCP_CONG_HYBLA
|
||||||
|
|
||||||
config TCP_CONG_VEGAS
|
config TCP_CONG_VEGAS
|
||||||
tristate "TCP Vegas"
|
tristate "TCP Vegas"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
TCP Vegas is a sender-side only change to TCP that anticipates
|
TCP Vegas is a sender-side only change to TCP that anticipates
|
||||||
|
@ -520,7 +517,6 @@ config TCP_CONG_VEGAS
|
||||||
|
|
||||||
config TCP_CONG_SCALABLE
|
config TCP_CONG_SCALABLE
|
||||||
tristate "Scalable TCP"
|
tristate "Scalable TCP"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Scalable TCP is a sender-side only change to TCP which uses a
|
Scalable TCP is a sender-side only change to TCP which uses a
|
||||||
|
@ -530,7 +526,6 @@ config TCP_CONG_SCALABLE
|
||||||
|
|
||||||
config TCP_CONG_LP
|
config TCP_CONG_LP
|
||||||
tristate "TCP Low Priority"
|
tristate "TCP Low Priority"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
TCP Low Priority (TCP-LP), a distributed algorithm whose goal is
|
TCP Low Priority (TCP-LP), a distributed algorithm whose goal is
|
||||||
|
@ -540,7 +535,6 @@ config TCP_CONG_LP
|
||||||
|
|
||||||
config TCP_CONG_VENO
|
config TCP_CONG_VENO
|
||||||
tristate "TCP Veno"
|
tristate "TCP Veno"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
TCP Veno is a sender-side only enhancement of TCP to obtain better
|
TCP Veno is a sender-side only enhancement of TCP to obtain better
|
||||||
|
@ -552,7 +546,6 @@ config TCP_CONG_VENO
|
||||||
|
|
||||||
config TCP_CONG_YEAH
|
config TCP_CONG_YEAH
|
||||||
tristate "YeAH TCP"
|
tristate "YeAH TCP"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select TCP_CONG_VEGAS
|
select TCP_CONG_VEGAS
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
@ -567,7 +560,6 @@ config TCP_CONG_YEAH
|
||||||
|
|
||||||
config TCP_CONG_ILLINOIS
|
config TCP_CONG_ILLINOIS
|
||||||
tristate "TCP Illinois"
|
tristate "TCP Illinois"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
TCP-Illinois is a sender-side modification of TCP Reno for
|
TCP-Illinois is a sender-side modification of TCP Reno for
|
||||||
|
@ -631,8 +623,7 @@ config DEFAULT_TCP_CONG
|
||||||
default "cubic"
|
default "cubic"
|
||||||
|
|
||||||
config TCP_MD5SIG
|
config TCP_MD5SIG
|
||||||
bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)"
|
bool "TCP: MD5 Signature Option support (RFC2385)"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
select CRYPTO_MD5
|
select CRYPTO_MD5
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Add table
Reference in a new issue