index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ensure tcp window size does not overflow (16bit unsigned after window scale).
itojun
2000-02-29
1
-4
/
+5
*
fix _input/_output proto changes for tcp_signature; angelos@ ok
mickey
1999-12-29
1
-3
/
+5
*
enable SACK again
provos
1999-12-21
1
-2
/
+2
*
bring in KAME IPv6 code, dated 19991208.
itojun
1999-12-08
1
-48
/
+61
*
Get rid of unnecessary third argument in *_output routines of IPsec.
angelos
1999-10-29
1
-3
/
+2
*
Disable SACK for now, it has problems, deraadt@
millert
1999-08-27
1
-2
/
+2
*
Added support for TCP MD5 option (RFC 2385).
cmetz
1999-07-06
1
-1
/
+94
*
Removed bogus ifdef/define lines that resulted from an over-aggressive M-x.
cmetz
1999-07-06
1
-5
/
+1
*
Fixed a #ifdef defined()... typo that turned into a compilation failure.
cmetz
1999-07-02
1
-3
/
+3
*
Significant cleanups in the way TCP is made to handle multiple network
cmetz
1999-07-02
1
-38
/
+87
*
inet6 indent
deraadt
1999-02-17
1
-5
/
+2
*
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
deraadt
1999-01-11
1
-52
/
+277
*
NewReno, SACK and FACK support for TCP, adapted from code for BSDI
provos
1998-11-17
1
-2
/
+26
*
- fix three bugs pointed out in Stevens, i.a. updating timestamps correctly
provos
1998-10-28
1
-2
/
+2
*
first step to the setsockopt/getsockopt interface as described in
provos
1998-05-18
1
-2
/
+2
*
indent
deraadt
1997-08-26
1
-3
/
+3
*
use arc4random()
deraadt
1997-02-05
1
-2
/
+3
*
Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-)
niklas
1996-07-29
1
-3
/
+1
*
Make TCP ISS increment by random amounts
tholo
1996-07-29
1
-2
/
+7
*
remove unnecessary "XXX it should be sysctl()'ed"
mickey
1996-05-15
1
-2
/
+1
*
fix NetBSD PR#854.
mickey
1996-05-15
1
-2
/
+16
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-16
/
+17
*
from netbsd:
deraadt
1995-12-14
1
-14
/
+10
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+453
[prev]