Commit History

Author SHA1 Message Date
  Idan Horowitz adc9939a7b Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt 3 years ago
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang 3 years ago
  Andreas Kling ededd6aac6 Kernel: Make TCPSocket client construction use KResultOr and TRY() 3 years ago
  Andreas Kling 55b0b06897 Kernel: Store process names as KString 3 years ago
  Brian Gianforcaro d1378339f6 Kernel: Avoid string creation for simple string comparison 3 years ago
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 years ago
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() 3 years ago
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 years ago
  Gunnar Beutner 6f19bf8501 Kernel: Fix a crash introduced by my TCP RST fix 3 years ago
  Gunnar Beutner c17f9adb12 Kernel: Don't respond to TCP RST packets 3 years ago
  Andreas Kling 6a20733fcd Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList 3 years ago
  Andreas Kling 7063303022 Kernel: Convert IPv4 socket list from HashTable to IntrusiveList 3 years ago
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int 3 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
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ 4 years ago
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum 3 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 years ago
  Brian Gianforcaro 720a686a76 Kernel: Handle OOM when allocating Packet KBuffers 3 years ago
  Brian Gianforcaro 8c4785bd10 Kernel: Use normal initialization for TCPPacket instead of memset 3 years ago
  brapru 9c3e6f3f63 Kernel: Send RST/ACK if no socket is available 4 years ago
  brapru 63a15ed19d Kernel: Do not send delayed ack in response to RST/ACK 4 years ago
  brapru ea2abb3200 Kernel: Convert NetworkTask to east-const style 3 years ago
  brapru bdaaff70cb Utilities: Support static assignment of the ARP table 4 years ago
  brapru f8c104aaaf Kernel: Add update option to remove an entry from the ARP table 4 years ago
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 years ago
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton 4 years ago
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter 4 years ago
  Gunnar Beutner 7f7897c900 Kernel: Make sure outgoing ICMP packets have the correct checksum 4 years ago