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-01-21
Revert r1.87 "Pledge before authentication when possible"
kn
1
-9
/
+5
2021-01-21
some updates from pjanzen;
jmc
1
-2
/
+7
2021-01-21
don't set AUTO_RETRY. it's a remnant of an experiment.
tb
1
-3
/
+1
2021-01-21
Rearrange variables in dump / restore to handle -fno-common.
mortimer
9
-76
/
+100
2021-01-20
An invalid packet may not have set src and dst in packet descriptor.
bluhm
1
-7
/
+9
2021-01-20
Missing return value; ok jmc@
otto
1
-2
/
+3
2021-01-20
Make sure to enforce matching dstid as initiator. Use policy lookup
tobhe
1
-1
/
+23
2021-01-20
Cleanup, fix and add a few more test cases. Make sure that the decision
claudio
1
-24
/
+86
2021-01-20
Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.
bluhm
3
-17
/
+75
2021-01-20
If pledge "wroute" is missing for setsockopt SO_RTABLE, print failure
bluhm
1
-2
/
+2
2021-01-20
Check the rewritten address output from tcpdump -e on pflog.
bluhm
1
-15
/
+37
2021-01-20
Print rewritten addresses in tcpdump(8) logged with pflog(4) for
bluhm
2
-16
/
+28
2021-01-20
Reprogram outbound windows to match the device tree. Necessary because
kettenis
1
-3
/
+34
2021-01-20
typo; spotted by jmc
sthen
1
-3
/
+3
2021-01-20
Check management capabilities before trying to attach temperature sensors,
jmatthew
1
-1
/
+43
2021-01-20
Pledge before authentication when possible
kn
1
-5
/
+9
2021-01-20
Change so that window_flags escapes # automatically which means configs
nicm
7
-33
/
+39
2021-01-20
Drop unneeded cast in seal_record_protected_cipher
tb
1
-2
/
+2
2021-01-19
pflog(4) tried to log the translated packet with rdr-to, nat-to,
bluhm
2
-149
/
+5
2021-01-19
blacklist com on m3000s. our com code causes faults somehow.
dlg
1
-1
/
+20
2021-01-19
Implement intx support.
kettenis
1
-18
/
+122
2021-01-19
pipex(4): convert ifunit() to if_unit(9)
mvs
1
-2
/
+5
2021-01-19
switch(4): convert ifunit to if_unit(9)
mvs
2
-21
/
+38
2021-01-19
pppoe(4): convert ifunit() to if_unit(9)
mvs
1
-2
/
+4
2021-01-19
pipex(4): convert ifunit() to if_unit(9)
mvs
1
-5
/
+12
2021-01-19
kern/subr_disk.c: convert ifunit() to if_unit(9)
mvs
1
-3
/
+5
2021-01-19
nfs/nfs_boot.c: convert ifunit() to if_unit(9)
mvs
1
-2
/
+3
2021-01-19
Enable athn(4)
kettenis
2
-2
/
+4
2021-01-19
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
5
-17
/
+137
2021-01-19
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
5
-18
/
+37
2021-01-19
Provide record layer overhead for DTLS.
jsing
3
-17
/
+38
2021-01-19
Factor out code for explicit IV length, block size and MAC length.
jsing
1
-21
/
+77
2021-01-19
s/KHz/kHz/ and reduce dmesg spam a bit
kettenis
1
-4
/
+4
2021-01-19
s/KHZ/kHz/ and reduce dmesg spam a bit
kettenis
8
-23
/
+23
2021-01-19
/etc/malloc.conf path-approval in pledge is no longer needed since 6.5
deraadt
1
-9
/
+1
2021-01-19
Get rid of inet_net_pton and inet_net_ntop.
florian
2
-12
/
+23
2021-01-19
Make imsg event structs static to fix -fno-common.
florian
3
-16
/
+14
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
florian
4
-26
/
+24
2021-01-19
No need for a global rad_process; unbreaks -fno-common.
florian
4
-26
/
+17
2021-01-19
Make imsg event structs static to fix -fno-common.
florian
3
-18
/
+15
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
florian
4
-26
/
+24
2021-01-19
Prevent more yacc clashes; fixes -fno-common.
florian
1
-0
/
+6
2021-01-19
Reduce scope of routesock unbreaking -fno-common.
florian
1
-3
/
+6
2021-01-19
No need for a global uw_process; unbreaks -fno-common.
florian
4
-26
/
+17
2021-01-19
Make imsg event structs static to fix -fno-common.
florian
3
-12
/
+12
2021-01-19
Move control_state and ctl_conns to control.c, it's not needed
florian
4
-31
/
+23
2021-01-19
No need for a global slaacd_process; unbreaks -fno-common.
florian
4
-27
/
+17
2021-01-19
Prevent an overflow in inet_net_pton(3) when the passed in buffer is
florian
1
-11
/
+18
2021-01-19
usb_init_task() wants a struct usb_task as the first argument
anton
1
-3
/
+3
2021-01-19
First bits of a regress test that ensures that the decision process
claudio
2
-1
/
+232
[prev]
[next]