From: Justin Cormack Date: Mon, 11 May 2015 19:00:10 +0000 (+0100) Subject: macvtap add missing ioctls - fix wrapping X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5082083392224eca4c46abde908ab0e4210510c;p=pandora-kernel.git macvtap add missing ioctls - fix wrapping The macvtap driver tries to emulate all the ioctls supported by a normal tun/tap driver, however it was missing the generic SIOCGIFHWADDR and SIOCSIFHWADDR ioctls to get and set the mac address that are supported by tun/tap. This patch adds these. Signed-off-by: Justin Cormack Signed-off-by: David S. Miller --- Reading git-diff-tree failed