index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
NetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
2019-03-20
Kernel: Snooze the NetworkTask until there are incoming packets to process.
Andreas Kling
2019-03-16
Move Lock from AK to Kernel, since it only works inside the kernel.
Andreas Kling
2019-03-13
NetworkAdapter: Use a ByteBuffer instead of kmalloc/kfree in send().
Andreas Kling
2019-03-12
Kernel: Add a way to look up NetworkAdapters by IPv4 address.
Andreas Kling
2019-03-12
Kernel: More work on the ICMP and IPv4 support.
Andreas Kling
2019-03-12
Kernel: Fix up the ICMP implementation to generate correct Echo replies.
Andreas Kling
2019-03-12
Kernel: Start adding IPv4 support, starting with ICMP echo messages.
Andreas Kling
2019-03-12
Kernel: Tidy up networking code with some named constants.
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: Add a simple MACAddress class.
Andreas Kling
2019-03-10
Kernel: Start adding support for E1000 network adapters.
Andreas Kling