Searched hist:a19faf0250e09b16cac169354126404bc8aa342b (Results 1 – 1 of 1) sorted by relevance
/linux/net/core/ |
H A D | timestamping.c | diff a19faf0250e09b16cac169354126404bc8aa342b Sun Dec 05 19:50:32 CET 2010 Eric Dumazet <eric.dumazet@gmail.com> net: fix skb_defer_rx_timestamp()
After commit c1f19b51d1d8 (net: support time stamping in phy devices.), kernel might crash if CONFIG_NETWORK_PHY_TIMESTAMPING=y and skb_defer_rx_timestamp() handles a packet without an ethernet header.
Fixes kernel bugzilla #24102
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=24102 Reported-and-tested-by: Andrew Watts <akwatts@ymail.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|