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