Historial de Commits

Autor SHA1 Mensaje Fecha
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom hace 4 años
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks hace 4 años
  Tom d89582880e Kernel: Switch singletons to use new Singleton class hace 4 años
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" hace 5 años
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" hace 5 años
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" hace 5 años
  Tom 5a98e329d1 AK: Get rid of make_singleton function hace 5 años
  Tom f0906250a1 Kernel: Move Singleton class to AK hace 5 años
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class hace 5 años
  Andreas Kling f5ac4da993 Kernel: Use AK::Span a bunch in the network adapter code hace 5 años
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel hace 5 años
  AnotherTest b3d7c5d9de Kernel: Send Fragmented IPv4 packets if payload size > mtu hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions hace 5 años
  Andreas Kling a3f39fe789 Net: Make NetworkAdapter reference-counted hace 5 años
  Andreas Kling 164d9ecad7 Kernel: Some more int => size_t in NetworkAdapter and subclasses hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Conrad Pankoff 5ca7ae4585 Kernel: Route all loopback traffic through the loopback adapter hace 5 años
  Andreas Kling ac215ca601 Net: Try to reuse incoming packet buffers to avoid allocation churn hace 5 años
  Andreas Kling 75ed262fe5 Kernel+ifconfig: Add an MTU value to NetworkAdapter hace 5 años
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() hace 5 años
  Andreas Kling 2482fc3538 IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR hace 5 años
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) hace 5 años
  Andreas Kling 1c692e87a6 Kernel: Move kmalloc() into a Kernel/Heap/ directory hace 5 años
  Conrad Pankoff 498f8c01a2 Kernel: Use a public member for NetworkAdapter on_receive hace 6 años
  Conrad Pankoff 41e9ad5ea0 Kernel: Add const to packet data in send_raw call hace 6 años
  Conrad Pankoff 36d349f7a7 Kernel: Add on_receive callback to NetworkAdapter hace 6 años
  Conrad Pankoff 1aa7437ad7 Kernel: Add netmask and gateway to NetworkAdapter hace 6 años
  Conrad Pankoff 54ceabd48d Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code hace 6 años
  Conrad Pankoff 7ed54d86d5 Kernel: Record network statistics and expose as JSON hace 6 años