diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-26 23:09:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-26 23:09:07 -0500 |
commit | 8c27eba54970c6ebbb408186e5baa2274435e869 (patch) | |
tree | 47348cfc4c008692eee4a9174fcc6d8b20f5e647 /kernel | |
parent | 8912858bcb9e314549a4abc15db6b5841a96fa2c (diff) | |
parent | 5dba4797115c8fa05c1a4d12927a6ae0b33ffc41 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6: (41 commits)
[XFRM]: Fix leak of expired xfrm_states
[ATM]: [he] initialize lock and tasklet earlier
[IPV4]: Remove bogus ifdef mess in arp_process
[SKBUFF]: Free old skb properly in skb_morph
[IPV4]: Fix memory leak in inet_hashtables.h when NUMA is on
[IPSEC]: Temporarily remove locks around copying of non-atomic fields
[TCP] MTUprobe: Cleanup send queue check (no need to loop)
[TCP]: MTUprobe: receiver window & data available checks fixed
[MAINTAINERS]: tlan list is subscribers-only
[SUNRPC]: Remove SPIN_LOCK_UNLOCKED
[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static
[PFKEY]: Sending an SADB_GET responds with an SADB_GET
[IRDA]: Compilation for CONFIG_INET=n case
[IPVS]: Fix compiler warning about unused register_ip_vs_protocol
[ARP]: Fix arp reply when sender ip 0
[IPV6] TCPMD5: Fix deleting key operation.
[IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().
[IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.
[IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.
ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollution
...
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sysctl_check.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index 8f5baac1eb08..6972f26c65f7 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
@@ -234,36 +234,6 @@ static struct trans_ctl_table trans_net_ipv4_conf_table[] = { | |||
234 | {} | 234 | {} |
235 | }; | 235 | }; |
236 | 236 | ||
237 | |||
238 | static struct trans_ctl_table trans_net_ipv4_vs_table[] = { | ||
239 | { NET_IPV4_VS_AMEMTHRESH, "amemthresh" }, | ||
240 | { NET_IPV4_VS_DEBUG_LEVEL, "debug_level" }, | ||
241 | { NET_IPV4_VS_AMDROPRATE, "am_droprate" }, | ||
242 | { NET_IPV4_VS_DROP_ENTRY, "drop_entry" }, | ||
243 | { NET_IPV4_VS_DROP_PACKET, "drop_packet" }, | ||
244 | { NET_IPV4_VS_SECURE_TCP, "secure_tcp" }, | ||
245 | { NET_IPV4_VS_TO_ES, "timeout_established" }, | ||
246 | { NET_IPV4_VS_TO_SS, "timeout_synsent" }, | ||
247 | { NET_IPV4_VS_TO_SR, "timeout_synrecv" }, | ||
248 | { NET_IPV4_VS_TO_FW, "timeout_finwait" }, | ||
249 | { NET_IPV4_VS_TO_TW, "timeout_timewait" }, | ||
250 | { NET_IPV4_VS_TO_CL, "timeout_close" }, | ||
251 | { NET_IPV4_VS_TO_CW, "timeout_closewait" }, | ||
252 | { NET_IPV4_VS_TO_LA, "timeout_lastack" }, | ||
253 | { NET_IPV4_VS_TO_LI, "timeout_listen" }, | ||
254 | { NET_IPV4_VS_TO_SA, "timeout_synack" }, | ||
255 | { NET_IPV4_VS_TO_UDP, "timeout_udp" }, | ||
256 | { NET_IPV4_VS_TO_ICMP, "timeout_icmp" }, | ||
257 | { NET_IPV4_VS_CACHE_BYPASS, "cache_bypass" }, | ||
258 | { NET_IPV4_VS_EXPIRE_NODEST_CONN, "expire_nodest_conn" }, | ||
259 | { NET_IPV4_VS_EXPIRE_QUIESCENT_TEMPLATE, "expire_quiescent_template" }, | ||
260 | { NET_IPV4_VS_SYNC_THRESHOLD, "sync_threshold" }, | ||
261 | { NET_IPV4_VS_NAT_ICMP_SEND, "nat_icmp_send" }, | ||
262 | { NET_IPV4_VS_LBLC_EXPIRE, "lblc_expiration" }, | ||
263 | { NET_IPV4_VS_LBLCR_EXPIRE, "lblcr_expiration" }, | ||
264 | {} | ||
265 | }; | ||
266 | |||
267 | static struct trans_ctl_table trans_net_neigh_vars_table[] = { | 237 | static struct trans_ctl_table trans_net_neigh_vars_table[] = { |
268 | { NET_NEIGH_MCAST_SOLICIT, "mcast_solicit" }, | 238 | { NET_NEIGH_MCAST_SOLICIT, "mcast_solicit" }, |
269 | { NET_NEIGH_UCAST_SOLICIT, "ucast_solicit" }, | 239 | { NET_NEIGH_UCAST_SOLICIT, "ucast_solicit" }, |
@@ -338,7 +308,6 @@ static struct trans_ctl_table trans_net_ipv4_table[] = { | |||
338 | { NET_IPV4_ROUTE, "route", trans_net_ipv4_route_table }, | 308 | { NET_IPV4_ROUTE, "route", trans_net_ipv4_route_table }, |
339 | /* NET_IPV4_FIB_HASH unused */ | 309 | /* NET_IPV4_FIB_HASH unused */ |
340 | { NET_IPV4_NETFILTER, "netfilter", trans_net_ipv4_netfilter_table }, | 310 | { NET_IPV4_NETFILTER, "netfilter", trans_net_ipv4_netfilter_table }, |
341 | { NET_IPV4_VS, "vs", trans_net_ipv4_vs_table }, | ||
342 | 311 | ||
343 | { NET_IPV4_TCP_TIMESTAMPS, "tcp_timestamps" }, | 312 | { NET_IPV4_TCP_TIMESTAMPS, "tcp_timestamps" }, |
344 | { NET_IPV4_TCP_WINDOW_SCALING, "tcp_window_scaling" }, | 313 | { NET_IPV4_TCP_WINDOW_SCALING, "tcp_window_scaling" }, |