On Wed, Oct 14, 2020 at 12:36:15PM +0000, timothee.cocault@xxxxxxxxxx wrote: > Fixes an error causing small packets to get dropped. skb_ensure_writable > expects the second parameter to be a length in the ethernet payload. > If we want to write the ethernet header (src, dst), we should pass 0. > Otherwise, packets with small payloads (< ETH_ALEN) will get dropped. Applied, thanks.