On 8/14/20, David Miller <davem@xxxxxxxxxxxxx> wrote: > From: "Jason A. Donenfeld" <Jason@xxxxxxxxx> > Date: Fri, 14 Aug 2020 09:30:48 +0200 > >> @@ -4676,6 +4688,7 @@ static u32 netif_receive_generic_xdp(struct sk_buff >> *skb, >> (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { >> __skb_push(skb, ETH_HLEN); >> skb->protocol = eth_type_trans(skb, skb->dev); >> + __skb_pull(skb, ETH_HLEN); >> } >> >> switch (act) { > > This bug fix is separate from your other changes. Please do not combine > them. > No problem. I'll split this out and resend tomorrow morning. Jason