| Age | Commit message (Expand) | Author |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka |
| 2013-11-12 | * implement TCP CUBIC congestion control algorithm | kefren |
| 2013-04-10 | Limit the tcp initial window setting to 10, leaving it by default to 4 | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-10-31 | tcp_reass_unlock: assertion | yamt |
| 2011-05-25 | Add comment urging a separation of TCP_RTT_SHIFT into separate defines | gdt |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2011-05-03 | *_drain() routines may be called with locks held, so instead of doing | dyoung |
| 2011-04-20 | Rewrite comments about TCP RTO calculations. | gdt |
| 2011-04-14 | comments | yamt |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-09 | Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl. | darran |
| 2009-05-27 | POOL_INIT -> pool_init | pooka |
| 2009-01-29 | stinkset purge: POOL_INIT -> pool_init | pooka |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 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 |
| 2008-02-29 | Rework tcp congctl selection code so that the congctl entries can be const. | matt |
| 2008-02-27 | Convert stragglers to ansi definitions from old-style definitons. | matt |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-08-02 | TCP socket buffers automatic sizing - ported from FreeBSD. | rmind |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-25 | tcpdrop kernel bits (from anon ymous) | christos |
| 2007-06-20 | - per socket keepalive settings | christos |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-12-06 | add some more tcp mowners. | yamt |
| 2006-12-06 | - make tcp_reass static. | yamt |
| 2006-10-21 | - constify. | yamt |
| 2006-10-19 | implement RFC3465 appropriate byte counting. | yamt |
| 2006-10-16 | Export the tcp_do_rfc1948 variable to userland via sysctl. | rpaulo |
| 2006-10-09 | Modular (I tried ;-) TCP congestion control API. Whenever certain conditions | rpaulo |
| 2006-09-05 | Import of TCP ECN algorithm for congestion control. | rpaulo |
| 2006-07-22 | revert stuff that shouldn't have gone in. | rpaulo |
| 2006-07-22 | TCP RFC is 793, not 783. | rpaulo |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-09-06 | Implement tcp.inet{,6}.tcp{,6}.(debug|debx) when TCP_DEBUG is set. They | rpaulo |
| 2005-08-10 | move {tcp,udp}_do_loopback_cksum back to tcp/udp | yamt |
| 2005-08-05 | Add sysctls for IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-07-19 | Implement PMTU checks from: | christos |
| 2005-05-29 | - add const | christos |
| 2005-04-05 | Added sysctl tunable limits for the number of maximum SACK holes | kurahone |
| 2005-03-29 | protect tcpipqent with splvm. | yamt |
| 2005-03-16 | simplify data receiver side sack processing. | yamt |