From: John Fastabend Date: Sun, 13 Jun 2010 10:36:30 +0000 (+0000) Subject: net: fix deliver_no_wcard regression on loopback device X-Git-Tag: v2.6.35-rc4~54^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e897082fe7a5b591dc4dd5599ac39081a7c8e482;p=pandora-kernel.git net: fix deliver_no_wcard regression on loopback device deliver_no_wcard is not being set in skb_copy_header. In the skb_cloned case it is not being cleared and may cause the skb to be dropped when the loopback device pushes it back up the stack. Signed-off-by: John Fastabend Acked-by: Eric Dumazet Tested-by: Markus Trippelsdorf Signed-off-by: David S. Miller --- Reading git-diff-tree failed