index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_output.c
Age
Commit message (
Expand
)
Author
2000-02-21
TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu):
Niels Provos
2000-01-07
s/memset/bzero/
Jun-ichiro itojun Hagino
1999-12-21
option TCP_NEWRENO goes away, its the default case for TCP_SACK if
Niels Provos
1999-12-15
never go into persist mode if there are still segments to be retransmitted.
Niels Provos
1999-12-10
sync DIAGNOSTIC code with reality. we always get cluster mbuf so
Jun-ichiro itojun Hagino
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-12-02
typo; gbayley@ausmac.net
Theo de Raadt
1999-11-15
Fix tcp retransmit/persist timers, provos@ OK.
Hugh Graham
1999-11-04
Add comment about gettdb() and spl level.
Hakan Olsson
1999-07-06
Added support for TCP MD5 option (RFC 2385).
cmetz
1999-07-06
Fixed compilation problems when INET6 is enabled.
cmetz
1999-07-03
indent
Theo de Raadt
1999-07-02
Fixed a #ifdef defined()... typo that turned into a compilation failure.
cmetz
1999-07-02
Significant cleanups in the way TCP is made to handle multiple network
cmetz
1999-01-11
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Theo de Raadt
1998-11-25
more min vs. ulmin/lmin fixes
Todd C. Miller
1998-11-25
Must use lmin() not min() when comparing longs. Fixes alpha
Todd C. Miller
1998-11-18
64-bit clean up
Niels Provos
1998-11-17
NewReno, SACK and FACK support for TCP, adapted from code for BSDI
Niels Provos
1998-10-28
- fix three bugs pointed out in Stevens, i.a. updating timestamps correctly
Niels Provos
1998-05-18
first step to the setsockopt/getsockopt interface as described in
Niels Provos
1998-02-03
bad types; wileyc@sekiya.twics.co.jp
Theo de Raadt
1997-11-24
Add missing (implied) int to a variable declaration; thorpej
Theo de Raadt
1997-08-26
indent
Theo de Raadt
1997-06-19
ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by Andreas....
Theo de Raadt
1996-09-12
Close TCP receive window when we cannot receive data; suggested by Darren
Thorsten Lockert
1996-09-12
TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)
Thorsten Lockert
1996-03-14
Fix from Lite2
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt