Gunnar Beutner
|
006f11f23d
Kernel: Avoid allocations when handling network packets
|
4 years ago |
Gunnar Beutner
|
1bb20a255f
Kernel: Avoid unnecessary allocations in NetworkAdapter::for_each
|
4 years ago |
Gunnar Beutner
|
76deda802d
Kernel: Avoid allocating and then freeing packet buffers
|
4 years ago |
Gunnar Beutner
|
2b6aa571d1
Kernel: Outbound packets should use the source address from the socket
|
4 years ago |
Gunnar Beutner
|
532db9f768
Kernel: Treat 0.0.0.0 as a loopback address
|
4 years ago |
Gunnar Beutner
|
f999d5a91a
Kernel: Limit the number of in-flight packet buffers
|
4 years ago |
Gunnar Beutner
|
a85d111cd1
Kernel: Respond to packets sent to the directed broadcast address
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Ben Wiederhake
|
5c15ca7b84
Kernel: Make sockets use AK::Time
|
4 years ago |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 years ago |
Adam Sandberg Ericsson
|
477e13f6c5
Net: use KBuffer::capacity() when checking if we can reuse buffer
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
9984201634
Kernel: Use KResult a bit more in the IPv4 networking code
|
4 years ago |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 years ago |
Nico Weber
|
416d470d07
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
4 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
4 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
4 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
4 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
4 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
f5ac4da993
Kernel: Use AK::Span a bunch in the network adapter code
|
5 years ago |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 years ago |
AnotherTest
|
b3d7c5d9de
Kernel: Send Fragmented IPv4 packets if payload size > mtu
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Liav A
|
e559af2008
Kernel: Apply changes to use LibBareMetal definitions
|
5 years ago |
Andreas Kling
|
a3f39fe789
Net: Make NetworkAdapter reference-counted
|
5 years ago |