1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 05:47:36 +00:00
serenity/Kernel/Net
Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate.
Now that FileDescription is called that, variables of that type should not
be called "descriptor". This is kinda wordy but we'll get used to it.
2019-06-13 22:03:04 +02:00
..
.gitignore Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1. 2019-04-02 15:46:44 +02:00
ARP.h Kernel: Use NetworkOrdered<T> in ARPPacket. 2019-06-10 00:59:19 -07:00
E1000NetworkAdapter.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
E1000NetworkAdapter.h Add clang-format file 2019-05-28 17:31:20 +02:00
EthernetFrameHeader.h Add clang-format file 2019-05-28 17:31:20 +02:00
EtherType.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
ICMP.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
IPv4.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
IPv4Socket.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
IPv4Socket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
LocalSocket.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
LocalSocket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
LoopbackAdapter.cpp AK: Revert Eternal<T> for now since it doesn't work as intended. 2019-04-05 05:14:20 +02:00
LoopbackAdapter.h AK: Revert Eternal<T> for now since it doesn't work as intended. 2019-04-05 05:14:20 +02:00
MACAddress.h Add clang-format file 2019-05-28 17:31:20 +02:00
NetworkAdapter.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
NetworkAdapter.h Add clang-format file 2019-05-28 17:31:20 +02:00
NetworkTask.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
NetworkTask.h Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
Routing.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
Routing.h Kernel: Move networking related files into Kernel/Net/. 2019-04-02 19:54:38 +02:00
Socket.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
Socket.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
TCP.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
TCPSocket.cpp Kernel: Rename "descriptor" to "description" where appropriate. 2019-06-13 22:03:04 +02:00
TCPSocket.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
UDP.h Add clang-format file 2019-05-28 17:31:20 +02:00
UDPSocket.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
UDPSocket.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00