]> git.baikalelectronics.ru Git - kernel.git/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)
commit1b04f74527f4cbf02b8273f25c12aebff3daf532
tree80d2a3c5c9396bdd07c751eaa2ccfd42cd9c87c2
parent747f4bfed38134285b51b394d0a9302c8b64ba02
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