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
/
lib
/
libc
/
stdlib
/
malloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-24
The server only sends a cookie during a HRR, not a SH
tb
1
-4
/
+4
2021-03-24
test HEAD requests, from niklas@
benno
2
-9
/
+56
2021-03-24
Responses to HEAD requests must not have a message body (even though they have
benno
3
-14
/
+99
2021-03-24
Update regress for new_cipher rename.
jsing
2
-6
/
+6
2021-03-24
Add mouse.tp.tapping example.
bru
1
-1
/
+3
2021-03-24
sync
sthen
2
-6
/
+6
2021-03-24
remove vendor name (Dell) repeated in product name
sthen
1
-2
/
+2
2021-03-24
Rename new_cipher to cipher.
jsing
11
-64
/
+64
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
5
-40
/
+48
2021-03-24
Improve the tap detection mechanism.
bru
1
-12
/
+21
2021-03-24
cd9660, mfs: do not hide generic vop functions behind #define
semarie
3
-31
/
+15
2021-03-24
make some `struct vops' members explicitly NULL instead of implicitly NULL
semarie
3
-4
/
+8
2021-03-24
More timespec conversions. Less 'seconds' arithmetic.
krw
2
-58
/
+75
2021-03-24
The logic in mmrw() to check whether an address is within direct
bluhm
1
-4
/
+4
2021-03-24
Convert openssl(1) x509 option handling
inoguchi
1
-414
/
+747
2021-03-24
Add option type OPTION_ORDER
inoguchi
2
-2
/
+9
2021-03-24
Make tap detection less restrictive for multi-finger taps.
bru
1
-9
/
+3
2021-03-24
Define a USB quirk for devices that need to keep their pipes open at
jcs
4
-14
/
+63
2021-03-24
regen
jcs
2
-4
/
+16
2021-03-24
add HAILUCK Keyboard
jcs
1
-1
/
+5
2021-03-24
ensure the long-name version of ld is in the base set (rather than the
deraadt
29
-15
/
+15
2021-03-23
Fix some ranges and type handling.
martijn
2
-9
/
+18
2021-03-23
Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB
martijn
1
-5
/
+5
2021-03-23
Don't send DELETE notify if IKE SA is replaced because of
tobhe
1
-2
/
+2
2021-03-23
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
tb
1
-2
/
+2
2021-03-23
change pfIfDescr and pfLogIfName from plain OCTET STRING (which has no
sthen
1
-11
/
+16
2021-03-23
Use a pointer called bufp to point to a buffer called bufn
lum
1
-4
/
+4
2021-03-23
Correct how many arguments some functions take for interpreter.c.
lum
1
-31
/
+31
2021-03-23
Use time_t for intermediate lease time values when calculating human
florian
1
-7
/
+17
2021-03-23
Timed out RSA key ops, may leave uncalled for responses in the imsg return
claudio
2
-6
/
+24
2021-03-23
Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices.
claudio
1
-2
/
+6
2021-03-23
Make a parameter to an mg function not throw an error just
lum
1
-3
/
+12
2021-03-23
Document the @version suffix that can be added when running 'portgen go'
abieber
1
-2
/
+11
2021-03-23
Fix a corner case bug in Rx block ack window gap-wait timeout handling.
stsp
1
-1
/
+5
2021-03-23
When moving the Rx block ack window forward do not implicitly rely on
stsp
1
-2
/
+3
2021-03-23
Make a child execute fork_return() only if PTRACE_FORK has been specified.
mpi
1
-3
/
+6
2021-03-23
Skip first frame when saving stacktraces, it's always witness_checkorder().
mpi
1
-3
/
+3
2021-03-23
Pack the SPCR struct definition since the struct isn't naturally aligned
patrick
2
-4
/
+4
2021-03-22
Now that MSI pages are properly mapped, all that debug code in smmu(4)
patrick
1
-34
/
+2
2021-03-22
Don't leak ca in test_cms_sign_verify().
tb
1
-1
/
+2
2021-03-22
Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs
patrick
5
-22
/
+153
2021-03-22
Plug a few memory leaks reported by Ilya Shipitsin
tb
1
-9
/
+7
2021-03-22
Properly reflect stopping state
kn
1
-4
/
+4
2021-03-22
Update device-tree bindings
kn
1
-6
/
+6
2021-03-22
BOOTP has a minimum packet length of 300 bytes. Since DHCP is
florian
1
-2
/
+10
2021-03-22
Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian
otto
1
-2
/
+2
2021-03-22
Remove unveil() from the rsync_sender() and flist_gen(). The sender is
claudio
2
-24
/
+4
2021-03-22
Adjust function name in error strings.
claudio
1
-4
/
+4
2021-03-22
Adjust a type to unsigned since the io function works on unsigned ints.
claudio
1
-4
/
+5
2021-03-22
Put comment where it belongs also remove an assert() that checks for an
claudio
1
-5
/
+2
[prev]
[next]