| Age | Commit message (Expand) | Author |
| 2021-03-09 | Pull up following revision(s) (requested by christos in ticket #1229): | martin |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-03-29 | Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to | maxv |
| 2018-01-19 | Run tcp_slowtimo in workqueue if NET_MPSAFE | ozaki-r |
| 2017-07-28 | Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCP | maxv |
| 2016-07-25 | fix: unlock in reverse order | knakahara |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-04-20 | Rewrite comments about TCP RTO calculations. | gdt |
| 2008-11-10 | Whitespace. | uebayasi |
| 2008-11-09 | Fix kern/39769: race condition in TCP timers | bouyer |
| 2008-10-10 | tcp_delack: test for TF_DELACK. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-08 | Change TCP stats from a structure to an array of uint64_t's. | thorpej |
| 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 |