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