]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/sysctl_net_ipv4.c
IB/ipath: Fix ib_ipath driver to work with SRP
[mv-sheeva.git] / net / ipv4 / sysctl_net_ipv4.c
index e7fb665873c68526686b18fca76ba25db3271993..70cea9d08a38f7972b9a7ce0a7f17242de1ce41e 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/sysctl.h>
-#include <linux/config.h>
 #include <linux/igmp.h>
 #include <linux/inetdevice.h>
 #include <net/snmp.h>
@@ -690,6 +689,14 @@ ctl_table ipv4_table[] = {
                .proc_handler   = &proc_dointvec
        },
 #endif
+       {
+               .ctl_name       = NET_TCP_SLOW_START_AFTER_IDLE,
+               .procname       = "tcp_slow_start_after_idle",
+               .data           = &sysctl_tcp_slow_start_after_idle,
+               .maxlen         = sizeof(int),
+               .mode           = 0644,
+               .proc_handler   = &proc_dointvec
+       },
        { .ctl_name = 0 }
 };