Gunnar Beutner
|
c0800ab898
Kernel: Increase the default TCP window size
|
4 tahun lalu |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 tahun lalu |
Gunnar Beutner
|
fb2ad94195
Kernel: Remove socket from the listener's accept list when it is closed
|
4 tahun lalu |
Gunnar Beutner
|
866e577f1d
Kernel: Don't put closed/listener sockets into the closing_sockets list
|
4 tahun lalu |
Gunnar Beutner
|
d8f92bdf96
Kernel: Avoid deadlock when trying to send packets from the NetworkTask
|
4 tahun lalu |
Andreas Kling
|
71a10eb8e7
Kernel/IPv4: Propagate errors from local port allocation
|
4 tahun lalu |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 tahun lalu |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 tahun lalu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Andreas Kling
|
54f6436598
Kernel: Convert klog() => dmesgln() in TCPSocket
|
4 tahun lalu |
Ben Wiederhake
|
25301e450a
Kernel: Fix sign error in TCP resend logic
|
4 tahun lalu |
Ben Wiederhake
|
5c15ca7b84
Kernel: Make sockets use AK::Time
|
4 tahun lalu |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 tahun lalu |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 tahun lalu |
Andreas Kling
|
da981578e3
Kernel: Don't use a VLA for outgoing TCP packets
|
4 tahun lalu |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 tahun lalu |
Andreas Kling
|
9984201634
Kernel: Use KResult a bit more in the IPv4 networking code
|
4 tahun lalu |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 tahun lalu |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 tahun lalu |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 tahun lalu |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 tahun lalu |
asynts
|
c6ebca5b45
Everywhere: Replace a bundle of dbg with dbgln.
|
4 tahun lalu |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 tahun lalu |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 tahun lalu |
asynts
|
5931758dbc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 tahun lalu |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 tahun lalu |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 tahun lalu |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 tahun lalu |
Andreas Kling
|
3d02597316
Kernel: Avoid a heap allocation for every outgoing TCP packet
|
4 tahun lalu |
Andreas Kling
|
8cc81c2953
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
|
4 tahun lalu |