From: Eric Dumazet Date: Sun, 19 Jun 2011 20:26:15 +0000 (+0000) Subject: netxen: fix race in skb->len access X-Git-Tag: v3.0-rc4~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82b9d7fe7464aec78210544948564ffe3bb2d2b;p=pandora-kernel.git netxen: fix race in skb->len access As soon as skb is given to hardware, TX completion can free skb under us. Therefore, we should update dev stats before kicking the device. Signed-off-by: Eric Dumazet CC: Amit Kumar Salecha Signed-off-by: David S. Miller --- Reading git-diff-tree failed