Commit History

Author SHA1 Message Date
  Gunnar Beutner 006f11f23d Kernel: Avoid allocations when handling network packets 4 years ago
  Gunnar Beutner c22296505c Kernel: Merge do_retransmit_packets() into retransmit_packets() 4 years ago
  Gunnar Beutner 08aa3a91e3 Kernel: Try to retransmit lost TCP packets 4 years ago
  Brian Gianforcaro 4728f2af80 Kernel: Avoid unnecessary time under lock in TCPSocket::create 4 years ago
  Brian Gianforcaro 879eec6aa8 Kernel: Remove dead TCPSocket::from_endpoints method 4 years ago
  Brian Gianforcaro 46ce7adf7b Kernel: Make TCPSocket::create API OOM safe 4 years ago
  Gunnar Beutner 2b6aa571d1 Kernel: Outbound packets should use the source address from the socket 4 years ago
  Gunnar Beutner af59f64bc0 Kernel: Coalesce TCP ACKs 4 years ago
  Gunnar Beutner aff4d22de9 Kernel: Set MSS option for outbound TCP SYN packets 4 years ago
  Gunnar Beutner c0800ab898 Kernel: Increase the default TCP window size 4 years ago
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 years ago
  Gunnar Beutner fb2ad94195 Kernel: Remove socket from the listener's accept list when it is closed 4 years ago
  Gunnar Beutner 866e577f1d Kernel: Don't put closed/listener sockets into the closing_sockets list 4 years ago
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask 4 years ago
  Andreas Kling 71a10eb8e7 Kernel/IPv4: Propagate errors from local port allocation 4 years ago
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling 54f6436598 Kernel: Convert klog() => dmesgln() in TCPSocket 4 years ago
  Ben Wiederhake 25301e450a Kernel: Fix sign error in TCP resend logic 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
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling da981578e3 Kernel: Don't use a VLA for outgoing TCP packets 4 years ago
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 years ago
  Andreas Kling 9984201634 Kernel: Use KResult a bit more in the IPv4 networking code 4 years ago
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. 4 years ago