1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 10:17:37 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Andreas Kling
90f60d2f65 Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire. 2019-03-12 00:56:33 +01:00
Andreas Kling
35098cbde1 Kernel: Add a NetworkTask and a received network packet queue.
It will be easier to deal with incoming packets in a separate task.
2019-03-11 12:43:45 +01:00
Andreas Kling
97664fad60 Kernel: A bunch of hacking towards initial Ethernet support. 2019-03-10 20:59:23 +01:00
Andreas Kling
4641ee49b5 Kernel: Add a simple MACAddress class. 2019-03-10 19:15:22 +01:00