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