1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 22:14:55 +00:00
serenity/Kernel/Net
2024-05-09 12:02:26 +02:00
..
Intel Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Realtek Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
VirtIO Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06: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: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
IPv4Socket.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
IPv4SocketTuple.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
LocalSocket.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
LocalSocket.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
LoopbackAdapter.cpp Kernel: Stop including the ethernet header in LoopbackAdapter's mtu 2023-11-25 16:34:38 +01:00
LoopbackAdapter.h Kernel/Net: Don't allocate memory for adapters' names 2023-08-12 11:48:48 -06:00
NetworkAdapter.cpp Kernel/net: Add tracking of dropped packets per adapter 2024-05-09 12:02:26 +02:00
NetworkAdapter.h Kernel/net: Add tracking of dropped packets per adapter 2024-05-09 12:02:26 +02:00
NetworkingManagement.cpp Kernel/Net: Don't allocate memory for adapters' names 2023-08-12 11:48:48 -06:00
NetworkingManagement.h Kernel/Net: Don't allocate memory for adapters' names 2023-08-12 11:48:48 -06:00
NetworkTask.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04: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: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
Routing.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Socket.cpp Kernel: Stub out getsockopt for the SO_REUSEADDR option 2023-12-24 22:22:58 +01:00
Socket.h Kernel: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
TCP.h Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
TCPSocket.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
TCPSocket.h Kernel/Net: Add TCPSocket timer for TimeWait moving to Closed 2024-03-14 18:33:19 -06:00
UDP.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UDPSocket.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
UDPSocket.h Kernel/Net: Rework ephemeral port allocation 2023-07-29 16:51:58 -06:00