Files
linux/drivers/net/ethernet
Eric Dumazet cf3daa7cbc net: fec: fix potential use after free
[ Upstream commit 7a2a84518c ]

skb_tx_timestamp(skb) should be called _before_ TX completion
has a chance to trigger, otherwise it is too late and we access
freed memory.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: de5fb0a053 ("net: fec: put tx to napi poll function to fix dead lock")
Cc: Frank Li <Frank.Li@freescale.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-15 15:28:48 -08:00
..
2013-05-11 17:40:14 -07:00
2013-08-11 18:35:26 -07:00
2014-01-15 15:28:45 -08:00
2013-04-15 14:11:37 -04:00
2013-06-19 18:40:21 -07:00
2013-11-04 04:31:05 -08:00
2013-05-02 16:20:31 -04:00
2013-01-29 14:07:05 -05:00
2013-05-23 12:15:32 -07:00