ladybird/Kernel/Net
Tim Schumacher 9fad80c34c Kernel: Silently discard SO_REUSEADDR
We were previously rejecting `SO_REUSEADDR` with an `ENOPROTOOPT`, but
that made QEMU unhappy. Instead, just silently discard it and print a
FIXME message in case anybody wonders what went wrong if the system
won't reuse an address.
2022-08-01 04:23:41 +00:00
..
Intel Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
NE2000 Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Realtek Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ARP.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EthernetFrameHeader.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EtherType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ICMP.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IPv4.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IPv4Socket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
IPv4Socket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
IPv4SocketTuple.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LocalSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
LocalSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
LoopbackAdapter.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
LoopbackAdapter.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
NetworkAdapter.cpp Kernel: Annotate all KBuffer and DoubleBuffer with a custom name 2022-07-12 00:55:31 +01:00
NetworkAdapter.h Kernel: Stop exposing gateway field 2022-05-01 13:34:27 +02:00
NetworkingManagement.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
NetworkingManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
NetworkTask.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
NetworkTask.h Kernel: Avoid deadlock when trying to send packets from the NetworkTask 2021-04-30 23:11:56 +02:00
Routing.cpp Kernel/Routing: Hide some leftover debugging under a debug flag 2022-07-09 16:53:26 +03:00
Routing.h Kernel/Net: Support removing route entries with unknown gateway 2022-07-09 09:22:25 +01:00
Socket.cpp Kernel: Silently discard SO_REUSEADDR 2022-08-01 04:23:41 +00:00
Socket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
TCP.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TCPSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
TCPSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
UDP.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UDPSocket.cpp Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00
UDPSocket.h Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument 2022-07-21 16:39:22 +02:00