Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | ipvlan: Stop advertising NETIF_F_UFO support. | David S. Miller | |
It is going away. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | |
Add support for extended error reporting. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2017-02-11 | ipvtap: IP-VLAN based tap driver | Sainath Grandhi | |
This patch adds a tap character device driver that is based on the IP-VLAN network interface, called ipvtap. An ipvtap device can be created in the same way as an ipvlan device, using 'type ipvtap', and then accessed using the tap user space interface. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> |