Age | Commit message (Expand) | Author |
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 |
2004-02-11 | make mss signed; avoids large mss if ifp==NULL; ok itojun@ | Markus Friedl |
2004-02-10 | check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and | Markus Friedl |
2004-02-05 | take RFC2460 section 5 last paragraph into consideration when we compute MSS | Jun-ichiro itojun Hagino |
2004-01-31 | !sack_disable -> sack_enable; ok deraadt@ | Markus Friedl |
2004-01-29 | reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED; | Markus Friedl |
2004-01-29 | turn off TF_SIGNATURE on the listen socket if there is no matching SA. | Markus Friedl |
2004-01-29 | support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojun | Markus Friedl |
2004-01-29 | don't increase the cwnd on syn-ack; ok itojun@, 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-15 | move call to tcp_mss_update() from syn_cache_add() to syn_cache_get(), | Markus Friedl |
2004-01-14 | syncache+ipv6 support for TCP_SIGNATURE; with itojun; ok deraadt | Markus Friedl |
2004-01-13 | bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45 | Markus Friedl |
2004-01-13 | pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@ | Markus Friedl |
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl |
2004-01-07 | crank mss limit from 64 to 256; ok itojun@, dhartmei@ | Markus Friedl |
2004-01-07 | cleanup obsolete comment from NRL code. markus ok | Jun-ichiro itojun Hagino |
2004-01-06 | import netbsd's version of David Borman's syncache code | Markus Friedl |
2003-12-21 | check for multicast early, remove redundant checks; ok itojun, mcbride | Markus Friedl |
2003-12-08 | switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() and | Markus Friedl |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | 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 IN6_LINKMTU for IPv6 link MTU. sync w/kame | Jun-ichiro itojun Hagino |
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino |
2003-05-19 | Bad switch condition used for SO_DEBUG, ok itojun@ | Daniel Hartmeier |
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat |
2003-02-14 | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening | Daniel Hartmeier |
2002-09-11 | fix pointer signedness mixup. | Jun-ichiro itojun Hagino |
2002-09-05 | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected | Jun-ichiro itojun Hagino |
2002-08-19 | be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6". | Jun-ichiro itojun Hagino |
2002-08-19 | merge in IPv6 deprecated address handling from KAME. | Jun-ichiro itojun Hagino |
2002-08-08 | redo socketbuf speedup. | Niels Provos |
2002-08-08 | backout the tree break. ok pb@, art@ | Todd T. Fries |
2002-08-08 | socket buf speedup from thorpej@netbsd, okay art@ ericj@: | Niels Provos |
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-06-07 | no need for IPv4 mapped addr support | Jun-ichiro itojun Hagino |
2002-06-07 | missing bzero! - now linklocal tcp works correctly | Jun-ichiro itojun Hagino |
2002-05-31 | Socket-specific IPsec policy. | Angelos D. Keromytis |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho |