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:
9a1b949
)
ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.
author
David S. Miller
<davem@davemloft.net>
Wed, 4 May 2011 19:33:34 +0000
(12:33 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 May 2011 19:55:07 +0000
(12:55 -0700)
First, make callers pass on-stack flowi4 to ip_route_output_gre()
so they can get at the fully resolved flow key.
Next, use that in ipgre_tunnel_xmit() to avoid the need to use
rt->rt_{dst,src}.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found