Histórico de Commits

Autor SHA1 Mensagem Data
  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
  Gunnar Beutner 2b6aa571d1 Kernel: Outbound packets should use the source address from the socket há 4 anos atrás
  Gunnar Beutner af59f64bc0 Kernel: Coalesce TCP ACKs há 4 anos atrás
  Gunnar Beutner ffc6b714b0 Kernel: Trigger TCP fast retransmission when we encounter lost packets há 4 anos atrás
  Gunnar Beutner 7272127927 Kernel: Don't process TCP packets out of order há 4 anos atrás
  Gunnar Beutner 5feeb62843 Kernel: Avoid allocating KBuffers for TCP packets há 4 anos atrás
  Sergey Bugaev 78459b92d5 Kernel: Implement IP multicast support há 4 anos atrás
  Gunnar Beutner e0ac611a08 Kernel: Tear down connections when we receive an RST packet há 4 anos atrás
  Gunnar Beutner c03cbf83ab Kernel: Record MAC addresses for incoming IPv4 packets há 4 anos atrás
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask há 4 anos atrás
  Gunnar Beutner 4e6a26cbd2 Kernel: Silence a few more network dbgln()s há 4 anos atrás
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Brendan Coles 627cfe017c Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfaces há 4 anos atrás
  Andreas Kling f9aace29ec Kernel: Convert klog() => AK::Format in NetworkTask há 4 anos atrás
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time há 4 anos atrás