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:
de213e5
)
net: Introduce skb_tunnel_rx() helper
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 18 May 2010 05:36:55 +0000
(22:36 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 May 2010 05:36:55 +0000
(22:36 -0700)
skb rxhash should be cleared when a skb is handled by a tunnel before
being delivered again, so that correct packet steering can take place.
There are other cleanups and accounting that we can factorize in a new
helper, skb_tunnel_rx()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found