Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256600
b: refs/heads/master
c: 94c5b41
h: refs/heads/master
v: v3
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Jul 21, 2011
1 parent e39b680 commit 74a2619
Show file tree
Hide file tree
Showing 1,289 changed files with 36,545 additions and 94,170 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 557e2a394de0d142ba930ff3cdb2909419414e06
refs/heads/master: 94c5b41b327e08de0ddf563237855f55080652a1
5 changes: 2 additions & 3 deletions trunk/Documentation/DocBook/80211.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,8 @@
!Finclude/net/mac80211.h set_key_cmd
!Finclude/net/mac80211.h ieee80211_key_conf
!Finclude/net/mac80211.h ieee80211_key_flags
!Finclude/net/mac80211.h ieee80211_get_tkip_p1k
!Finclude/net/mac80211.h ieee80211_get_tkip_p1k_iv
!Finclude/net/mac80211.h ieee80211_get_tkip_p2k
!Finclude/net/mac80211.h ieee80211_tkip_key_type
!Finclude/net/mac80211.h ieee80211_get_tkip_key
!Finclude/net/mac80211.h ieee80211_key_removed
</chapter>

Expand Down
18 changes: 9 additions & 9 deletions trunk/Documentation/networking/ifenslave.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,36 +260,36 @@ int main(int argc, char *argv[])
case 'V': opt_V++; exclusive++; break;

case '?':
fprintf(stderr, "%s", usage_msg);
fprintf(stderr, usage_msg);
res = 2;
goto out;
}
}

/* options check */
if (exclusive > 1) {
fprintf(stderr, "%s", usage_msg);
fprintf(stderr, usage_msg);
res = 2;
goto out;
}

if (opt_v || opt_V) {
printf("%s", version);
printf(version);
if (opt_V) {
res = 0;
goto out;
}
}

if (opt_u) {
printf("%s", usage_msg);
printf(usage_msg);
res = 0;
goto out;
}

if (opt_h) {
printf("%s", usage_msg);
printf("%s", help_msg);
printf(usage_msg);
printf(help_msg);
res = 0;
goto out;
}
Expand All @@ -309,7 +309,7 @@ int main(int argc, char *argv[])
goto out;
} else {
/* Just show usage */
fprintf(stderr, "%s", usage_msg);
fprintf(stderr, usage_msg);
res = 2;
goto out;
}
Expand All @@ -320,7 +320,7 @@ int main(int argc, char *argv[])
master_ifname = *spp++;

if (master_ifname == NULL) {
fprintf(stderr, "%s", usage_msg);
fprintf(stderr, usage_msg);
res = 2;
goto out;
}
Expand All @@ -339,7 +339,7 @@ int main(int argc, char *argv[])

if (slave_ifname == NULL) {
if (opt_d || opt_c) {
fprintf(stderr, "%s", usage_msg);
fprintf(stderr, usage_msg);
res = 2;
goto out;
}
Expand Down
29 changes: 16 additions & 13 deletions trunk/Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ inet_peer_maxttl - INTEGER
when the number of entries in the pool is very small).
Measured in seconds.

inet_peer_gc_mintime - INTEGER
Minimum interval between garbage collection passes. This interval is
in effect under high memory pressure on the pool.
Measured in seconds.

inet_peer_gc_maxtime - INTEGER
Minimum interval between garbage collection passes. This interval is
in effect under low (or absent) memory pressure on the pool.
Measured in seconds.

TCP variables:

somaxconn - INTEGER
Expand Down Expand Up @@ -384,7 +394,7 @@ tcp_rmem - vector of 3 INTEGERs: min, default, max
min: Minimal size of receive buffer used by TCP sockets.
It is guaranteed to each TCP socket, even under moderate memory
pressure.
Default: 1 page
Default: 8K

default: initial size of receive buffer used by TCP sockets.
This value overrides net.core.rmem_default used by other protocols.
Expand Down Expand Up @@ -473,7 +483,7 @@ tcp_window_scaling - BOOLEAN
tcp_wmem - vector of 3 INTEGERs: min, default, max
min: Amount of memory reserved for send buffers for TCP sockets.
Each TCP socket has rights to use it due to fact of its birth.
Default: 1 page
Default: 4K

default: initial size of send buffer used by TCP sockets. This
value overrides net.core.wmem_default used by other protocols.
Expand Down Expand Up @@ -543,13 +553,13 @@ udp_rmem_min - INTEGER
Minimal size of receive buffer used by UDP sockets in moderation.
Each UDP socket is able to use the size for receiving data, even if
total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
Default: 1 page
Default: 4096

udp_wmem_min - INTEGER
Minimal size of send buffer used by UDP sockets in moderation.
Each UDP socket is able to use the size for sending data, even if
total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
Default: 1 page
Default: 4096

CIPSOv4 Variables:

Expand Down Expand Up @@ -1455,17 +1465,10 @@ sctp_mem - vector of 3 INTEGERs: min, pressure, max
Default is calculated at boot time from amount of available memory.

sctp_rmem - vector of 3 INTEGERs: min, default, max
Only the first value ("min") is used, "default" and "max" are
ignored.

min: Minimal size of receive buffer used by SCTP socket.
It is guaranteed to each SCTP socket (but not association) even
under moderate memory pressure.

Default: 1 page
See tcp_rmem for a description.

sctp_wmem - vector of 3 INTEGERs: min, default, max
Currently this tunable has no effect.
See tcp_wmem for a description.

addr_scope_policy - INTEGER
Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00
Expand Down
154 changes: 0 additions & 154 deletions trunk/Documentation/networking/netdev-features.txt

This file was deleted.

Loading

0 comments on commit 74a2619

Please sign in to comment.