]> Pileus Git - ~andy/linux/commit
macvlan: Remove custom recieve and forward handlers
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 11 Dec 2013 18:27:11 +0000 (13:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Dec 2013 18:38:39 +0000 (13:38 -0500)
commit2f6a1b6607fd6b0eb9501843a40e0c7555f37b4a
tree80d2a3c5c9396bdd07c751eaa2ccfd42cd9c87c2
parent6acf54f1cf0a6747bac9fea26f34cfc5a9029523
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>
drivers/net/macvlan.c
drivers/net/macvtap.c
include/linux/if_macvlan.h