summaryrefslogtreecommitdiff
path: root/drivers/hwmon/sht15.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-11-18 08:57:02 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-23 10:20:34 +0300
commit4a80b1feaee77c9108765cf696c1bc2196393126 (patch)
tree460a5a1afce7606a9fb4d3608afbc5d5f3dd33d9 /drivers/hwmon/sht15.c
parent5367cdf3e1587f1c58af0d5be98a1e9fb46eea68 (diff)
downloadlinux-4a80b1feaee77c9108765cf696c1bc2196393126.tar.xz
net-gro: reset skb->pkt_type in napi_reuse_skb()
[ Upstream commit 33d9a2c72f086cbf1087b2fd2d1a15aa9df14a7f ] eth_type_trans() assumes initial value for skb->pkt_type is PACKET_HOST. This is indeed the value right after a fresh skb allocation. However, it is possible that GRO merged a packet with a different value (like PACKET_OTHERHOST in case macvlan is used), so we need to make sure napi->skb will have pkt_type set back to PACKET_HOST. Otherwise, valid packets might be dropped by the stack because their pkt_type is not PACKET_HOST. napi_reuse_skb() was added in commit 96e93eab2033 ("gro: Add internal interfaces for VLAN"), but this bug always has been there. Fixes: 96e93eab2033 ("gro: Add internal interfaces for VLAN") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwmon/sht15.c')
0 files changed, 0 insertions, 0 deletions