Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-11 | Kernel: Bring up enough networking code that we can respond to ARP requests. | Andreas Kling | |
This is all pretty rickety but we can now respond to "arping" from the host while running inside QEMU. Very cool. :^) | |||
2019-03-11 | Kernel: Add a NetworkTask and a received network packet queue. | Andreas Kling | |
It will be easier to deal with incoming packets in a separate task. | |||
2019-03-11 | Kernel: More work on bringing up E1000 support. | Andreas Kling | |
2019-03-10 | Kernel: More work on Ethernet support. | Andreas Kling | |
2019-03-10 | Kernel: A bunch of hacking towards initial Ethernet support. | Andreas Kling | |
2019-03-10 | Kernel: Add a simple MACAddress class. | Andreas Kling | |
2019-03-10 | Kernel: Start adding support for E1000 network adapters. | Andreas Kling | |