ladybird/Kernel/Net
Conrad Pankoff 6d1418aa7a Kernel: Add simple ARP routing layer
This replaces the previous placeholder routing layer with a real one!
It's still very primitive, doesn't deal with things like timeouts very
well, and will probably need several more iterations to support more
normal networking things.

I haven't confirmed that this works with anything other than the QEMU
user networking layer, but I suspect that's what nearly everybody is
using at this point, so that's the important target to keep working.
2019-08-29 06:25:06 +02:00
..
ARP.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
E1000NetworkAdapter.cpp Kernel: Remove now-unused singleton methods from our network devices 2019-08-29 06:25:06 +02:00
E1000NetworkAdapter.h Kernel: Remove now-unused singleton methods from our network devices 2019-08-29 06:25:06 +02:00
EthernetFrameHeader.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
EtherType.h Kernel: Ignore IPv6 packets; log unknown Ethernet payload types 2019-08-29 06:25:06 +02:00
ICMP.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
IPv4.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
IPv4Socket.cpp Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
IPv4Socket.h Kernel: Customize absolute_path() for more file types 2019-08-11 16:30:43 +02:00
IPv4SocketTuple.h Kernel: Refactor TCP/IP stack 2019-08-06 16:21:17 +02:00
LocalSocket.cpp LocalSocket: Make recvfrom() return 0 to signal EOF when peer is gone 2019-08-17 11:04:45 +02:00
LocalSocket.h Kernel: Customize absolute_path() for more file types 2019-08-11 16:30:43 +02:00
LoopbackAdapter.cpp Kernel: Remove IP configuration from LoopbackAdapter 2019-08-29 06:25:06 +02:00
LoopbackAdapter.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
MACAddress.h Kernel/AK: Add is_zero helpers for IP and MAC addresses 2019-08-29 06:25:06 +02:00
NetworkAdapter.cpp Kernel: Add const to packet data in send_raw call 2019-08-29 06:25:06 +02:00
NetworkAdapter.h Kernel: Add on_receive callback to NetworkAdapter 2019-08-29 06:25:06 +02:00
NetworkTask.cpp Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
NetworkTask.h Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
Routing.cpp Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
Routing.h Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
RTL8139NetworkAdapter.cpp Kernel: Remove now-unused singleton methods from our network devices 2019-08-29 06:25:06 +02:00
RTL8139NetworkAdapter.h Kernel: Remove now-unused singleton methods from our network devices 2019-08-29 06:25:06 +02:00
Socket.cpp Kernel: Customize absolute_path() for more file types 2019-08-11 16:30:43 +02:00
Socket.h Net: Store an acceptor PID alongside the origin PID in a socket 2019-08-11 16:30:43 +02:00
TCP.h Kernel: Refactor TCP/IP stack 2019-08-06 16:21:17 +02:00
TCPSocket.cpp Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
TCPSocket.h Kernel: Detect some outgoing TCP connection failures 2019-08-10 09:07:11 +02:00
UDP.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
UDPSocket.cpp Kernel: Add simple ARP routing layer 2019-08-29 06:25:06 +02:00
UDPSocket.h Kernel: Move socket role tracking to the Socket class itself 2019-08-11 16:30:43 +02:00