24 Комити (d86c080024622a3985131f6633536f1e5f304a94)

Аутор SHA1 Порука Датум
  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 година
  Michael Brown f0718d562f Don't call stop_timer() from within the timer expiry callback; it's пре 18 година
  Nikhil Chandru Rao 3aff701001 Changed the TCP state machines behaviour in the ESTABLISHED state пре 18 година
  Michael Brown dc8b96b446 Temporarily work around the bug when port numbers are reused between пре 18 година
  Michael Brown 09688cb3b5 Correct some packet ownership and freeing bugs. пре 18 година
  Michael Brown 43d601b678 out_flags was being set but never used. пре 18 година
  Michael Brown 065a2a486d Port the UDP port allocation code to TCP пре 18 година
  Michael Brown de0c36a98a Remove some of the confusion surrounding the amount to strip off from пре 18 година
  Marty Connor ee9ae8130a Remove _PROTOCOL macros for gcc 3.2 compatibility пре 18 година
  Nikhil Chandru Rao 8bf38fb400 Corrected bugs in the TCP logic. There might be a few more which need to be taken care of. пре 18 година
  Nikhil Chandru Rao d2bdf81505 Removed some bugs in TCP пре 18 година
  Nikhil Chandru Rao cb42e573a0 Added retransmissions to TCP пре 18 година
  Nikhil Chandru Rao 6714ec745a Minor corrections пре 18 година
  Michael Brown 467e9627cc Added features that will be required for PXE UDP support. пре 18 година
  Nikhil Chandru Rao 9225f4edac TCP support пре 18 година
  Michael Brown 8637834031 Made the temporary buffer part of the TCP senddata() API, to ease the пре 18 година
  Michael Brown 3c8aafa209 Simplify RX data path. пре 18 година
  Michael Brown bbd9e28061 Simplify TX datapath. пре 18 година
  Michael Brown f743de4858 Added tcp_kick(). This speed up LILO and GRUB booting by almost two пре 18 година
  Michael Brown 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single пре 18 година
  Michael Brown 04b6a1e004 Make all TCP methods optional; at least FTP data is a read-only пре 18 година
  Michael Brown 7af478b30d Make tcp_connect() void; it will eventually have no failure case. пре 18 година
  Michael Brown 9c9208a132 Put the TCP connection periodic processing in tcp.c, where it belongs. пре 18 година
  Michael Brown 592a5a99c8 Moved uIP and tcp.c from proto/ to net/ пре 18 година
  Michael Brown c8a7133e9f Added tcp_buffer, to give applications a zero-cost place to build data to пре 18 година
  Michael Brown ee058362fa We don't need to know anything about ARP пре 18 година
  Michael Brown b44332eb7d Split non-TCP portions of the stack out into ip.[ch]. пре 18 година
  Michael Brown a4a0244aa3 Moved uIP wrapper out of prototester.c and into proto/tcp.c. пре 18 година
  Michael Brown 531371efa2 Removed to make way for the uIP-based tcp.c. пре 18 година
  Michael Brown 53a4436d94 TFTP upgraded to use a core function library (in tftpcore.c) which will be пре 19 година
  Michael Brown a918abc036 Split TCP code out into proto/tcp.c пре 19 година