commit | 2f6a1b6607fd6b0eb9501843a40e0c7555f37b4a | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vyasevic@redhat.com> | Wed Dec 11 13:27:11 2013 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 12 13:38:39 2013 -0500 |
tree | 80d2a3c5c9396bdd07c751eaa2ccfd42cd9c87c2 | |
parent | 6acf54f1cf0a6747bac9fea26f34cfc5a9029523 [diff] |
macvlan: Remove custom recieve and forward handlers Since now macvlan and macvtap use the same receive and forward handlers, we can remove them completely and use netif_rx and dev_forward_skb() directly. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>