From: Arnd Bergmann Date: Thu, 26 Nov 2009 06:07:08 +0000 (+0000) Subject: veth: move loopback logic to common location X-Git-Tag: v2.6.33-rc1~388^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445409602c09219767c06497c0dc2285eac244ed;p=pandora-kernel.git veth: move loopback logic to common location The veth driver contains code to forward an skb from the start_xmit function of one network device into the receive path of another device. Moving that code into a common location lets us reuse the code for direct forwarding of data between macvlan ports, and possibly in other drivers. Signed-off-by: Arnd Bergmann Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed