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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-20
Rename f_err into fatal_err.
tb
7
-183
/
+183
2021-02-20
Rename the truncated label into decode_err. This describes its purpose
tb
2
-73
/
+73
2021-02-20
zap unneccessary .Pp;
jmc
1
-4
/
+2
2021-02-20
Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().
jsing
1
-34
/
+45
2021-02-20
Return a min/max version of zero if set to zero.
jsing
3
-17
/
+41
2021-02-20
Add DTLSv1.2 methods.
jsing
2
-3
/
+159
2021-02-20
Handle DTLS1_2_VERSION in various places.
jsing
3
-6
/
+9
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
jsing
2
-4
/
+14
2021-02-20
Group HelloVerifyRequest decoding and add missing check for trailing data.
jsing
1
-4
/
+5
2021-02-20
Add various public DTLS related defines.
jsing
2
-2
/
+14
2021-02-20
Clean up/simplify dtls1_get_cipher().
jsing
1
-7
/
+8
2021-02-20
move from calling l3 protocol input handlers to using if_vinput.
dlg
2
-40
/
+14
2021-02-20
move gre and mgre from calling l3 input handlers to using if_vinput.
dlg
1
-46
/
+11
2021-02-20
move gif from calling l3 protocol input handlers to using if_vinput.
dlg
1
-25
/
+5
2021-02-20
add p2p_input, like ether_input but for l3 tunnel interfaces.
dlg
2
-2
/
+44
2021-02-20
let tun use bpf_mtap for handling input packets.
dlg
1
-1
/
+4
2021-02-20
default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.
dlg
2
-4
/
+8
2021-02-20
give interfaces an if_bpf_mtap handler.
dlg
1
-1
/
+2
2021-02-20
sync
sthen
1
-1
/
+1
2021-02-20
Recommit upstream alignment fix plus libperl version bump
afresh1
4
-25
/
+41
2021-02-20
document the monitor flag.
dlg
1
-2
/
+8
2021-02-20
add support for handling the interface monitor flag
dlg
1
-2
/
+4
2021-02-20
add a MONITOR flag to ifaces to say they're only used for watching packets.
dlg
3
-8
/
+12
2021-02-19
Fail on duplicate nonce payload.
tobhe
1
-2
/
+5
2021-02-19
Add 't' to options in man page. ok jmc@ kn@
lum
1
-3
/
+6
2021-02-19
Append .html suffix to temporary files enabling browsers to recognise it
kn
3
-8
/
+10
2021-02-19
Put duplicated code calculating backoff interval and packet 'secs'
krw
1
-115
/
+91
2021-02-19
Missed poll -> ppoll in log_warn() verbiage.
krw
1
-2
/
+2
2021-02-19
Convert reallocarray + memset to recallocarray.
tb
3
-12
/
+10
2021-02-19
Add the same ASCII check to the URI in TAL files as we do for URI in .cer files
claudio
1
-1
/
+9
2021-02-19
Check return value of chdir() to stop a silly warning with some
nicm
2
-10
/
+10
2021-02-19
Move the mkpath() call from the rsync path to the main process. This allows
claudio
4
-25
/
+30
2021-02-19
Add an EXAMPLES section
solene
1
-2
/
+26
2021-02-19
we dont need to wrap some short lines.
dlg
1
-5
/
+3
2021-02-19
check the state for PF_ROUTE when undeferring a packet, not the rule.
dlg
1
-2
/
+2
2021-02-18
Save one allocation by passing msg_nonce ownership instead of using
tobhe
1
-10
/
+10
2021-02-18
Remove redundant ibuf_release. msg_ke is always NULL because of the
tobhe
1
-2
/
+1
2021-02-18
Pass ownership instead of duplicating ibuf msg_ke.
tobhe
1
-12
/
+5
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
tb
1
-1
/
+23
2021-02-18
Make kernel ld.script similar to octeon's on loongson and sgi.
visa
2
-14
/
+74
2021-02-18
Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().
claudio
4
-136
/
+153
2021-02-18
Mention that U-Boot serial speed should be 115200.
visa
1
-1
/
+7
2021-02-18
Reduce len when moving past spaces in OSC 11 parameter.
nicm
1
-2
/
+4
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
2
-8
/
+8
2021-02-18
All the code for output handling was moved to output.c some time ago.
claudio
2
-29
/
+29
2021-02-18
Only pick up files matching alphanumeric and underscore characters under
ajacoutot
1
-2
/
+2
2021-02-18
Fix the hostkeys rotation extension documentation
djm
1
-1
/
+2
2021-02-18
add rpki-rtr port 323; ok job
deraadt
1
-1
/
+2
2021-02-18
make names in function prototypes match those in definition
djm
2
-4
/
+4
2021-02-18
unbreak SK_DEBUG builds
djm
1
-3
/
+3
[prev]
[next]