Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() пре 3 година
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> пре 3 година
  Gunnar Beutner 6f19bf8501 Kernel: Fix a crash introduced by my TCP RST fix пре 3 година
  Gunnar Beutner c17f9adb12 Kernel: Don't respond to TCP RST packets пре 3 година
  Andreas Kling 6a20733fcd Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList пре 4 година
  Andreas Kling 7063303022 Kernel: Convert IPv4 socket list from HashTable to IntrusiveList пре 4 година
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int пре 4 година
  Jean-Baptiste Boric 9216c72bfe Kernel: Migrate TCP socket tables locking to ProtectedValue пре 4 година
  Jean-Baptiste Boric 583abc27d8 Kernel: Migrate IPv4 socket table locking to ProtectedValue пре 4 година
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ пре 4 година
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum пре 4 година
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace пре 4 година
  Brian Gianforcaro 720a686a76 Kernel: Handle OOM when allocating Packet KBuffers пре 4 година
  Brian Gianforcaro 8c4785bd10 Kernel: Use normal initialization for TCPPacket instead of memset пре 4 година
  brapru 9c3e6f3f63 Kernel: Send RST/ACK if no socket is available пре 4 година
  brapru 63a15ed19d Kernel: Do not send delayed ack in response to RST/ACK пре 4 година
  brapru ea2abb3200 Kernel: Convert NetworkTask to east-const style пре 4 година
  brapru bdaaff70cb Utilities: Support static assignment of the ARP table пре 4 година
  brapru f8c104aaaf Kernel: Add update option to remove an entry from the ARP table пре 4 година
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker пре 4 година
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex пре 4 година
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton пре 4 година
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter пре 4 година
  Gunnar Beutner 7f7897c900 Kernel: Make sure outgoing ICMP packets have the correct checksum пре 4 година
  Gunnar Beutner 377b06c8ac Kernel: Ignore duplicate SYN packets пре 4 година
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets пре 4 година
  Brian Gianforcaro f255993349 Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp() пре 4 година
  Gunnar Beutner 08aa3a91e3 Kernel: Try to retransmit lost TCP packets пре 4 година
  Gunnar Beutner 9daec809b7 Kernel: Wake up NetworkTask every 500 milliseconds пре 4 година
  Gunnar Beutner 990b2d0989 Kernel: Don't use delayed ACKs when establishing the connection пре 4 година