提交历史

作者 SHA1 备注 提交日期
  Gunnar Beutner e0ac611a08 Kernel: Tear down connections when we receive an RST packet 4 年之前
  Gunnar Beutner c03cbf83ab Kernel: Record MAC addresses for incoming IPv4 packets 4 年之前
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask 4 年之前
  Gunnar Beutner 4e6a26cbd2 Kernel: Silence a few more network dbgln()s 4 年之前
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Brendan Coles 627cfe017c Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfaces 4 年之前
  Andreas Kling f9aace29ec Kernel: Convert klog() => AK::Format in NetworkTask 4 年之前
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. 4 年之前
  Sergey Bugaev 4717009e3e Kernel: Hold less locks when receiving ICMP packets 4 年之前
  Andreas Kling 9984201634 Kernel: Use KResult a bit more in the IPv4 networking code 4 年之前
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 年之前
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 年之前
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 年之前
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 年之前
  Tom 476f17b3f1 Kernel: Merge PurgeableVMObject into AnonymousVMObject 4 年之前
  Andreas Kling ed5c26d698 AK: Remove custom %w format string specifier 4 年之前
  Andreas Kling cb2c8f71f4 AK: Remove custom %b format string specifier 4 年之前
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 年之前
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 年之前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年之前
  Tom 6a620562cc Kernel: Allow passing a thread argument for new kernel threads 4 年之前
  Andreas Kling a6aee0c097 IPv4: Take the socket lock more (fixes TCP connection to localhost) 4 年之前
  Andreas Kling ce6ef54337 ICMP: Check that incoming ICMP echo requests are large enough 4 年之前
  Tom 838d9fa251 Kernel: Make Thread refcounted 4 年之前
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Nico Weber 430b265cd4 AK: Rename KB, MB, GB to KiB, MiB, GiB 4 年之前