From a132fee060fcc849fe59c622ef8010c83f8c041b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 1 Aug 2017 21:06:18 +0200 Subject: correctly receiving data in the rtl8139 driver and passing it to the network handler, in Qemu user network we see complete ARP requests now (sent by Qemu itself presumably to update it's 'router' table (an external telnet localhost 8080 is needed to trigger that) --- doc/LINKS.TODO | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 557e598..4824e48 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -113,3 +113,12 @@ http://wiki.osdev.org/Detecting_Memory_(x86) Networking: http://wiki.osdev.org/RTL8139 http://lowlevel.eu/wiki/RTL8139 +https://gist.github.com/pdumais/f5a2aff025fc7a3fe6bc +http://linuxgazette.net/156/jangir.html +http://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html + +Ethernet: +https://en.wikipedia.org/wiki/EtherType + +ARP: +https://tools.ietf.org/html/rfc826 -- cgit v1.2.3-54-g00ecf