Age | Commit message (Expand) | Author |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-05-27 | diffs are better if compilers see them first | Theo de Raadt |
2007-05-27 | take static off tcp_mss_adv. | David Gwynne |
2007-05-22 | When a partial ack is received check if congestion window is larger than | Michele Marchetto |
2007-02-13 | whitespace fix | Jun-ichiro itojun Hagino |
2006-12-11 | allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmei | Markus Friedl |
2006-12-05 | make the syncache code respect (inherit) the ttl from the listening socket | Henning Brauer |
2006-10-31 | do not re-generate the timestamp modulation offset for SYN-ACK retransmits; | Markus Friedl |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer |
2006-03-12 | mbuf use-after-free; ok henning, djm, brad | Markus Friedl |
2006-02-26 | unbreak tcp window update (restore 4.4lite code); netbsd pr 13952; | Markus Friedl |
2005-12-01 | allow RST if the th_seq matches rcv_nxt in case the RST follows the | Markus Friedl |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-02 | inherit sack_enable from the listen socket, this should allow connections | Markus Friedl |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-08-11 | don't accept SYN-only TCP options for established connections; | Markus Friedl |
2005-08-02 | change the TCP reass queue from LIST to TAILQ; | Markus Friedl |
2005-06-30 | implement PMTU checks from | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl |
2005-03-12 | make sure code and comment match | Markus Friedl |
2005-03-09 | from freebsd: | Markus Friedl |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl |
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl |
2005-01-10 | Make sure bogus values don't make their way into tcp_xmit_timer() calculations. | Ryan Thomas McBride |
2004-12-30 | handle rtt < 0; markus ok | Theo de Raadt |
2004-12-29 | fix indent | Markus Friedl |
2004-11-25 | fix for race between invocation for timer and network input | Markus Friedl |
2004-10-28 | Modulate tcp_now by a random amount on a per-connection basis. | Ryan Thomas McBride |
2004-09-22 | account for linkhdr size when choosing mbufs vs mbuf clusters | Theo de Raadt |
2004-07-16 | undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED: | Markus Friedl |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier |
2004-06-08 | factor out md5 code; ok+tests henning@, djm@, hshoexer@ | Markus Friedl |
2004-05-31 | simplify; ok henning, itojun | Markus Friedl |
2004-05-27 | the tcp header might be in a different mbuf after pulldown(); | Markus Friedl |
2004-05-26 | use sa_family not inp; netbsd merge error; ok dhartmei | Markus Friedl |
2004-05-21 | use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@ | Markus Friedl |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-04-26 | - allow the user to force the TCP mss below the fail-safe 216 with a low | Mike Frantzen |
2004-04-20 | add tcps_rcvacktooold; ok deraadt | Markus Friedl |
2004-04-15 | Unbreak INET6less kernels. | Alexander Yurchenko |
2004-04-15 | allow TCP packet with IPv4 option (we have been dropping these). | Jun-ichiro itojun Hagino |
2004-04-14 | syn_cache_get: send RST instead of RST+ACK in response to ACK; ok deraadt | Markus Friedl |
2004-04-12 | factor out dropafterack_ratelim code, use ratelimit | Markus Friedl |
2004-04-04 | on in-window SYN, send back rate-limited ACK; ok dhartmei frantzen markus | Theo de Raadt |
2004-03-17 | typo in comment (fragment->segment); ok itojun@ | Markus Friedl |
2004-03-02 | limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbride | Markus Friedl |
2004-02-27 | implement tcp_drain() similar to ip_drain(); ok mcbride@ | Markus Friedl |