From: Willem de Bruijn
Date: Mon, 18 Feb 2019 23:37:12 -0500
> From: Willem de Bruijn
>
> GSO packets with vnet_hdr must conform to a small set of gso_types.
> The below commit uses flow dissection to drop packets that do not.
>
> But it has false positives when the skb is not fully initialize
From: Willem de Bruijn
GSO packets with vnet_hdr must conform to a small set of gso_types.
The below commit uses flow dissection to drop packets that do not.
But it has false positives when the skb is not fully initialized.
Dissection needs skb->protocol and skb->network_header.
Infer skb->prot