diff options
author | Willem de Bruijn <[email protected]> | 2017-02-07 15:57:20 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-02-08 13:56:37 -0500 |
commit | 217e6fa24ce28ec87fca8da93c9016cb78028612 (patch) | |
tree | 1964e4821fd14a8255df061419fc2e8745bc92e7 /tools/perf/scripts/python | |
parent | d7426c69a1942b2b9b709bf66b944ff09f561484 (diff) |
net: introduce device min_header_len
The stack must not pass packets to device drivers that are shorter
than the minimum link layer header length.
Previously, packet sockets would drop packets smaller than or equal
to dev->hard_header_len, but this has false positives. Zero length
payload is used over Ethernet. Other link layer protocols support
variable length headers. Support for validation of these protocols
removed the min length check for all protocols.
Introduce an explicit dev->min_header_len parameter and drop all
packets below this value. Initially, set it to non-zero only for
Ethernet and loopback. Other protocols can follow in a patch to
net-next.
Fixes: 9ed988cd5915 ("packet: validate variable length ll headers")
Reported-by: Sowmini Varadhan <[email protected]>
Signed-off-by: Willem de Bruijn <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Acked-by: Sowmini Varadhan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions