https://github.com/torvalds/linux
Revision 9538132a9f3cb8ed1590bec2b32650f4d30dd688 authored by David S. Miller on 08 February 2017, 18:56:38 UTC, committed by David S. Miller on 08 February 2017, 18:56:38 UTC
Willem de Bruijn says:

====================
net: Fixes for header length truncation

Packets should not enter the stack with truncated link layer headers
and link layer headers should always be stored in the skb linear
segment.

Patch 1 ensures the first for PF_PACKET sockets
Patch 2 ensures the second for PF_PACKET GSO sockets without tx_ring
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s d7426c6 + 57031eb
Raw File
Tip revision: 9538132a9f3cb8ed1590bec2b32650f4d30dd688 authored by David S. Miller on 08 February 2017, 18:56:38 UTC
Merge branch 'net-header-length-truncation'
Tip revision: 9538132
fdt.c
#include <linux/libfdt_env.h>
#include "../scripts/dtc/libfdt/fdt.c"
back to top