| Age | Commit message (Expand) | Author |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-27 | Revert rev 1.241: calling m_makewritable() in tcp_input causes problems when | bouyer |
| 2006-05-25 | If we're going to byteswap fields in the TCP header, make sure the mbuf | bouyer |
| 2006-04-15 | Coverity CID 1152: Add KASSERT before deref. | christos |
| 2006-02-18 | PR 13952: Noritoshi Demizu: correct the TCP window information update check. | rpaulo |
| 2006-02-02 | If TCP_SIGNATURE is defined, include netinet6/scope6_var.h for the | riz |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-08-12 | If called from syn_cache_add, we need to initialize t_state before calling | christos |
| 2005-08-12 | Clarify comment that "the protocol specification dated September, 1981" | hubertf |
| 2005-08-11 | Don't process TCP options in SYN packets after the connection has | christos |
| 2005-08-10 | move {tcp,udp}_do_loopback_cksum back to tcp/udp | yamt |
| 2005-08-10 | device independent part of ipv6 rx checksum offloading. | yamt |
| 2005-07-19 | Implement PMTU checks from: | christos |
| 2005-06-30 | Normalize our PAWS code with Free and Open, as mentioned in tech-security. | christos |
| 2005-06-06 | tcp_input: don't overload opti.ts_ecr. | yamt |
| 2005-05-29 | - add const | christos |
| 2005-04-26 | Fix build problem after recent NAT-T changes | manu |
| 2005-04-03 | tcp_input: update a comment to match with the code. | yamt |
| 2005-03-29 | protect tcpipqent with splvm. | yamt |
| 2005-03-16 | simplify data receiver side sack processing. | yamt |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-28 | Commit TCP SACK patches from Kentaro A. Karahone's patch at: | jonathan |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-03 | ANSIfy function declarations | perry |
| 2005-02-02 | de-__P -- will ANSIfy .c files later. | perry |
| 2005-01-28 | Several changes based on comparison with NS: | mycroft |
| 2005-01-27 | There is no reason to adjust ts_recent_age for ts_timebase; it's strictly an | mycroft |
| 2005-01-27 | Do the other TCP_PAWS_IDLE check unsigned as well. It doesn't do us any harm, | mycroft |
| 2005-01-27 | Also check whether an echoed RTT is very large -- this *could* cause the | mycroft |
| 2005-01-27 | Introduce a new state variable, t_partialacks. It has 3 states: | mycroft |
| 2005-01-26 | Fix two problems in our TCP stack: | mycroft |
| 2004-12-21 | factor out receive side tcp/udp checksum handling code so that they | yamt |
| 2004-12-18 | tcp_input: add missing loopback checksum omission code for ipv6. | yamt |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-09-15 | fix ipqent pool corruption problems. make tcp reass code use | yamt |
| 2004-06-26 | correct TCP-MD5 support. Jeff Rizzo | itojun |
| 2004-05-23 | Remove now-unused variable. | jonathan |
| 2004-05-18 | fix MD5 signature support to actually validate inbound signature, and | itojun |
| 2004-05-07 | Redo net.inet.* sysctl subtree for fast-ipsec from scratch. | jonathan |
| 2004-04-27 | When a packet is received that overlaps the left side of the window, | matt |
| 2004-04-26 | make TCP MD5 signature work with KAME IPSEC (#define IPSEC). | itojun |
| 2004-04-26 | Remove #else clause of __STDC__ | matt |
| 2004-04-25 | Initial commit of a port of the FreeBSD implementation of RFC 2385 | jonathan |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2004-04-25 | fix how we send RST against ACK. markus@openbsd | itojun |
| 2004-04-25 | indent for little bit better readability | itojun |
| 2004-04-24 | fix comment; we no longer move ip+tcp into the same mbuf | itojun |
| 2004-04-22 | Avoid performance problem in tcp_reass() when appending mbufs to a chain | ragge |
| 2004-04-20 | follow draft-ietf-tcpm-tcpsecure-00.txt 3.2 (B): | itojun |
| 2004-04-20 | - respond to RST by ACK, as suggested in NISCC recommendation | itojun |