From: Eric Dumazet Date: Sun, 19 Jun 2011 12:43:33 +0000 (+0000) Subject: hp100: fix an skb->len race X-Git-Tag: v3.0-rc4~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658924dc9ae2ca8e3c46f36306f5dbd501cf4688;p=pandora-kernel.git hp100: fix an skb->len race As soon as skb is given to hardware and spinlock released, TX completion can free skb under us. Therefore, we should update netdev stats before spinlock release. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed