Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 years ago |
asynts
|
10c6f062b3
AK: Add Endian.h header to replace NetworkOrdered.h.
|
4 years ago |
Andreas Kling
|
a2ad0ae5fc
Net: Fix IPv4 fragmentation not working for larger payloads
|
5 years ago |
AnotherTest
|
b3d7c5d9de
Kernel: Send Fragmented IPv4 packets if payload size > mtu
|
5 years ago |
Shannon Booth
|
81adefef27
Kernel: Run clang-format on files
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
d9a48b5916
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
|
6 years ago |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 years ago |
Robin Burchell
|
0dc9af5f7e
Add clang-format file
|
6 years ago |
Andreas Kling
|
090e14d42c
IPv4: Default initialize IPv4Address to 0.0.0.0.
|
6 years ago |
Andreas Kling
|
17e02e7450
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
|
6 years ago |
Andreas Kling
|
649c81a714
Kernel: Move networking related files into Kernel/Net/.
|
6 years ago |