| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ANSIfy function definitions. |  jsing | 2008-06-12 | 1 | -81/+26 |
* | Fix type difference between function prototype and implementation. |  jsing | 2008-06-12 | 1 | -2/+2 |
* | divert for ipv6; ok henning, pyr |  markus | 2008-05-15 | 1 | -2/+2 |
* | divert packets to local socket without modifying the ip header; |  markus | 2008-05-09 | 1 | -2/+2 |
* | remove tcp_drain code since it's not longer used; ok henning, feedback thib |  markus | 2008-05-06 | 1 | -8/+1 |
* | when creating a response, use the correct TCP header instead of |  markus | 2008-02-20 | 1 | -4/+6 |
* | The TCP server has to recalculate the client's window size taken |  bluhm | 2008-02-11 | 1 | -3/+2 |
* | TCP_COMPAT_42 was last used in 1997. Kill it. |  deraadt | 2007-11-27 | 1 | -6/+1 |
* | typos; ok jmc@ |  martynas | 2007-11-27 | 1 | -2/+2 |
* | since the |  henning | 2007-09-01 | 1 | -1/+2 |
* | Drop the current random timestamps and the current ISN generation |  markus | 2007-06-15 | 1 | -18/+28 |
* | there was code inside #if NPF > 0, but pf.h was not included, so it did |  henning | 2007-06-11 | 1 | -7/+2 |
* | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. |  henning | 2007-06-01 | 1 | -2/+2 |
* | diffs are better if compilers see them first |  deraadt | 2007-05-27 | 1 | -3/+3 |
* | 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 |