On Fri, Aug 14, 2020 at 8:41 PM David Miller wrote:
>
> Applied, thanks.
Thank you, David!
From: Xie He
Date: Thu, 13 Aug 2020 11:17:04 -0700
> 1. Added a skb->len check
>
> This driver expects upper layers to include a pseudo header of 1 byte
> when passing down a skb for transmission. This driver will read this
> 1-byte header. This patch added a skb->len check before reading the
>
1. Added a skb->len check
This driver expects upper layers to include a pseudo header of 1 byte
when passing down a skb for transmission. This driver will read this
1-byte header. This patch added a skb->len check before reading the
header to make sure the header exists.
2. Added needed_headroom