Histórico de Commits

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