Age | Commit message (Expand) | Author |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-03 | add the basic infrastructure to take advantage of TCP and UDP receive | Christian Weisgerber |
2008-11-02 | Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input(). | Claudio Jeker |
2008-10-10 | back out previous change. Another panic, not as frequent, and | David Hill |
2008-10-10 | Comment out statekey code to stop 'panic: soreceive 3', which | David Hill |
2008-09-09 | The pf state to pcb linking code change didn't account for the | Marco Pfatschbacher |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-06-14 | Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals | Joel Sing |
2008-06-12 | Remove some crazy #if mess. | Joel Sing |
2008-06-12 | ANSIfy function definitions. | Joel Sing |
2008-06-12 | Fix type difference between function prototype and implementation. | Joel Sing |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-06 | remove tcp_drain code since it's not longer used; ok henning, feedback thib | Markus Friedl |
2008-02-20 | when creating a response, use the correct TCP header instead of | Markus Friedl |
2008-02-11 | The TCP server has to recalculate the client's window size taken | Alexander Bluhm |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-09-01 | since the | Henning Brauer |
2007-06-15 | Drop the current random timestamps and the current ISN generation | Markus Friedl |
2007-06-11 | there was code inside #if NPF > 0, but pf.h was not included, so it did | Henning Brauer |
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 |