Commit History

Author SHA1 Message Date
  Conrad Pankoff 54ceabd48d Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code 6 years ago
  Conrad Pankoff 7ed54d86d5 Kernel: Record network statistics and expose as JSON 6 years ago
  Andreas Kling 605975adb5 Kernel: Make KBuffer a value-type wrapper around a KBufferImpl 6 years ago
  Andreas Kling 52cfe9ebae IPv4: Remove an unnecessary copy of each outgoing IPv4 payload 6 years ago
  Andreas Kling e58b734363 Net: Use KBuffers for network adapter packet queues 6 years ago
  Andreas Kling b2e502e533 Kernel: Add Thread::block_until(Condition). 6 years ago
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling 9e0f7acfe5 Kernel+Userland: Expose list of network adapters through /proc/netadapters. 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Andreas Kling 649c81a714 Kernel: Move networking related files into Kernel/Net/. 6 years ago