From: Jiri Pirko Date: Mon, 22 Aug 2011 19:43:22 +0000 (-0700) Subject: net: vlan: goto another_round instead of calling __netif_receive_skb X-Git-Tag: v3.2-rc1~129^2~423 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfe178239453547d4297a4583ee7847948a481b;p=pandora-kernel.git net: vlan: goto another_round instead of calling __netif_receive_skb Now, when vlan tag on untagged in non-accelerated path is stripped from skb, headers are reset right away. Benefit from that and avoid calling __netif_receive_skb recursivelly and just use another_round. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed