aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-18net: reject out-of-order TCP segments (accept only seq == rcv_nxt, re-ACK dups)user1-0/+46
2026-07-17net: SYS_POLLCON + larger console ring for link-injected inputuser1-3/+8
2026-07-17net: fix truncated TCP field offsets corrupting multi-segment recvuser1-4/+10
2026-07-17net: unbreak ping against hosts that intermittently drop ICMPuser1-3/+54
2026-07-17net: pump the network from the console wait (answer pings at the prompt)user1-10/+78
2026-07-17net: DHCP client - lease the IP at boot instead of hardcoding ituser1-29/+68
2026-07-17net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser1-8/+678
2026-07-17net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user1-21/+321
2026-07-17net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+754