From: Willem de Bruijn
Date: Fri, 4 Mar 2016 15:44:14 -0500
> From: Willem de Bruijn
>
> Allow device-specific validation of link layer headers. Existing
> checks drop all packets shorter than hard_header_len. For variable
> length protocols, such packets can be valid.
>
> patch 1 adds header
From: Willem de Bruijn
Allow device-specific validation of link layer headers. Existing
checks drop all packets shorter than hard_header_len. For variable
length protocols, such packets can be valid.
patch 1 adds header_ops.validate and dev_validate_header
patch 2 replaces ll_header_truncated wi