commit | 5f3d9cb2962967d9d7e03abb4a7ca275a9a3fea5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Jan 31 10:56:48 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 31 16:11:48 2012 -0500 |
tree | 7847eb10ad6a754ed2798bce28ea3d142484a164 | |
parent | a915da9b69273815527ccb3789421cb7027b545b [diff] |
tcp: md5: use sock_kmalloc() to limit md5 keys There is no limit on number of MD5 keys an application can attach to a tcp socket. This patch adds a per tcp socket limit based on /proc/sys/net/core/optmem_max With current default optmem_max values, this allows about 150 keys on 64bit arches, and 88 keys on 32bit arches. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>