diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:19:54 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:40:01 -0500 |
commit | 663ef0d18424f3baebc1dad46e81809f2b48ee80 (patch) | |
tree | 3d029f0c638c0f420678c7a63a21e1bb1dd7bc00 /net | |
parent | e5a2f6e3c5924c58a0df27dbad592b5981d7c7f8 (diff) |
net/netfilter: 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: Pablo Neira Ayuso <pablo@netfilter.org>
CC: Patrick McHardy <kaber@trash.net>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 49e96df5fbc4..456833d7aaea 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -125,8 +125,7 @@ config NF_CONNTRACK_TIMESTAMP | |||
125 | If unsure, say `N'. | 125 | If unsure, say `N'. |
126 | 126 | ||
127 | config NF_CT_PROTO_DCCP | 127 | config NF_CT_PROTO_DCCP |
128 | tristate 'DCCP protocol connection tracking support (EXPERIMENTAL)' | 128 | tristate 'DCCP protocol connection tracking support' |
129 | depends on EXPERIMENTAL | ||
130 | depends on NETFILTER_ADVANCED | 129 | depends on NETFILTER_ADVANCED |
131 | default IP_DCCP | 130 | default IP_DCCP |
132 | help | 131 | help |
@@ -139,8 +138,7 @@ config NF_CT_PROTO_GRE | |||
139 | tristate | 138 | tristate |
140 | 139 | ||
141 | config NF_CT_PROTO_SCTP | 140 | config NF_CT_PROTO_SCTP |
142 | tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' | 141 | tristate 'SCTP protocol connection tracking support' |
143 | depends on EXPERIMENTAL | ||
144 | depends on NETFILTER_ADVANCED | 142 | depends on NETFILTER_ADVANCED |
145 | default IP_SCTP | 143 | default IP_SCTP |
146 | help | 144 | help |
@@ -281,8 +279,7 @@ config NF_CONNTRACK_PPTP | |||
281 | To compile it as a module, choose M here. If unsure, say N. | 279 | To compile it as a module, choose M here. If unsure, say N. |
282 | 280 | ||
283 | config NF_CONNTRACK_SANE | 281 | config NF_CONNTRACK_SANE |
284 | tristate "SANE protocol support (EXPERIMENTAL)" | 282 | tristate "SANE protocol support" |
285 | depends on EXPERIMENTAL | ||
286 | depends on NETFILTER_ADVANCED | 283 | depends on NETFILTER_ADVANCED |
287 | help | 284 | help |
288 | SANE is a protocol for remote access to scanners as implemented | 285 | SANE is a protocol for remote access to scanners as implemented |
@@ -409,8 +406,7 @@ endif # NF_CONNTRACK | |||
409 | 406 | ||
410 | # transparent proxy support | 407 | # transparent proxy support |
411 | config NETFILTER_TPROXY | 408 | config NETFILTER_TPROXY |
412 | tristate "Transparent proxying support (EXPERIMENTAL)" | 409 | tristate "Transparent proxying support" |
413 | depends on EXPERIMENTAL | ||
414 | depends on IP_NF_MANGLE | 410 | depends on IP_NF_MANGLE |
415 | depends on NETFILTER_ADVANCED | 411 | depends on NETFILTER_ADVANCED |
416 | help | 412 | help |
@@ -718,8 +714,7 @@ config NETFILTER_XT_TARGET_TEE | |||
718 | this clone be rerouted to another nexthop. | 714 | this clone be rerouted to another nexthop. |
719 | 715 | ||
720 | config NETFILTER_XT_TARGET_TPROXY | 716 | config NETFILTER_XT_TARGET_TPROXY |
721 | tristate '"TPROXY" target support (EXPERIMENTAL)' | 717 | tristate '"TPROXY" target support' |
722 | depends on EXPERIMENTAL | ||
723 | depends on NETFILTER_TPROXY | 718 | depends on NETFILTER_TPROXY |
724 | depends on NETFILTER_XTABLES | 719 | depends on NETFILTER_XTABLES |
725 | depends on NETFILTER_ADVANCED | 720 | depends on NETFILTER_ADVANCED |
@@ -783,8 +778,7 @@ config NETFILTER_XT_TARGET_TCPMSS | |||
783 | To compile it as a module, choose M here. If unsure, say N. | 778 | To compile it as a module, choose M here. If unsure, say N. |
784 | 779 | ||
785 | config NETFILTER_XT_TARGET_TCPOPTSTRIP | 780 | config NETFILTER_XT_TARGET_TCPOPTSTRIP |
786 | tristate '"TCPOPTSTRIP" target support (EXPERIMENTAL)' | 781 | tristate '"TCPOPTSTRIP" target support' |
787 | depends on EXPERIMENTAL | ||
788 | depends on IP_NF_MANGLE || IP6_NF_MANGLE | 782 | depends on IP_NF_MANGLE || IP6_NF_MANGLE |
789 | depends on NETFILTER_ADVANCED | 783 | depends on NETFILTER_ADVANCED |
790 | help | 784 | help |
@@ -1145,8 +1139,7 @@ config NETFILTER_XT_MATCH_RECENT | |||
1145 | Official Website: <http://snowman.net/projects/ipt_recent/> | 1139 | Official Website: <http://snowman.net/projects/ipt_recent/> |
1146 | 1140 | ||
1147 | config NETFILTER_XT_MATCH_SCTP | 1141 | config NETFILTER_XT_MATCH_SCTP |
1148 | tristate '"sctp" protocol match support (EXPERIMENTAL)' | 1142 | tristate '"sctp" protocol match support' |
1149 | depends on EXPERIMENTAL | ||
1150 | depends on NETFILTER_ADVANCED | 1143 | depends on NETFILTER_ADVANCED |
1151 | default IP_SCTP | 1144 | default IP_SCTP |
1152 | help | 1145 | help |
@@ -1158,8 +1151,7 @@ config NETFILTER_XT_MATCH_SCTP | |||
1158 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. | 1151 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. |
1159 | 1152 | ||
1160 | config NETFILTER_XT_MATCH_SOCKET | 1153 | config NETFILTER_XT_MATCH_SOCKET |
1161 | tristate '"socket" match support (EXPERIMENTAL)' | 1154 | tristate '"socket" match support' |
1162 | depends on EXPERIMENTAL | ||
1163 | depends on NETFILTER_TPROXY | 1155 | depends on NETFILTER_TPROXY |
1164 | depends on NETFILTER_XTABLES | 1156 | depends on NETFILTER_XTABLES |
1165 | depends on NETFILTER_ADVANCED | 1157 | depends on NETFILTER_ADVANCED |