serenity/Kernel/Net
Gunnar Beutner 7cd49ba2a2 Kernel: Ignore interfaces without an IP address when routing packages
Let's not route packages through interfaces which don't have an address
yet unless we're explicitly asked to (e.g. by DHCPClient).
2021-05-21 21:55:52 +02:00
..
ARP.h
E1000NetworkAdapter.cpp
E1000NetworkAdapter.h Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel: Make UDPSocket::create() API OOM safe 2021-05-13 16:21:53 +02:00
IPv4Socket.h Kernel: Avoid allocating KBuffers for TCP packets 2021-05-12 13:47:07 +02:00
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Make LocalSocket factory APIs OOM safe 2021-05-13 16:21:53 +02:00
LocalSocket.h
LoopbackAdapter.cpp
LoopbackAdapter.h
NE2000NetworkAdapter.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
NE2000NetworkAdapter.h
NetworkAdapter.cpp Kernel: Make sure network adapters have unique names 2021-05-21 21:55:52 +02:00
NetworkAdapter.h Kernel: Avoid allocations when receiving network packets 2021-05-18 16:06:27 +02:00
NetworkTask.cpp Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp() 2021-05-15 09:46:50 +02:00
NetworkTask.h
Routing.cpp Kernel: Ignore interfaces without an IP address when routing packages 2021-05-21 21:55:52 +02:00
Routing.h
RTL8139NetworkAdapter.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
RTL8139NetworkAdapter.h
Socket.cpp
Socket.h
TCP.h Kernel: Set MSS option for outbound TCP SYN packets 2021-05-12 13:47:07 +02:00
TCPSocket.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
TCPSocket.h Kernel: Avoid allocations when handling network packets 2021-05-16 17:49:42 +02:00
UDP.h
UDPSocket.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
UDPSocket.h Kernel: Make UDPSocket::create() API OOM safe 2021-05-13 16:21:53 +02:00