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:
0131ba4
)
inetpeer: Move ICMP rate limiting state into inet_peer entries.
author
David S. Miller
<davem@davemloft.net>
Fri, 4 Feb 2011 23:55:25 +0000
(15:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 4 Feb 2011 23:59:53 +0000
(15:59 -0800)
Like metrics, the ICMP rate limiting bits are cached state about
a destination. So move it into the inet_peer entries.
If an inet_peer cannot be bound (the reason is memory allocation
failure or similar), the policy is to allow.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found