43 Commits (526d314266f1648ae79d8cdd380edb371fb69e4b)

Author SHA1 Message Date
  Michael Brown 526d314266 Advertise a larger MSS to improve TCP performance. 18 years ago
  Michael Brown f008b77ba2 Allow an explicit network device to be specified for IP-layer 18 years ago
  Michael Brown 18e5353bed Rename pkb_available() to pkb_tailroom() for consistency with Linux's 18 years ago
  Michael Brown 2eeb7c4fe7 Define "connected" as 18 years ago
  Michael Brown b0daa99dce Send RST packets when we get a non-matching connection, or receive an 18 years ago
  Michael Brown eea1167a85 Accept RST on received packets 18 years ago
  Michael Brown 94fc68895d Improve consistency between TCP and UDP RX datapaths 18 years ago
  Michael Brown a0525a4ed3 Verify checksums on the RX datapath. 18 years ago
  Michael Brown feb4f65d1e Use auto-colourisation for debug messages. 18 years ago
  Michael Brown ce9819af27 Redefine TCP state to include "flags that have been sent" rather than 18 years ago
  Michael Brown be31970e36 Don't send a second FIN if we receive a FIN while in FIN_WAIT_2 18 years ago
  Michael Brown 61ed298bc7 Merge changes from mcb-tcp-fixes branch. 18 years ago
  Michael Brown 5edb85c8b4 Work around another confused-by-RST bug 18 years ago
  Michael Brown b9f9230661 Work around another instance of the port re-use bug. 18 years ago
  Michael Brown cc0b92652f Call closed() method only when the connection is genuinely in the 18 years ago
  Michael Brown fcc70c9d60 Ensure that tcp_rx() always frees its received packet buffer. 18 years ago
  Michael Brown 28c711b91d Killed off spurious <stdio.h> inclusion 18 years ago
  Michael Brown 3fbfbad0f7 Avoid calling NULL methods! 18 years ago
  Marty Connor 6ac78f6aff added stdio.h to includes for DBG compilation 18 years ago
  Nikhil Chandru Rao dccb8358bd Fixed a bug in the TCP state machine. Added a transition from ESTABLISHED to LAST_ACK on receiving a FIN,ACK 18 years ago
  Michael Brown f0718d562f Don't call stop_timer() from within the timer expiry callback; it's 18 years ago
  Nikhil Chandru Rao 3aff701001 Changed the TCP state machines behaviour in the ESTABLISHED state 18 years ago
  Michael Brown dc8b96b446 Temporarily work around the bug when port numbers are reused between 18 years ago
  Michael Brown 09688cb3b5 Correct some packet ownership and freeing bugs. 18 years ago
  Michael Brown 43d601b678 out_flags was being set but never used. 18 years ago
  Michael Brown 065a2a486d Port the UDP port allocation code to TCP 18 years ago
  Michael Brown de0c36a98a Remove some of the confusion surrounding the amount to strip off from 18 years ago
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility 18 years ago
  Nikhil Chandru Rao 8bf38fb400 Corrected bugs in the TCP logic. There might be a few more which need to be taken care of. 18 years ago
  Nikhil Chandru Rao d2bdf81505 Removed some bugs in TCP 18 years ago
  Nikhil Chandru Rao cb42e573a0 Added retransmissions to TCP 18 years ago
  Nikhil Chandru Rao 6714ec745a Minor corrections 18 years ago
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. 18 years ago
  Nikhil Chandru Rao 9225f4edac TCP support 18 years ago
  Michael Brown 8637834031 Made the temporary buffer part of the TCP senddata() API, to ease the 19 years ago
  Michael Brown 3c8aafa209 Simplify RX data path. 19 years ago
  Michael Brown bbd9e28061 Simplify TX datapath. 19 years ago
  Michael Brown f743de4858 Added tcp_kick(). This speed up LILO and GRUB booting by almost two 19 years ago
  Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single 19 years ago
  Michael Brown 04b6a1e004 Make all TCP methods optional; at least FTP data is a read-only 19 years ago
  Michael Brown 7af478b30d Make tcp_connect() void; it will eventually have no failure case. 19 years ago
  Michael Brown 9c9208a132 Put the TCP connection periodic processing in tcp.c, where it belongs. 19 years ago
  Michael Brown 592a5a99c8 Moved uIP and tcp.c from proto/ to net/ 19 years ago
  Michael Brown c8a7133e9f Added tcp_buffer, to give applications a zero-cost place to build data to 19 years ago
  Michael Brown ee058362fa We don't need to know anything about ARP 19 years ago
  Michael Brown b44332eb7d Split non-TCP portions of the stack out into ip.[ch]. 19 years ago
  Michael Brown a4a0244aa3 Moved uIP wrapper out of prototester.c and into proto/tcp.c. 19 years ago
  Michael Brown 531371efa2 Removed to make way for the uIP-based tcp.c. 19 years ago
  Michael Brown 53a4436d94 TFTP upgraded to use a core function library (in tftpcore.c) which will be 20 years ago
  Michael Brown a918abc036 Split TCP code out into proto/tcp.c 20 years ago