commit | e897082fe7a5b591dc4dd5599ac39081a7c8e482 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Sun Jun 13 10:36:30 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 13 17:12:40 2010 -0700 |
tree | 9d33789a1cbdffc0e77a1187d32b0051eb7648c4 | |
parent | d49aba84fe775671133295658f43f4d142a517f9 [diff] |
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 <john.r.fastabend@intel.com> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Tested-by: Markus Trippelsdorf <markus@trippelsdorf.de> Signed-off-by: David S. Miller <davem@davemloft.net>