Commit History

Author SHA1 Message Date
  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
  Conrad Pankoff 36d349f7a7 Kernel: Add on_receive callback to NetworkAdapter 5 years ago
  Conrad Pankoff 1aa7437ad7 Kernel: Add netmask and gateway to NetworkAdapter 5 years ago
  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