diff options
author | David S. Miller <davem@davemloft.net> | 2009-05-19 00:08:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-19 00:08:20 -0400 |
commit | bb803cfbecb03a0cf8dc7e1864f18dda6631af00 (patch) | |
tree | 6c0989693bea6f50cfa5c6bb14f52ec19668def3 /Documentation/networking | |
parent | 3878fb6fdbceecca20b15748f807340854220f06 (diff) | |
parent | 511e11e396dc596825ce04d53d7f6d579404bc01 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/scsi/fcoe/fcoe.c
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 7f98aa3962c6..3ffd233c369c 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1275,13 +1275,22 @@ sctp_rmem - vector of 3 INTEGERs: min, default, max | |||
1275 | sctp_wmem - vector of 3 INTEGERs: min, default, max | 1275 | sctp_wmem - vector of 3 INTEGERs: min, default, max |
1276 | See tcp_wmem for a description. | 1276 | See tcp_wmem for a description. |
1277 | 1277 | ||
1278 | UNDOCUMENTED: | ||
1279 | 1278 | ||
1280 | /proc/sys/net/core/* | 1279 | /proc/sys/net/core/* |
1281 | dev_weight FIXME | 1280 | dev_weight - INTEGER |
1281 | The maximum number of packets that kernel can handle on a NAPI | ||
1282 | interrupt, it's a Per-CPU variable. | ||
1283 | |||
1284 | Default: 64 | ||
1282 | 1285 | ||
1283 | /proc/sys/net/unix/* | 1286 | /proc/sys/net/unix/* |
1284 | max_dgram_qlen FIXME | 1287 | max_dgram_qlen - INTEGER |
1288 | The maximum length of dgram socket receive queue | ||
1289 | |||
1290 | Default: 10 | ||
1291 | |||
1292 | |||
1293 | UNDOCUMENTED: | ||
1285 | 1294 | ||
1286 | /proc/sys/net/irda/* | 1295 | /proc/sys/net/irda/* |
1287 | fast_poll_increase FIXME | 1296 | fast_poll_increase FIXME |