Historial de Commits

Autor SHA1 Mensaje Fecha
  brapru f8c104aaaf Kernel: Add update option to remove an entry from the ARP table hace 4 años
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker hace 4 años
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex hace 4 años
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton hace 4 años
  Gunnar Beutner 60298121d8 Kernel: Make sure we increment the TX counter hace 4 años
  Gunnar Beutner 7f7897c900 Kernel: Make sure outgoing ICMP packets have the correct checksum hace 4 años
  Gunnar Beutner 377b06c8ac Kernel: Ignore duplicate SYN packets hace 4 años
  Gunnar Beutner b436dd138b Kernel: Avoid allocations when sending IP packets hace 4 años
  Brian Gianforcaro f255993349 Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp() hace 4 años
  Gunnar Beutner 08aa3a91e3 Kernel: Try to retransmit lost TCP packets hace 4 años
  Gunnar Beutner 9daec809b7 Kernel: Wake up NetworkTask every 500 milliseconds hace 4 años
  Gunnar Beutner 990b2d0989 Kernel: Don't use delayed ACKs when establishing the connection hace 4 años
  Gunnar Beutner 2b6aa571d1 Kernel: Outbound packets should use the source address from the socket hace 4 años
  Gunnar Beutner af59f64bc0 Kernel: Coalesce TCP ACKs hace 4 años
  Gunnar Beutner ffc6b714b0 Kernel: Trigger TCP fast retransmission when we encounter lost packets hace 4 años
  Gunnar Beutner 7272127927 Kernel: Don't process TCP packets out of order hace 4 años
  Gunnar Beutner 5feeb62843 Kernel: Avoid allocating KBuffers for TCP packets hace 4 años
  Sergey Bugaev 78459b92d5 Kernel: Implement IP multicast support hace 4 años
  Gunnar Beutner e0ac611a08 Kernel: Tear down connections when we receive an RST packet hace 4 años
  Gunnar Beutner c03cbf83ab Kernel: Record MAC addresses for incoming IPv4 packets hace 4 años
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask hace 4 años
  Gunnar Beutner 4e6a26cbd2 Kernel: Silence a few more network dbgln()s hace 4 años
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Brendan Coles 627cfe017c Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfaces hace 4 años
  Andreas Kling f9aace29ec Kernel: Convert klog() => AK::Format in NetworkTask hace 4 años
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time hace 4 años
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY hace 4 años
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. hace 4 años
  Sergey Bugaev 4717009e3e Kernel: Hold less locks when receiving ICMP packets hace 4 años