commit | 098a697b497e3154a1a583c1d34c67568acaadcc | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Mar 13 00:07:44 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 13 01:57:07 2015 -0400 |
tree | 4440bf30fb2500af39ea2d084c9caba0d5ca064f | |
parent | 04f721c671656f93de888b1d176ba30b7336cca3 [diff] |
tcp_metrics: Use a single hash table for all network namespaces. Now that all of the operations are safe on a single hash table accross network namespaces, allocate a single global hash table and update the code to use it. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>