From: Patrick Ohly Date: Sat, 21 Feb 2009 10:42:18 +0000 (-0800) Subject: net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping X-Git-Tag: v2.6.30-rc1~662^2~602 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4d8fdad1f13205c769266dfa99015e226b6e07;p=pandora-kernel.git net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping The current implementation of the TX software time stamping fallback is faulty because it accesses the skb after ndo_start_xmit() returns successfully. This patch removes the fallback, which fixes kernel panics seen during stress tests. Hardware time stamping is not affected by this removal. Signed-off-by: Patrick Ohly Signed-off-by: Emil Tantilov Signed-off-by: David S. Miller --- Reading git-diff-tree failed