git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a915da9
)
tcp: md5: use sock_kmalloc() to limit md5 keys
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 31 Jan 2012 10:56:48 +0000
(10:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Jan 2012 21:11:48 +0000
(16:11 -0500)
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>
net/ipv4/tcp_ipv4.c
patch
|
blob
|
history
diff --cc
net/ipv4/tcp_ipv4.c
Simple merge