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_timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accept reject and blackhole routes for IPsec PMTU discovery.
bluhm
2020-12-20
1
-2
/
+2
*
The output from tcp debug sockets was incomplete. After detach tp
bluhm
2018-06-11
1
-21
/
+36
*
TCP debug sockets still had code for old TCP timers that were
bluhm
2018-05-10
1
-3
/
+23
*
Historically there were slow and fast tcp timeouts. That is why
bluhm
2018-05-08
1
-3
/
+9
*
Historically TCP timeouts were implemented with pr_slowtimo and
bluhm
2018-02-07
1
-4
/
+4
*
There was a race in the TCP timers. As they may sleep to grab the
bluhm
2018-02-06
1
-7
/
+20
*
The TCP reaper timeout was still imlemented as soft timeout. So
bluhm
2018-01-23
1
-1
/
+20
*
Although it is a dead store here, always reassign the tcpcb after
bluhm
2018-01-23
1
-2
/
+2
*
Move NET_{,UN}LOCK into individual slowtimo functions.
florian
2017-10-29
1
-2
/
+4
*
Remove the TCP_FACK option and associated #if{,n}def code.
job
2017-10-25
1
-6
/
+1
*
Unconditionally enable TCP selective acknowledgements (SACK)
mikeb
2017-10-22
1
-10
/
+2
*
Remove NET_LOCK()'s argument.
mpi
2017-08-11
1
-17
/
+12
*
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
mpi
2017-05-16
1
-2
/
+2
*
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
bluhm
2017-04-19
1
-4
/
+4
*
percpu counters for TCP stats
jca
2017-02-09
1
-9
/
+9
*
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
mpi
2016-12-19
1
-12
/
+12
*
Assert that every slow/fast timeout routine is called at IPL_SOFTNET.
mpi
2016-11-28
1
-4
/
+2
*
Use goto for consistently instead of splx() and return.
mpi
2016-11-07
1
-24
/
+14
*
ANSIfy netinet/; from David Hill
naddy
2016-09-24
1
-3
/
+2
*
Sync no-argument function declaration and definition by adding (void).
naddy
2016-03-07
1
-2
/
+2
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
Change MTU discovery functions to not abuse the global icmpsrc variable
mpi
2013-08-08
1
-10
/
+9
*
Add sysctl net.inet.tcp.always_keepalive, when this is set the system
sthen
2011-07-06
1
-2
/
+4
*
Fix the naming of interfaces and variables for rdomains and rtables
guenther
2010-07-03
1
-4
/
+4
*
Extend the protosw pr_ctlinput function to include the rdomain. This is
claudio
2009-11-13
1
-4
/
+4
*
Initial support for routing domains. This allows to bind interfaces to
claudio
2009-06-05
1
-3
/
+4
*
when creating a response, use the correct TCP header instead of
markus
2008-02-20
1
-2
/
+2
*
TCP_COMPAT_42 was last used in 1997. Kill it.
deraadt
2007-11-27
1
-16
/
+1
*
since the
henning
2007-09-01
1
-1
/
+2
*
Drop the current random timestamps and the current ISN generation
markus
2007-06-15
1
-1
/
+3
*
Only two `h' in threshold.
miod
2005-11-15
1
-4
/
+4
*
implement PMTU checks from
markus
2005-06-30
1
-1
/
+27
*
zap lvalue assignment, okay markus@. approved miod@
espie
2004-12-13
1
-2
/
+2
*
fix for race between invocation for timer and network input
markus
2004-11-25
1
-1
/
+22
*
de-register. deraadt ok
itojun
2003-12-10
1
-2
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
remove useless assignment
tedu
2003-02-21
1
-2
/
+2
*
fix ecn breakage.
kjc
2002-11-06
1
-1
/
+10
*
whitespace
itojun
2002-06-09
1
-3
/
+3
*
bring in ECN support from KAME.
kjc
2002-05-16
1
-1
/
+8
*
use timeout(9) to schedule TCP timers. this avoid traversing all
provos
2002-03-08
1
-266
/
+262
*
remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.
provos
2002-03-01
1
-22
/
+43
*
allocate sackholes with pool
provos
2002-01-15
1
-2
/
+2
*
knf
provos
2002-01-14
1
-6
/
+6
*
use macros to manage tcp timers; based on netbsd
provos
2002-01-14
1
-6
/
+6
*
at least ; required after label or case; openbsd@davidkrause.com
deraadt
2002-01-02
1
-1
/
+2
*
Cut down on include files.
angelos
2001-06-08
1
-7
/
+1
*
Two fixes from Stevens via davidg@freebsd, bug report by
provos
2001-05-31
1
-2
/
+2
*
more random tcp sequence numbers. okay deraadt@, angelos@
provos
2000-12-13
1
-4
/
+2
*
only disable path mtu for established connections that have data to send.
provos
2000-12-12
1
-1
/
+5
[next]