genode/repos/os/src/lib
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
..
alarm alarm: fix bug in _setup_alarm 2017-10-19 13:29:41 +02:00
blit Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
net net: consider tail of Ethernet frame 2018-05-03 15:31:57 +02:00
server base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00
timed_semaphore timed_semaphore: fix deprecated warning 2017-05-31 13:16:19 +02:00
timeout timeout: do not handle timeouts while scheduling 2018-04-10 11:18:18 +02:00
trace/policy trace/policy/rpc_name: enable building again 2018-02-09 13:34:20 +01:00
vfs vfs: reduce ROM-update rate Rom_file_system::stat 2018-04-19 13:38:33 +02:00