From: David S. Miller Date: Wed, 10 Aug 2005 02:34:12 +0000 (-0700) Subject: [NET]: Kill skb->real_dev X-Git-Tag: v2.6.14-rc1~1035^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ccd8fa06c8e302116e71df372f5c1f83432e03;p=pandora-kernel.git [NET]: Kill skb->real_dev Bonding just wants the device before the skb_bond() decapsulation occurs, so simply pass that original device into packet_type->func() as an argument. It remains to be seen whether we can use this same exact thing to get rid of skb->input_dev as well. Signed-off-by: David S. Miller --- Reading git-diff-tree failed