Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 0cb6c3c831 Kernel/TCP: Port TCP retransmit queue to ProtectedValue il y a 4 ans
  Jean-Baptiste Boric 9216c72bfe Kernel: Migrate TCP socket tables locking to ProtectedValue il y a 4 ans
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header il y a 4 ans
  Brian Gianforcaro 720a686a76 Kernel: Handle OOM when allocating Packet KBuffers il y a 4 ans
  Brian Gianforcaro c1a0e379e6 Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer il y a 4 ans
  Brian Gianforcaro ca94a83337 Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex il y a 4 ans
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` il y a 4 ans
  Gunnar Beutner c3d702431a Kernel: Block writes while we're establishing the TCP connection il y a 4 ans
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton il y a 4 ans
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter il y a 4 ans
  stelar7 01e5af487f Kernel: Dont try to register ephemeral TCP ports twice il y a 4 ans
  Gunnar Beutner 3fc75088a2 Kernel: Release packet buffer in TCPSocket::send_tcp_packet il y a 4 ans
  Gunnar Beutner 49dd4e5193 Kernel: Block when writing to TCP sockets when the send window is full il y a 4 ans
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets il y a 4 ans
  Gunnar Beutner c6299d1e5d Kernel: Don't try to send TCP packets larger than the MSS il y a 4 ans
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables il y a 4 ans
  Gunnar Beutner 006f11f23d Kernel: Avoid allocations when handling network packets il y a 4 ans
  Gunnar Beutner c22296505c Kernel: Merge do_retransmit_packets() into retransmit_packets() il y a 4 ans
  Gunnar Beutner 08aa3a91e3 Kernel: Try to retransmit lost TCP packets il y a 4 ans
  Brian Gianforcaro 4728f2af80 Kernel: Avoid unnecessary time under lock in TCPSocket::create il y a 4 ans
  Brian Gianforcaro 879eec6aa8 Kernel: Remove dead TCPSocket::from_endpoints method il y a 4 ans
  Brian Gianforcaro 46ce7adf7b Kernel: Make TCPSocket::create API OOM safe il y a 4 ans
  Gunnar Beutner 2b6aa571d1 Kernel: Outbound packets should use the source address from the socket il y a 4 ans
  Gunnar Beutner af59f64bc0 Kernel: Coalesce TCP ACKs il y a 4 ans
  Gunnar Beutner aff4d22de9 Kernel: Set MSS option for outbound TCP SYN packets il y a 4 ans
  Gunnar Beutner c0800ab898 Kernel: Increase the default TCP window size il y a 4 ans
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr il y a 4 ans