summaryrefslogtreecommitdiff
path: root/Kernel/E1000NetworkAdapter.cpp
AgeCommit message (Collapse)Author
2019-03-11Kernel: 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-11Kernel: 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-11Kernel: More work on bringing up E1000 support.Andreas Kling
2019-03-10Kernel: More work on Ethernet support.Andreas Kling
2019-03-10Kernel: A bunch of hacking towards initial Ethernet support.Andreas Kling
2019-03-10Kernel: Add a simple MACAddress class.Andreas Kling
2019-03-10Kernel: Start adding support for E1000 network adapters.Andreas Kling