| Age | Commit message (Expand) | Author |
| 1998-09-10 | Create tcp.keepidle, tcp.keepintvl, tcp.keepcnt, tcp.slowhz sysctls. | mouse |
| 1998-09-04 | Fix a couple of bogons related to tcp_new_iss(): | mycroft |
| 1998-07-17 | Comment where we use the Loss Window. | thorpej |
| 1998-06-02 | Loss window MUST be one segment, per draft-floyd-incr-init-win-03. | thorpej |
| 1998-05-11 | Make sure a timer is marked "disarmed" once it has expired. | thorpej |
| 1998-05-11 | Nuke TUBA per my note to tech-net; there's no reason to keep it around. | thorpej |
| 1998-05-07 | Define all TCP timers in terms of PRT timers. | thorpej |
| 1998-05-06 | Use macros from tcp_timer.h to manipulate TCP timers, so that their | thorpej |
| 1998-05-01 | Remove bogus black hole discovery code | kml |
| 1998-04-29 | Make use of the work-arounds for ancient broken TCP peers run-time | thorpej |
| 1998-04-29 | Add support for deletion of routes added by path MTU discovery; | kml |
| 1998-03-31 | Fix a potential-congestion case in the larger initial congestion window | thorpej |
| 1998-03-19 | Fix a retransmission bug introduced by the Brakmo and Peterson | kml |
| 1998-02-19 | Update copyright (sigh, should have done this long ago). | thorpej |
| 1998-01-12 | Use option header file for TCP_COMPAT_42 | scottr |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1997-12-31 | Implement a queue for delayed ACK processing. This queue is used in | thorpej |
| 1997-12-17 | From 4.4BSD-Lite2: | thorpej |
| 1997-12-11 | Implement an infrastructure to allow larger initial congestion windows. | thorpej |
| 1997-12-11 | In tcp_fasttimo(), don't clear TF_DELACK; we need it to count delayed ACKs | thorpej |
| 1997-12-09 | Costmetic change: use intotcpcb() in tcp_fasttimo(). | thorpej |
| 1997-11-08 | TCP MSS fixes to provide cleaner slow-start and recovery. | kml |
| 1997-10-13 | o Make usage of /dev/random dependant on | explorer |
| 1997-10-10 | Add hooks to use the kernel random system to generate TCP sequence numbers. | explorer |
| 1997-07-28 | Garbage-collect some "extern"s. | thorpej |
| 1997-07-23 | Pull SYN_cache_branch down into the main line. | thorpej |
| 1996-12-10 | Fix RTT scaling problems introduced with Brakmo and Peterson changes. | mycroft |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-18 | convert pcb lists to CIRCLEQs, so that the end can be looked at more | cgd |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1994-10-14 | Don't return received data to the user until the initial handshake is complete. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-01-08 | Prototypes. | mycroft |
| 1994-01-08 | Fix some inconsistent spacing; spaces at the end of lines, etc. | mycroft |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-05-22 | add include of select.h if necessary for protos, or delete if extraneous | cgd |
| 1993-05-18 | make kernel select interface be one-stop shopping & clean it all up. | cgd |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |