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:
6671b22
)
sit: fix panic with route cache in ip tunnels
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Thu, 20 Feb 2014 09:19:31 +0000
(10:19 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 Feb 2014 18:13:50 +0000
(13:13 -0500)
Bug introduced by commit
7d442fab0a67
("ipv4: Cache dst in tunnels").
Because sit code does not call ip_tunnel_init(), the dst_cache was not
initialized.
CC: Tom Herbert <therbert@google.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found