| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | take RFC2460 section 5 last paragraph into consideration when we compute MSS |  itojun | 2004-02-05 | 1 | -5/+14 |
| * | !sack_disable -> sack_enable; ok deraadt@ |  markus | 2004-01-31 | 1 | -17/+16 |
| * | reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED; |  markus | 2004-01-29 | 1 | -2/+4 |
| * | turn off TF_SIGNATURE on the listen socket if there is no matching SA. |  markus | 2004-01-29 | 1 | -10/+23 |
| * | support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojun |  markus | 2004-01-29 | 1 | -9/+10 |
| * | don't increase the cwnd on syn-ack; ok itojun@, deraadt@ |  markus | 2004-01-29 | 1 | -10/+1 |
| * | add gettdbbysrcdst(), just like gettdb(), but compares tdb_src as well; ok mcbride@ |  markus | 2004-01-22 | 1 | -19/+30 |
| * | es tanzt das KNF |  markus | 2004-01-15 | 1 | -55/+54 |
| * | move call to tcp_mss_update() from syn_cache_add() to syn_cache_get(), |  markus | 2004-01-15 | 1 | -12/+4 |
| * | syncache+ipv6 support for TCP_SIGNATURE; with itojun; ok deraadt |  markus | 2004-01-14 | 1 | -33/+153 |
| * | bring back the old TCP_SIGNATURE code from tcp_input.c rev 1.45 |  markus | 2004-01-13 | 1 | -8/+148 |
| * | pass pcb and not socket to ip_output; #ifdef SACK; ok itojun@ |  markus | 2004-01-13 | 1 | -13/+7 |
| * | decrease min mss to (256 - 40); ok deraadt |  markus | 2004-01-09 | 1 | -3/+3 |
| * | crank mss limit from 64 to 256; ok itojun@, dhartmei@ |  markus | 2004-01-07 | 1 | -3/+3 |
| * | cleanup obsolete comment from NRL code. markus ok |  itojun | 2004-01-07 | 1 | -50/+32 |
| * | import netbsd's version of David Borman's syncache code |  markus | 2004-01-06 | 1 | -385/+1289 |
| * | check for multicast early, remove redundant checks; ok itojun, mcbride |  markus | 2003-12-21 | 1 | -34/+20 |
| * | switch to CIRCLEQ_FOREACH_REVERSE in tcpdropoldhalfopen() and |  markus | 2003-12-08 | 1 | -9/+5 |
| * | Mbuf tag tcp and udp packets which are translated to localhost, and |  mcbride | 2003-12-08 | 1 | -3/+5 |
| * | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() |  markus | 2003-11-04 | 1 | -6/+5 |
| * | use random number generator to generate IPv6 fragment ID/flowlabel. |  itojun | 2003-10-01 | 1 | -5/+3 |
| * | do not flip ip_len/ip_off in netinet stack. deraadt ok. |  itojun | 2003-07-09 | 1 | -5/+1 |
| * | backout following: |  itojun | 2003-06-09 | 1 | -87/+139 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | use IN6_LINKMTU for IPv6 link MTU. sync w/kame |  itojun | 2003-05-29 | 1 | -1/+10 |
| * | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). |  itojun | 2003-05-29 | 1 | -139/+87 |
| * | Bad switch condition used for SO_DEBUG, ok itojun@ |  dhartmei | 2003-05-19 | 1 | -2/+2 |
| * | Fix logic error introduced when importing a Stevens' bug fix in r1.20; |  miod | 2003-04-29 | 1 | -2/+2 |
| * | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening |  dhartmei | 2003-02-14 | 1 | -2/+2 |
| * | fix pointer signedness mixup. |  itojun | 2002-09-11 | 1 | -3/+3 |
| * | never append data to shutdown(s, SHUT_RD) socket. can lead to unexpected |  itojun | 2002-09-05 | 1 | -5/+13 |
| * | be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6". |  itojun | 2002-08-19 | 1 | -22/+22 |
| * | merge in IPv6 deprecated address handling from KAME. |  itojun | 2002-08-19 | 1 | -1/+43 |
| * | redo socketbuf speedup. |  provos | 2002-08-08 | 1 | -4/+4 |
| * | backout the tree break. ok pb@, art@ |  todd | 2002-08-08 | 1 | -4/+4 |
| * | socket buf speedup from thorpej@netbsd, okay art@ ericj@: |  provos | 2002-08-08 | 1 | -4/+4 |
| * | whitespace |  itojun | 2002-06-09 | 1 | -119/+119 |
| * | avoid is_ipv6 construct. a step towards IPv4-less kernel |  itojun | 2002-06-07 | 1 | -5/+3 |
| * | no need for IPv4 mapped addr support |  itojun | 2002-06-07 | 1 | -14/+6 |
| * | missing bzero! - now linklocal tcp works correctly |  itojun | 2002-06-07 | 1 | -1/+3 |
| * | Socket-specific IPsec policy. |  angelos | 2002-05-31 | 1 | -28/+23 |
| * | attach nd_ifinfo structure to if_afdata. |  itojun | 2002-05-29 | 1 | -2/+2 |
| * | bring in ECN support from KAME. |  kjc | 2002-05-16 | 1 | -4/+128 |
| * | drop TCP connections to broadcast address. |  itojun | 2002-03-19 | 1 | -6/+5 |
| * | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things |  millert | 2002-03-15 | 1 | -6/+1 |
| * | check tiflags instead of th as th might point to freed memory; pointed out |  provos | 2002-03-09 | 1 | -25/+25 |
| * | use timeout(9) to schedule TCP timers. this avoid traversing all |  provos | 2002-03-08 | 1 | -13/+15 |
| * | disable immediate ack on TH_PUSH. make behaviour sysctl tuneable. |  provos | 2002-03-02 | 1 | -9/+20 |
| * | remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead. |  provos | 2002-03-01 | 1 | -3/+3 |
| * | allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@ |  provos | 2002-01-24 | 1 | -5/+5 |