]> Git Repo - linux.git/commit
veth: move loopback logic to common location
authorArnd Bergmann <[email protected]>
Thu, 26 Nov 2009 06:07:08 +0000 (06:07 +0000)
committerDavid S. Miller <[email protected]>
Thu, 26 Nov 2009 23:52:58 +0000 (15:52 -0800)
commit445409602c09219767c06497c0dc2285eac244ed
tree5cfbd6d94f737107f3e6356fca2457ab3a66bb44
parent1bda8aa86b89d4c9b668000127ff87172f2daa10
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 <[email protected]>
Acked-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/veth.c
include/linux/netdevice.h
net/core/dev.c
This page took 0.063089 seconds and 4 git commands to generate.