From: "Jason A. Donenfeld" <[email protected]> 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.
