Skip to content
Commit 3b8377dc authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'variable-length-ll-headers'



Willem de Bruijn says:

====================
net: validate variable length ll headers

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 implements the protocol specific callback for AX25
patch 3 replaces ll_header_truncated with dev_validate_header
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 9531ab65 9ed988cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment