| Age | Commit message (Expand) | Author |
| 2007-06-20 | - per socket keepalive settings | christos |
| 2006-10-09 | Modular (I tried ;-) TCP congestion control API. Whenever certain conditions | rpaulo |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-15 | Coverity CID 1153: Add KASSERT before deref. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-19 | Implement PMTU checks from: | christos |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-28 | Commit TCP SACK patches from Kentaro A. Karahone's patch at: | jonathan |
| 2005-02-03 | ANSIfy function declarations | perry |
| 2005-01-27 | Whoops. Exit fast recovery when handling a timeout. | mycroft |
| 2005-01-26 | Fix two problems in our TCP stack: | mycroft |
| 2004-01-02 | some corrections from markus@openbsd; | itojun |
| 2003-10-27 | make it compilable with TCP_DEBUG defined | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-20 | As a temporary workaround, apply the fix from PR#20390, thereby | he |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2002-11-24 | Quell an uninitialised variable warning. | scw |
| 2002-10-22 | Guard use of "so" in tcp_timer_persist() and tcp_timer_2msl() with | simonb |
| 2002-06-09 | whitespace | itojun |
| 2002-05-26 | path MTU discovery blackhole detection. | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Change a few variable/tables to const since they are read-only. | matt |
| 2001-09-11 | Use callouts for SYN cache timers, rather than traversing time queues | thorpej |
| 2001-09-10 | Update copyrights. | thorpej |
| 2001-09-10 | Use callouts for TCP timers, rather than traversing the list of | thorpej |
| 2001-09-10 | Initialize TCP timer variables in a new function, tcp_timer_init(). | thorpej |
| 2001-09-10 | Split tcp_timers() into multiple functions, one for each timer, | thorpej |
| 2001-09-10 | Change the way receive idle time and round trip time are measured. | thorpej |
| 2001-09-10 | Use a callout for the delayed ACK timer, and delete tcp_fasttimo(). | thorpej |
| 2000-10-19 | remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c | itojun |
| 2000-10-17 | be more friendly with INET-less build. | itojun |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-07-14 | Use proper ip protocol # field and tcp hdr on sending RST against SYN, | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 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 |