timothee.cocault@xxxxxxxxxx <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. Reviewed-by: Florian Westphal <fw@xxxxxxxxx>