| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compute correct window scale when recvpipe option is set in route; based |  provos | 2000-07-11 | 1 | -4/+6 |
* | be more cautious about tcp option length field. drop bogus ones earlier. |  itojun | 2000-07-09 | 1 | -2/+4 |
* | Move domain.h above so this compiles again. |  fgsch | 2000-07-06 | 1 | -5/+2 |
* | - more icmp6/ip6 stats. |  itojun | 2000-07-06 | 1 | -2/+2 |
* | completely remove ipv4 mapped cases from tcp_input(). |  itojun | 2000-07-06 | 1 | -197/+239 |
* | more cleanup for IPv4 mapped address support. there seem to be some |  itojun | 2000-07-05 | 1 | -97/+72 |
* | Add comment on input MSS calculation based on previous PMTUD results, |  angelos | 2000-05-15 | 1 | -1/+8 |
* | actually m_adj tries to drop tcp header part. it is better to |  itojun | 2000-04-28 | 1 | -2/+2 |
* | mbuf is freed by sbappend(), move the references to th up. found by art@ |  provos | 2000-04-27 | 1 | -3/+3 |
* | for layer 3 protocols that does not support path MTU discovery |  itojun | 2000-04-14 | 1 | -28/+40 |
* | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): |  provos | 2000-02-21 | 1 | -1/+3 |
* | option TCP_NEWRENO goes away, its the default case for TCP_SACK if |  provos | 1999-12-21 | 1 | -29/+13 |
* | be paranoid about malicious use of v4 mapped addr on v6 packet. |  itojun | 1999-12-21 | 1 | -1/+8 |
* | never go into persist mode if there are still segments to be retransmitted. |  provos | 1999-12-15 | 1 | -24/+1 |
* | sack.end may not be > tp->snd_max but can be equal. |  provos | 1999-12-14 | 1 | -2/+2 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -40/+133 |
* | Fix tcp retransmit/persist timers, provos@ OK. |  hugh | 1999-11-15 | 1 | -4/+10 |
* | Add comment about gettdb() and spl level. |  ho | 1999-11-04 | 1 | -1/+3 |
* | increase tcp_iss increment |  provos | 1999-09-01 | 1 | -2/+2 |
* | correctly update window information |  provos | 1999-08-31 | 1 | -3/+3 |
* | more SACK hole validity testing; fix a tcp seq arithmetic bug. cmetz and me. |  provos | 1999-08-27 | 1 | -2/+12 |
* | back out all recent changes, which continue to be a source for nasty bugs |  deraadt | 1999-08-06 | 1 | -539/+273 |
* | Moved the m_data/m_len shave of IP and TCP headers back to its original |  cmetz | 1999-07-28 | 1 | -8/+7 |
* | Reintroduce rev 1.41 which brings us TCP signatures again, but this time |  niklas | 1999-07-22 | 1 | -278/+545 |
* | use proper C |  deraadt | 1999-07-18 | 1 | -2/+2 |
* | revert tcp_input.c to before 07/01/1999 - this seems to solve the mysterious |  provos | 1999-07-17 | 1 | -543/+272 |
* | correct non-STDC case |  deraadt | 1999-07-13 | 1 | -1/+2 |
* | Added support for TCP MD5 option (RFC 2385). |  cmetz | 1999-07-06 | 1 | -10/+156 |
* | Fixed compilation problems when INET6 is enabled. |  cmetz | 1999-07-06 | 1 | -9/+11 |
* | indent |  deraadt | 1999-07-03 | 1 | -21/+21 |
* | Significant cleanups in the way TCP is made to handle multiple network |  cmetz | 1999-07-02 | 1 | -263/+385 |
* | removed TCPCOOKIE support. |  pattonme | 1999-06-11 | 1 | -151/+1 |
* | instead of dropping out of window SYNs, send an ACK and drop afterwards. |  provos | 1999-05-24 | 1 | -3/+7 |
* | From Tom Henderson <tomh@cs.berkeley.edu>: |  provos | 1999-04-21 | 1 | -2/+14 |
* | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing |  provos | 1999-03-27 | 1 | -1/+51 |
* | when allocating sack blocks check for failing malloc(), if it fails |  provos | 1999-02-15 | 1 | -5/+12 |
* | correct rst handling should not consult ack field here |  hugh | 1999-02-09 | 1 | -4/+2 |
* | init incr tcp iss from snd_nxt, not rcv_nxt; 4.4 |  deraadt | 1999-02-08 | 1 | -2/+2 |
* | indent |  deraadt | 1999-02-05 | 1 | -21/+21 |
* | fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has |  provos | 1999-01-27 | 1 | -4/+7 |
* | reordered FIN segments caused early termination, bug introduced by ipv6 integration |  niklas | 1999-01-27 | 1 | -2/+2 |
* | IN_MULTICAST takes network order addresses |  niklas | 1999-01-15 | 1 | -3/+3 |
* | Make TCP_SACK compile with new netinet |  niklas | 1999-01-11 | 1 | -6/+6 |
* | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz |  deraadt | 1999-01-11 | 1 | -214/+547 |
* | in_pcblookup() now takes ptr to both ip address arguments |  deraadt | 1999-01-07 | 1 | -3/+3 |
* | more min vs. ulmin/lmin fixes |  millert | 1998-11-25 | 1 | -4/+4 |
* | NewReno, SACK and FACK support for TCP, adapted from code for BSDI |  provos | 1998-11-17 | 1 | -11/+694 |
* | - fix three bugs pointed out in Stevens, i.a. updating timestamps correctly |  provos | 1998-10-28 | 1 | -44/+66 |
* | indent |  deraadt | 1998-06-27 | 1 | -8/+11 |
* | Add FreeBSD patch (check for SYN packets arriving at a socket in |  angelos | 1998-03-18 | 1 | -7/+26 |