]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: make sysctl_tcp_ecn namespace aware
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Sat, 5 Jan 2013 16:10:48 +0000 (16:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jan 2013 05:09:56 +0000 (21:09 -0800)
commit9229071f9bdfed5965728700c8f6ed28bf52f949
tree6d1504359c7f1ade1c79da0e468a2a409af5c56c
parentb248f87ae132cafc715b319ce28c6edf61727071
tcp: make sysctl_tcp_ecn namespace aware

As per suggestion from Eric Dumazet this patch makes tcp_ecn sysctl
namespace aware.  The reason behind this patch is to ease the testing
of ecn problems on the internet and allows applications to tune their
own use of ecn.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: David Miller <davem@davemloft.net>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv4.h
include/net/tcp.h
net/ipv4/syncookies.c
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c