aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-11-17 21:57:02 -0800
committerDavid S. Miller <davem@davemloft.net>2018-11-17 21:59:18 -0800
commit33d9a2c72f086cbf1087b2fd2d1a15aa9df14a7f (patch)
tree344abb4aeb43f9c063507e747eb9c79e1777d39d /net/tipc/discover.c
parentMerge branch 'tdc-fixes' (diff)
downloadlinux-dev-33d9a2c72f086cbf1087b2fd2d1a15aa9df14a7f.tar.xz
linux-dev-33d9a2c72f086cbf1087b2fd2d1a15aa9df14a7f.zip
net-gro: reset skb->pkt_type in napi_reuse_skb()
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>
Diffstat (limited to 'net/tipc/discover.c')
0 files changed, 0 insertions, 0 deletions