aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-01-15 15:05:59 -0500
committerDavid S. Miller <davem@davemloft.net>2013-01-15 15:05:59 -0500
commit4b87f922598acf91eee18f71688a33f54f57bcde (patch)
tree9cdfe30c6b96c47093da5392ed82d147290cd64c /Documentation/networking
parent55eb555d9674e2ebe9d4de0146602f96ff18e7d6 (diff)
parentdaf3ec688e057f6060fb9bb0819feac7a8bbf45c (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: Documentation/networking/ip-sysctl.txt drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c Both conflicts were simply overlapping context. A build fix for qlcnic is in here too, simply removing the added devinit annotations which no longer exist. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ip-sysctl.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 51dcd52a91c4..497656473b1c 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -36,7 +36,7 @@ neigh/default/unres_qlen_bytes - INTEGER
36 The maximum number of bytes which may be used by packets 36 The maximum number of bytes which may be used by packets
37 queued for each unresolved address by other network layers. 37 queued for each unresolved address by other network layers.
38 (added in linux 3.3) 38 (added in linux 3.3)
39 Seting negative value is meaningless and will retrun error. 39 Setting negative value is meaningless and will return error.
40 Default: 65536 Bytes(64KB) 40 Default: 65536 Bytes(64KB)
41 41
42neigh/default/unres_qlen - INTEGER 42neigh/default/unres_qlen - INTEGER
@@ -504,7 +504,7 @@ tcp_fastopen - INTEGER
504tcp_syn_retries - INTEGER 504tcp_syn_retries - INTEGER
505 Number of times initial SYNs for an active TCP connection attempt 505 Number of times initial SYNs for an active TCP connection attempt
506 will be retransmitted. Should not be higher than 255. Default value 506 will be retransmitted. Should not be higher than 255. Default value
507 is 6, which corresponds to 63seconds till the last restransmission 507 is 6, which corresponds to 63seconds till the last retransmission
508 with the current initial RTO of 1second. With this the final timeout 508 with the current initial RTO of 1second. With this the final timeout
509 for an active TCP connection attempt will happen after 127seconds. 509 for an active TCP connection attempt will happen after 127seconds.
510 510
@@ -1332,6 +1332,12 @@ force_tllao - BOOLEAN
1332 race condition where the sender deletes the cached link-layer address 1332 race condition where the sender deletes the cached link-layer address
1333 prior to receiving a response to a previous solicitation." 1333 prior to receiving a response to a previous solicitation."
1334 1334
1335ndisc_notify - BOOLEAN
1336 Define mode for notification of address and device changes.
1337 0 - (default): do nothing
1338 1 - Generate unsolicited neighbour advertisements when device is brought
1339 up or hardware address changes.
1340
1335icmp/*: 1341icmp/*:
1336ratelimit - INTEGER 1342ratelimit - INTEGER
1337 Limit the maximal rates for sending ICMPv6 packets. 1343 Limit the maximal rates for sending ICMPv6 packets.
@@ -1531,7 +1537,7 @@ cookie_hmac_alg - STRING
1531 * sha1 1537 * sha1
1532 * none 1538 * none
1533 Ability to assign md5 or sha1 as the selected alg is predicated on the 1539 Ability to assign md5 or sha1 as the selected alg is predicated on the
1534 configuarion of those algorithms at build time (CONFIG_CRYPTO_MD5 and 1540 configuration of those algorithms at build time (CONFIG_CRYPTO_MD5 and
1535 CONFIG_CRYPTO_SHA1). 1541 CONFIG_CRYPTO_SHA1).
1536 1542
1537 Default: Dependent on configuration. MD5 if available, else SHA1 if 1543 Default: Dependent on configuration. MD5 if available, else SHA1 if
@@ -1549,7 +1555,7 @@ rcvbuf_policy - INTEGER
1549 blocking. 1555 blocking.
1550 1556
1551 1: rcvbuf space is per association 1557 1: rcvbuf space is per association
1552 0: recbuf space is per socket 1558 0: rcvbuf space is per socket
1553 1559
1554 Default: 0 1560 Default: 0
1555 1561