| Age | Commit message (Expand) | Author |
| 2000-07-23 | add an DIAGNOSTIC case for MCLBYTES assumption | itojun |
| 2000-07-09 | be more cautious about tcp option length field. drop bogus ones earlier. | itojun |
| 2000-07-06 | - do not use bitfield for router renumbering header. | itojun |
| 2000-07-05 | Fix some zero-vs-NULL confusion. | thorpej |
| 2000-07-02 | repair kernel faithd(8) support. there were two mistakes: | itojun |
| 2000-06-30 | remove old mbuf assumption (ip header and tcp header are on the same mbuf). | itojun |
| 2000-05-05 | remove superfluous test (snd_una is always > iss since th_ack must > iss | matt |
| 2000-05-05 | From PR #3733: Only disarm timer if SYN contained the ACK bit since if | matt |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-15 | Add support for rate-limiting RSTs sent in response to no socket for | thorpej |
| 2000-02-12 | In the tcp_input() path: | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-12-22 | drop IPv6 packets with v4 mapped address on src/dst. they are illegal | itojun |
| 1999-12-15 | do not overwrite traffic class field when we write IPv6 version field. | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-12-11 | implement upper-layer reachability confirmation for IPv6 ND (RFC2461 7.3.1). | itojun |
| 1999-12-08 | do not drop from IP header to tcp option until sbappend(), to reduce | itojun |
| 1999-09-23 | cleanup and correct TCP MSS consideration with IPsec headers. | itojun |
| 1999-09-10 | s/acknowledgment/acknowledgement/ | simonb |
| 1999-08-26 | Fix a problem discovered by the snd_recover update fix. A bit of the | thorpej |
| 1999-08-25 | When listening socket goes away, remove assockated syn cache entires. | itojun |
| 1999-08-23 | PR/8254: Wolfgang Rupprecht: Incorrect logging of tcp connections; Fix src/dst | christos |
| 1999-08-11 | Fix a few bugs in the TCP New Reno code: | thorpej |
| 1999-08-11 | Make sure the echoed RFC 1323 timestamp is valid before using it to | thorpej |
| 1999-07-22 | - implement IPv6 pmtud, which is necessary for TCP6. | itojun |
| 1999-07-17 | no need to include faith.h on non-IPv6 build, so wrap by #ifdef. | itojun |
| 1999-07-17 | fix faith interface support. need testing. | itojun |
| 1999-07-14 | Use proper ip protocol # field and tcp hdr on sending RST against SYN, | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-02 | avoid "variable not initialized" warnings on some of the platforms. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-05-23 | Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP | ad |
| 1999-05-03 | Fix an ininitialized variable that the MIPS compiler caught (but the | thorpej |
| 1999-04-29 | Implement retransmit logic for the SYN cache engine. Fixes a rare condition | thorpej |
| 1999-04-22 | Don't extern sb_max, <sys/socketvar.h> provides a definition. | simonb |
| 1999-04-09 | Ensure that out of window SYNs receive an ACK in responce, rather than | kml |
| 1999-02-05 | According to Dave Borman, the iss should be using snd_nxt and not rcv_nxt | matt |
| 1999-02-04 | REALLY only update the window when we get an ACK. (the old code seemed broken) | explorer |
| 1999-01-24 | * Completely rewrite syn_cache_respond(). | thorpej |
| 1999-01-19 | Don't screw with ip_len; just subtract from it where we actually use the | mycroft |
| 1999-01-19 | Don't overwrite the checksum fields when checking them. There's no reason to | mycroft |
| 1998-12-18 | Add a lock around the TCPCB's sequence queue, to prevent tcp_drain() | thorpej |
| 1998-10-08 | Use the pool allocator for ipqent structures. | thorpej |
| 1998-10-06 | Fix boolean dyslexic test. Duh! | matt |
| 1998-10-06 | Add a sysctl for newreno (default to off). | matt |
| 1998-10-04 | Adapt the NEWRENO changes from the UCSB diffs of BSDI 3.0's TCP | matt |
| 1998-09-19 | Fix a typo (not mine) in a comment. | mycroft |
| 1998-09-19 | If we're in LISTEN state and all of RST, SYN and ACK are clear, send a RST. | mycroft |
| 1998-09-10 | Create tcp.keepidle, tcp.keepintvl, tcp.keepcnt, tcp.slowhz sysctls. | mouse |