Age | Commit message (Expand) | Author |
---|---|---|
2019-03-20 | Kernel: Snooze the NetworkTask until there are incoming packets to process. | Andreas Kling |
2019-03-12 | Kernel: Add a way to look up NetworkAdapters by IPv4 address. | Andreas Kling |
2019-03-12 | Kernel: Collect IPv4 stuff in IPv4.h and ARP stuff in ARP.h. | Andreas Kling |
2019-03-12 | Kernel: More work on the ICMP and IPv4 support. | Andreas Kling |
2019-03-12 | Kernel: Start adding IPv4 support, starting with ICMP echo messages. | Andreas Kling |
2019-03-11 | Kernel: Bring up enough networking code that we can respond to ARP requests. | Andreas Kling |
2019-03-11 | Kernel: Add a NetworkTask and a received network packet queue. | 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 |