ladybird/Kernel/Net
Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes
Now that all KResult and KResultOr are used consistently throughout the
kernel, it's no longer necessary to return negative error codes.
However, we were still doing that in some places, so let's fix all those
(bugs) by removing the minuses. :^)
2021-08-06 00:37:47 +02:00
..
ARP.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
E1000ENetworkAdapter.cpp Kernel: Remove unused header includes in Net subtree 2021-07-11 21:37:38 +02:00
E1000ENetworkAdapter.h Kernel: Make NetworkAdapter::class_name() return a StringView 2021-07-11 17:59:38 +02:00
E1000NetworkAdapter.cpp Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
E1000NetworkAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
EthernetFrameHeader.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EtherType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ICMP.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IPv4.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IPv4Socket.cpp Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
IPv4Socket.h Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer 2021-08-03 18:54:23 +02:00
IPv4SocketTuple.h Kernel: Rename Lock to Mutex 2021-07-17 21:10:32 +02:00
LocalSocket.cpp Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket 2021-08-03 18:54:23 +02:00
LocalSocket.h Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket 2021-08-03 18:54:23 +02:00
LoopbackAdapter.cpp Kernel: LoopbackAdapter::create() => try_create() 2021-07-11 18:00:31 +02:00
LoopbackAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
NE2000NetworkAdapter.cpp Kernel/NE2000: Harvest entropy from NE2000 interrupts 2021-07-24 21:28:22 +02:00
NE2000NetworkAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
NetworkAdapter.cpp Kernel: Handle OOM when allocating Packet KBuffers 2021-08-03 18:54:23 +02:00
NetworkAdapter.h Kernel: Handle OOM when allocating Packet KBuffers 2021-08-03 18:54:23 +02:00
NetworkingManagement.cpp Kernel: Rename Locker => MutexLocker 2021-07-18 01:53:04 +02:00
NetworkingManagement.h Kernel: Rename Lock to Mutex 2021-07-17 21:10:32 +02:00
NetworkTask.cpp Kernel: Handle OOM when allocating Packet KBuffers 2021-08-03 18:54:23 +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: Make Thread::state_string() return StringView 2021-08-06 00:37:47 +02:00
Routing.h Kernel: Add update option to remove an entry from the ARP table 2021-07-25 17:57:08 +02:00
RTL8139NetworkAdapter.cpp Kernel: Set initial link up status for RTL8139 2021-08-03 10:20:51 +02:00
RTL8139NetworkAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
RTL8168NetworkAdapter.cpp Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
RTL8168NetworkAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
Socket.cpp Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt() 2021-08-06 00:37:47 +02:00
Socket.h Kernel: Make a bunch of "char const* to_string()" return StringView 2021-08-06 00:37:47 +02:00
TCP.h Kernel: Set MSS option for outbound TCP SYN packets 2021-05-12 13:47:07 +02:00
TCPSocket.cpp Kernel: Handle OOM when allocating Packet KBuffers 2021-08-03 18:54:23 +02:00
TCPSocket.h Kernel: Make a bunch of "char const* to_string()" return StringView 2021-08-06 00:37:47 +02:00
UDP.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UDPSocket.cpp Kernel: Handle OOM when allocating Packet KBuffers 2021-08-03 18:54:23 +02:00
UDPSocket.h Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket 2021-08-03 18:54:23 +02:00