ladybird/Kernel/Net
Andreas Kling 09b1b09c19 Kernel: Assert if rounding-up-to-page-size would wrap around to 0
If we try to align a number above 0xfffff000 to the next multiple of
the page size (4 KiB), it would wrap around to 0. This is most likely
never what we want, so let's assert if that happens.
2021-02-14 10:01:50 +01:00
..
ARP.h
E1000NetworkAdapter.cpp Kernel: Assert if rounding-up-to-page-size would wrap around to 0 2021-02-14 10:01:50 +01:00
E1000NetworkAdapter.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel: Convert all *Builder::appendf() => appendff() 2021-02-09 19:18:13 +01:00
IPv4Socket.h
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Convert all *Builder::appendf() => appendff() 2021-02-09 19:18:13 +01:00
LocalSocket.h
LoopbackAdapter.cpp
LoopbackAdapter.h
NE2000NetworkAdapter.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
NE2000NetworkAdapter.h
NetworkAdapter.cpp
NetworkAdapter.h
NetworkTask.cpp Kernel: Hold less locks when receiving ICMP packets 2021-02-12 15:37:28 +01:00
NetworkTask.h
Routing.cpp
Routing.h
RTL8139NetworkAdapter.cpp Kernel: Assert if rounding-up-to-page-size would wrap around to 0 2021-02-14 10:01:50 +01:00
RTL8139NetworkAdapter.h
Socket.cpp Kernel: Don't assert on sys$setsockopt() with unexpected level 2021-02-13 01:29:28 +01:00
Socket.h
TCP.h
TCPSocket.cpp Kernel: Don't use a VLA for outgoing TCP packets 2021-02-12 23:00:25 +01:00
TCPSocket.h
UDP.h
UDPSocket.cpp Kernel: Don't use a VLA for outgoing UDP packets 2021-02-12 23:46:15 +01:00
UDPSocket.h