Age | Commit message (Expand) | Author |
2000-12-13 | more random tcp sequence numbers. okay deraadt@, angelos@ | Niels Provos |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino |
2000-10-14 | implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic | Jun-ichiro itojun Hagino |
2000-10-11 | nuke inp_flags bits for controlling IPv4 mapped address. | Jun-ichiro itojun Hagino |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos |
2000-09-23 | Angelos you forgot this one !! | Chris Cappuccio |
2000-09-21 | calculate maxopd at the right place | Niels Provos |
2000-09-20 | correctly calculate mss | Niels Provos |
2000-09-19 | only free tdbi if IPSEC | Theo de Raadt |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-09-18 | fix compilation problem on systems w/o inet6. | Federico G. Schwindt |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-09-05 | various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and | Niels Provos |
2000-07-27 | be proactive about unspecified IPv6 source address. pcb layer uses | Jun-ichiro itojun Hagino |
2000-07-11 | compute correct window scale when recvpipe option is set in route; based | Niels Provos |
2000-07-09 | be more cautious about tcp option length field. drop bogus ones earlier. | Jun-ichiro itojun Hagino |
2000-07-06 | Move domain.h above so this compiles again. | Federico G. Schwindt |
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino |
2000-07-06 | completely remove ipv4 mapped cases from tcp_input(). | Jun-ichiro itojun Hagino |
2000-07-05 | more cleanup for IPv4 mapped address support. there seem to be some | Jun-ichiro itojun Hagino |
2000-05-15 | Add comment on input MSS calculation based on previous PMTUD results, | Angelos D. Keromytis |
2000-04-28 | actually m_adj tries to drop tcp header part. it is better to | Jun-ichiro itojun Hagino |
2000-04-27 | mbuf is freed by sbappend(), move the references to th up. found by art@ | Niels Provos |
2000-04-14 | for layer 3 protocols that does not support path MTU discovery | Jun-ichiro itojun Hagino |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos |
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino |
1999-12-15 | never go into persist mode if there are still segments to be retransmitted. | Niels Provos |
1999-12-14 | sack.end may not be > tp->snd_max but can be equal. | Niels Provos |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-11-15 | Fix tcp retransmit/persist timers, provos@ OK. | Hugh Graham |
1999-11-04 | Add comment about gettdb() and spl level. | Hakan Olsson |
1999-09-01 | increase tcp_iss increment | Niels Provos |
1999-08-31 | correctly update window information | Niels Provos |
1999-08-27 | more SACK hole validity testing; fix a tcp seq arithmetic bug. cmetz and me. | Niels Provos |
1999-08-06 | back out all recent changes, which continue to be a source for nasty bugs | Theo de Raadt |
1999-07-28 | Moved the m_data/m_len shave of IP and TCP headers back to its original | cmetz |
1999-07-22 | Reintroduce rev 1.41 which brings us TCP signatures again, but this time | Niklas Hallqvist |
1999-07-18 | use proper C | Theo de Raadt |
1999-07-17 | revert tcp_input.c to before 07/01/1999 - this seems to solve the mysterious | Niels Provos |
1999-07-13 | correct non-STDC case | Theo de Raadt |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz |
1999-07-06 | Fixed compilation problems when INET6 is enabled. | cmetz |
1999-07-03 | indent | Theo de Raadt |
1999-07-02 | Significant cleanups in the way TCP is made to handle multiple network | cmetz |
1999-06-11 | removed TCPCOOKIE support. | pattonme |
1999-05-24 | instead of dropping out of window SYNs, send an ACK and drop afterwards. | Niels Provos |
1999-04-21 | From Tom Henderson <tomh@cs.berkeley.edu>: | Niels Provos |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-02-15 | when allocating sack blocks check for failing malloc(), if it fails | Niels Provos |