Commit History

Author SHA1 Message Date
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access 3 years ago
  Andreas Kling 648c768d81 Kernel: Tidy up TCPSocket creation a bit 3 years ago
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 years ago
  Andreas Kling 6a20733fcd Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList 4 years ago
  Andreas Kling 0cb6c3c831 Kernel/TCP: Port TCP retransmit queue to ProtectedValue 4 years ago
  Jean-Baptiste Boric 9216c72bfe Kernel: Migrate TCP socket tables locking to ProtectedValue 4 years ago
  Jean-Baptiste Boric 583abc27d8 Kernel: Migrate IPv4 socket table locking to ProtectedValue 4 years ago
  Andreas Kling af46f2214c Kernel: Make a bunch of "char const* to_string()" return StringView 4 years ago
  Brian Gianforcaro c1a0e379e6 Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer 4 years ago
  Brian Gianforcaro ca94a83337 Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket 4 years ago
  brapru 9c3e6f3f63 Kernel: Send RST/ACK if no socket is available 4 years ago
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView 4 years ago
  stelar7 01e5af487f Kernel: Dont try to register ephemeral TCP ports twice 4 years ago
  Gunnar Beutner 49dd4e5193 Kernel: Block when writing to TCP sockets when the send window is full 4 years ago
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets 4 years ago
  Gunnar Beutner c6299d1e5d Kernel: Don't try to send TCP packets larger than the MSS 4 years ago
  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 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 af59f64bc0 Kernel: Coalesce TCP ACKs 4 years ago
  Gunnar Beutner ffc6b714b0 Kernel: Trigger TCP fast retransmission when we encounter lost packets 4 years ago
  Gunnar Beutner aff4d22de9 Kernel: Set MSS option for outbound TCP SYN packets 4 years ago
  Andreas Kling 71a10eb8e7 Kernel/IPv4: Propagate errors from local port allocation 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
  Andreas Kling 9984201634 Kernel: Use KResult a bit more in the IPv4 networking code 4 years ago
  Andreas Kling 8cc81c2953 Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes 4 years ago