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_debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-21
No need for state_preboot() to double check timeout being
krw
1
-13
/
+3
2021-02-21
Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving
tobhe
1
-12
/
+2
2021-02-21
One CPUs that implement the VHE extension and have the E2H bit set, keep
kettenis
2
-6
/
+12
2021-02-21
Add ping -g, a concise display format similar to that used by other
sthen
2
-14
/
+45
2021-02-21
zap duplicate .Nm;
jmc
1
-2
/
+1
2021-02-21
sync
deraadt
1
-0
/
+1
2021-02-21
cut nvgre(4) over to use common etherbridge code.
dlg
2
-317
/
+129
2021-02-21
cut bpe(4) over to using the common etherbridge code.
dlg
2
-292
/
+127
2021-02-21
add etherbridge, the guts of a learning bridge that can be reused.
dlg
3
-2
/
+693
2021-02-21
i added stoeplitz_eaddr
dlg
1
-1
/
+11
2021-02-21
fix the names of the things that actually do the hashing.
dlg
1
-22
/
+23
2021-02-21
add stoeplitz_eaddr, for getting a hash value from an ethernet address.
dlg
2
-2
/
+16
2021-02-20
Fail on invalid address family.
tobhe
1
-1
/
+3
2021-02-20
remove warning about amdgpu userptr ioctl being unimplemented
jsg
1
-1
/
+0
2021-02-20
Enable threads test
otto
1
-1
/
+1
2021-02-20
A regress test to test concurrent exception handling in threads
otto
2
-0
/
+63
2021-02-20
Make the unwind cache tread-safe by declaring it thread_local. Solves
otto
1
-1
/
+1
2021-02-20
tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be
krw
1
-2
/
+2
2021-02-20
Fix disestablishing of PCI interrupt handlers.
visa
1
-9
/
+2
2021-02-20
ugly whitespace
tb
2
-14
/
+14
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
[next]