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:
68b7c89
)
bridge: Avoid unnecessary clone on forward path
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 27 Feb 2010 19:41:41 +0000
(19:41 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 28 Feb 2010 08:48:43 +0000
(
00:48
-0800)
When the packet is delivered to the local bridge device we may
end up cloning it unnecessarily if no bridge port can receive
the packet in br_flood.
This patch avoids this by moving the skb_clone into br_flood.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found