Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex před 4 roky
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` před 4 roky
  Gunnar Beutner c3d702431a Kernel: Block writes while we're establishing the TCP connection před 4 roky
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton před 4 roky
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter před 4 roky
  stelar7 01e5af487f Kernel: Dont try to register ephemeral TCP ports twice před 4 roky
  Gunnar Beutner 3fc75088a2 Kernel: Release packet buffer in TCPSocket::send_tcp_packet před 4 roky
  Gunnar Beutner 49dd4e5193 Kernel: Block when writing to TCP sockets when the send window is full před 4 roky
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets před 4 roky
  Gunnar Beutner c6299d1e5d Kernel: Don't try to send TCP packets larger than the MSS před 4 roky
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables před 4 roky
  Gunnar Beutner 006f11f23d Kernel: Avoid allocations when handling network packets před 4 roky
  Gunnar Beutner c22296505c Kernel: Merge do_retransmit_packets() into retransmit_packets() před 4 roky
  Gunnar Beutner 08aa3a91e3 Kernel: Try to retransmit lost TCP packets před 4 roky
  Brian Gianforcaro 4728f2af80 Kernel: Avoid unnecessary time under lock in TCPSocket::create před 4 roky
  Brian Gianforcaro 879eec6aa8 Kernel: Remove dead TCPSocket::from_endpoints method před 4 roky
  Brian Gianforcaro 46ce7adf7b Kernel: Make TCPSocket::create API OOM safe před 4 roky
  Gunnar Beutner 2b6aa571d1 Kernel: Outbound packets should use the source address from the socket před 4 roky
  Gunnar Beutner af59f64bc0 Kernel: Coalesce TCP ACKs před 4 roky
  Gunnar Beutner aff4d22de9 Kernel: Set MSS option for outbound TCP SYN packets před 4 roky
  Gunnar Beutner c0800ab898 Kernel: Increase the default TCP window size před 4 roky
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr před 4 roky
  Gunnar Beutner fb2ad94195 Kernel: Remove socket from the listener's accept list when it is closed před 4 roky
  Gunnar Beutner 866e577f1d Kernel: Don't put closed/listener sockets into the closing_sockets list před 4 roky
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask před 4 roky
  Andreas Kling 71a10eb8e7 Kernel/IPv4: Propagate errors from local port allocation před 4 roky
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. před 4 roky
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Andreas Kling 54f6436598 Kernel: Convert klog() => dmesgln() in TCPSocket před 4 roky