From: David S. Miller Date: Wed, 8 Feb 2017 18:56:38 +0000 (-0500) Subject: Merge branch 'net-header-length-truncation' X-Git-Tag: v4.10-rc8~8^2~14 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9538132a9f3cb8ed1590bec2b32650f4d30dd688;p=linux.git Merge branch 'net-header-length-truncation' 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 --- 9538132a9f3cb8ed1590bec2b32650f4d30dd688