Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-08 | Kernel/Net: Don't use kmalloc to create send buffers | Anton Kling | |
Current method is also really bad since it uses multiple copies when it should instead just copy to the send buffer of the network card directly. But I have other things that I want to prioritize first. | |||
2024-07-06 | Kernel: Add queue syscall and improve TCP | Anton Kling | |
2024-04-29 | Kernel/TCP: Increment seq number after sending SYN|ACK | Anton Kling | |
2024-03-17 | stuff | Anton Kling | |
2024-03-14 | random changes made | Anton Kling | |