From: Haiyang Zhang Date: Tue, 28 May 2013 06:15:56 +0000 (+0000) Subject: hyperv: Fix vlan_proto setting in netvsc_recv_callback() X-Git-Tag: v3.10-rc5~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c802db1164f28e62c6a43132b8d290cb8113f2ac;p=pandora-kernel.git hyperv: Fix vlan_proto setting in netvsc_recv_callback() Since the recent addition of 8021AD, we need to set the new field vlan_proto in sk_buff. Otherwise, it will trigger BUG() call in vlan_proto_idx(). This patch fixes the problem. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan Signed-off-by: David S. Miller --- Reading git-diff-tree failed