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:
e440cf2
)
Revert "ipv4: tcp: dont cache unconfirmed intput dst"
author
David S. Miller
<davem@davemloft.net>
Thu, 28 Jun 2012 00:05:06 +0000
(17:05 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 28 Jun 2012 00:05:06 +0000
(17:05 -0700)
This reverts commit
c074da2810c118b3812f32d6754bd9ead2f169e7
.
This change has several unwanted side effects:
1) Sockets will cache the DST_NOCACHE route in sk->sk_rx_dst and we'll
thus never create a real cached route.
2) All TCP traffic will use DST_NOCACHE and never use the routing
cache at all.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found