genode/repos/os
Martin Stein 11a297b557 net: consider tail of Ethernet frame
The Ethernet payload may be followed by padding of variable length and
the FCS (Frame Check Sequence). Thus, we should consider the value
"Ethernet-frame size minus Ethernet-header size" to be only the maximum
size of the encapsulated IP packet. But until now, we considered it to
be also the actual size of the encapsulated IP packet. This commit fixes
the problem for all affected components of the Genode base-repository.

Fixes #2775
2018-05-03 15:31:57 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include net: consider tail of Ethernet frame 2018-05-03 15:31:57 +02:00
lib net: use generic internet checksum 2018-05-03 15:31:56 +02:00
recipes nic_router-nat: ICMP NAPT and DNS info forward 2018-05-03 15:31:56 +02:00
run test/trace_logger: fully automate test 2018-05-03 15:31:55 +02:00
src net: consider tail of Ethernet frame 2018-05-03 15:31:57 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.