Merge branch 'ipvtap'
authorDavid S. Miller <davem@davemloft.net>
Sun, 12 Feb 2017 01:59:43 +0000 (20:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 12 Feb 2017 01:59:43 +0000 (20:59 -0500)
Sainath Grandhi says:

====================
Refactor macvtap to re-use tap functionality by other virtual intefaces

Tap character devices can be implemented on other virtual interfaces like
ipvlan, similar to macvtap. Source code for tap functionality in macvtap
can be re-used for this purpose.

This patch series splits macvtap source into two modules, macvtap and tap.
This patch series also includes a patch for implementing tap character
device driver based on the IP-VLAN network interface, called ipvtap.

These patches are tested on x86 platform.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge