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)
commit5d134f1c1f36166e8a738de92c4d2f4c262ff91b
tree6d1504359c7f1ade1c79da0e468a2a409af5c56c
parent71bcdba06db91ceaaffe019b6c958b5faf06012a
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