Commit History

Author SHA1 Message Date
  Adam Sandberg Ericsson 477e13f6c5 Net: use KBuffer::capacity() when checking if we can reuse buffer 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling 9984201634 Kernel: Use KResult a bit more in the IPv4 networking code 4 years ago
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 years ago
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 4 years ago
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 4 years ago
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 4 years ago
  Tom 5a98e329d1 AK: Get rid of make_singleton function 4 years ago
  Tom f0906250a1 Kernel: Move Singleton class to AK 4 years ago
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling f5ac4da993 Kernel: Use AK::Span a bunch in the network adapter code 5 years ago
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 years ago
  AnotherTest b3d7c5d9de Kernel: Send Fragmented IPv4 packets if payload size > mtu 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 years ago
  Andreas Kling a3f39fe789 Net: Make NetworkAdapter reference-counted 5 years ago
  Andreas Kling 164d9ecad7 Kernel: Some more int => size_t in NetworkAdapter and subclasses 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Conrad Pankoff 5ca7ae4585 Kernel: Route all loopback traffic through the loopback adapter 5 years ago
  Andreas Kling ac215ca601 Net: Try to reuse incoming packet buffers to avoid allocation churn 5 years ago
  Andreas Kling 75ed262fe5 Kernel+ifconfig: Add an MTU value to NetworkAdapter 5 years ago
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 years ago
  Andreas Kling 2482fc3538 IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR 5 years ago
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) 5 years ago
  Andreas Kling 1c692e87a6 Kernel: Move kmalloc() into a Kernel/Heap/ directory 5 years ago
  Conrad Pankoff 498f8c01a2 Kernel: Use a public member for NetworkAdapter on_receive 5 years ago
  Conrad Pankoff 41e9ad5ea0 Kernel: Add const to packet data in send_raw call 5 years ago