Age | Commit message (Expand) | Author |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-09-03 | do not set the pkthdr mbuf state key pointer to the state key saved in the | Henning Brauer |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-06-28 | no EOL between tcpsig and sack headers; ok jsing, frantzen | Markus Friedl |
2008-06-12 | Remove some crazy #if mess. | Joel Sing |
2008-06-12 | ANSIfy function definitions. | Joel Sing |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2005-06-30 | implement PMTU checks from | Markus Friedl |
2005-05-24 | Ignore ICMP Source Quench messages meant for TCP connections. (Details in | Fernando Gont |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl |
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl |
2004-10-28 | Modulate tcp_now by a random amount on a per-connection basis. | Ryan Thomas McBride |
2004-10-06 | set the congestion window to two segments (instead of only one), this matches | Markus Friedl |
2004-09-16 | don't send partial segments if SS_ISSENDING is set, remember | Markus Friedl |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-08 | factor out md5 code; ok+tests henning@, djm@, hshoexer@ | Markus Friedl |
2004-06-05 | set m_pkthdr.len early; ok mcbride, deraadt | Markus Friedl |
2004-05-31 | work around an LP64 problem where we report an excessively large window | Brad Smith |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-04-26 | - allow the user to force the TCP mss below the fail-safe 216 with a low | Mike Frantzen |
2004-02-16 | don't allocate a cluster if the header fits into a mbuf; | Markus Friedl |
2004-02-10 | check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and | Markus Friedl |
2004-01-31 | !sack_disable -> sack_enable; ok deraadt@ | Markus Friedl |
2004-01-22 | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mc... | Markus Friedl |
2004-01-15 | es tanzt das KNF | Markus Friedl |
2004-01-14 | syncache+ipv6 support for TCP_SIGNATURE; with itojun; ok deraadt | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-09 | backout following: | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino |
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-07 | avoid is_ipv6 construct. a step towards IPv4-less kernel | Jun-ichiro itojun Hagino |
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho |
2002-03-08 | use timeout(9) to schedule TCP timers. this avoid traversing all | Niels Provos |
2002-03-01 | remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead. | Niels Provos |
2002-02-05 | when retransmitting a segment after FIN has been sent don't set FIN | Niels Provos |
2002-01-14 | knf | Niels Provos |
2002-01-14 | use macros to manage tcp timers; based on netbsd | Niels Provos |
2001-11-24 | KNF | Theo de Raadt |
2001-06-25 | Always defer output TCP checksumming until ip_output() (or hardware, | Angelos D. Keromytis |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-23 | Likewise, only use outgoing TCP/UDP hardware checksumming if the | Angelos D. Keromytis |
2001-06-23 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis |
2001-06-23 | fix up mtu for routes and ongoing tcp connection when if mtu changes | Niels Provos |