From: David S. Miller Date: Mon, 23 Jul 2012 23:27:54 +0000 (-0700) Subject: net: Make skb->skb_iif always track skb->dev X-Git-Tag: v3.6-rc1~125^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b68581778cd0051a3fb9a2b614dee7eccb5127ff;p=pandora-kernel.git net: Make skb->skb_iif always track skb->dev Make it follow device decapsulation, from things such as VLAN and bonding. The stuff that actually cares about pre-demuxed device pointers, is handled by the "orig_dev" variable in __netif_receive_skb(). And the only consumer of that is the po->origdev feature of AF_PACKET sockets. Signed-off-by: David S. Miller --- Reading git-diff-tree failed