Merge branch 'iop-raid6' into async-tx-next
[pandora-kernel.git] / Documentation / networking / ip-sysctl.txt
index 7185e4c..b121c5d 100644 (file)
@@ -1043,7 +1043,9 @@ max_addresses - INTEGER
        Default: 16
 
 disable_ipv6 - BOOLEAN
-       Disable IPv6 operation.
+       Disable IPv6 operation.  If accept_dad is set to 2, this value
+       will be dynamically set to TRUE if DAD fails for the link-local
+       address.
        Default: FALSE (enable IPv6 operation)
 
 accept_dad - INTEGER
@@ -1264,13 +1266,22 @@ sctp_rmem - vector of 3 INTEGERs: min, default, max
 sctp_wmem  - vector of 3 INTEGERs: min, default, max
        See tcp_wmem for a description.
 
-UNDOCUMENTED:
 
 /proc/sys/net/core/*
-       dev_weight FIXME
+dev_weight - INTEGER
+       The maximum number of packets that kernel can handle on a NAPI
+       interrupt, it's a Per-CPU variable.
+
+       Default: 64
 
 /proc/sys/net/unix/*
-       max_dgram_qlen FIXME
+max_dgram_qlen - INTEGER
+       The maximum length of dgram socket receive queue
+
+       Default: 10
+
+
+UNDOCUMENTED:
 
 /proc/sys/net/irda/*
        fast_poll_increase FIXME