Commit History

Author SHA1 Message Date
  Andreas Kling a6aee0c097 IPv4: Take the socket lock more (fixes TCP connection to localhost) 4 years ago
  Andreas Kling ce6ef54337 ICMP: Check that incoming ICMP echo requests are large enough 4 years ago
  Tom 838d9fa251 Kernel: Make Thread refcounted 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
  Nico Weber 430b265cd4 AK: Rename KB, MB, GB to KiB, MiB, GiB 5 years ago
  asynts fff581cd72 AK: Rename span() to bytes() when appropriate. 5 years ago
  Andreas Kling f5ac4da993 Kernel: Use AK::Span a bunch in the network adapter code 5 years ago
  Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on 5 years ago
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 years ago
  Andreas Kling f25d2f5518 Kernel: Move NetworkTask startup into NetworkTask::spawn() 5 years ago
  AnotherTest 2ea934bcfd Kernel: Do not reject broadcast UDP packets right away 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 228a1e9099 IPv4: Basic implementation of TCP socket shutdown 5 years ago
  Andreas Kling 1037a1d2ba IPv4: Don't ACK empty TCP packets 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Conrad Pankoff bbb536ebed Kernel: Fix code locked behind NETWORK_TASK_DEBUG 5 years ago
  Conrad Pankoff 876323fd7a Kernel: Move incoming packet buffer off the NetworkTask stack 5 years ago
  Andreas Kling 8874ad7946 Net: Shrink the NetworkTask packet buffer 5 years ago
  Andreas Kling 8de5a0be41 TCP: Log packet metadata when receiving a TCP packet with no socket 5 years ago
  Andreas Kling ac215ca601 Net: Try to reuse incoming packet buffers to avoid allocation churn 5 years ago
  Andreas Kling a18aa8fd5f Kernel: Use a WaitQueue in NetworkTask 5 years ago
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 years ago
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 years ago
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) 5 years ago
  Conrad Pankoff 3f1c3a341b Kernel: Handle listening socket disappearing during incoming handshake 5 years ago
  Conrad Pankoff a2b61e30c5 Kernel: Put some network log messages behind debug flags 5 years ago
  Conrad Pankoff 328d52b323 Kernel: Send ACK/FIN in response to FIN packets on active connections 5 years ago