genode/repos/os/src
Martin Stein 6b55790e73 net: use generic internet checksum
This reduces the redundant implementations of checksum calculation to
one generic implementation, makes the checksum interface conform over
all protocols, and brings performance optimizations. For instance,
the checksum is now calculated directly in big endian which saves us
most of the previously done byte-re-ordering.

Issue #2775
2018-05-03 15:31:56 +02:00
..
app net: use generic internet checksum 2018-05-03 15:31:56 +02:00
drivers os: new Input::Event representation 2018-05-03 15:31:25 +02:00
init init config.xsd: add ld_verbose attribute 2018-02-09 13:34:19 +01:00
lib net: use generic internet checksum 2018-05-03 15:31:56 +02:00
server net: use generic internet checksum 2018-05-03 15:31:56 +02:00
test test/trace_logger: fully automate test 2018-05-03 15:31:55 +02:00