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
2020-12-23
Ensure that filt_dead() takes effect
visa
1
-1
/
+2
2020-12-23
Clear error before each iteration in kqueue_scan()
visa
1
-1
/
+3
2020-12-23
BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.
claudio
3
-3
/
+20
2020-12-23
Update to tzdata2020e from www.iana.org. Major changes:
millert
10
-181
/
+769
2020-12-23
Fix regulators that use "active-low" polarity. Our implementation now
kettenis
1
-9
/
+16
2020-12-23
Handle a few more userland traps that would lead to a kernel panic.
kettenis
1
-2
/
+19
2020-12-23
Use regfree after we're done with preg.
martijn
1
-2
/
+7
2020-12-22
have the ifrxr info stuff report the buffer size the hw handles.
dlg
1
-2
/
+2
2020-12-22
Log SPI with SPI_SH() wherever possible.
tobhe
1
-9
/
+10
2020-12-22
Use SIGILL for the Facility Unavailable Interrupt in usermode.
gkoehler
1
-1
/
+6
2020-12-22
further tidy up the dynamic address section, and try to keep it and the static
jmc
1
-17
/
+16
2020-12-22
Add PCIe clocks.
kettenis
1
-1
/
+5
2020-12-22
For a while the kerrnel reports EACCES to userland if pf blocks a
bluhm
1
-3
/
+3
2020-12-22
Implement select(2) and pselect(2) on top of kqueue.
mpi
1
-55
/
+148
2020-12-22
Destroy the mutex in tls_config objects when tls_config_free is called.
bcook
2
-2
/
+11
2020-12-22
Defer hardware initialization in order to give things like PCIe PHYs
kettenis
1
-15
/
+31
2020-12-22
Clear FSCR register. This gives us a sane default state where all facilities
kettenis
2
-2
/
+11
2020-12-22
Fix typos
tobias
5
-15
/
+15
2020-12-22
Break cursor movement in grid into a common set of functions that can
nicm
4
-145
/
+517
2020-12-22
tweak the description of KnownHostsCommand in ssh_conf.5, and add
jmc
3
-14
/
+16
2020-12-22
print all the rings on a nic without limiting it to the number of mclpools
dlg
1
-2
/
+2
2020-12-22
name the rx rings like ix does for systat mb
dlg
1
-1
/
+2
2020-12-22
more detail for failing tests
djm
1
-3
/
+3
2020-12-22
regress test for KnownHostsCommand
djm
2
-4
/
+58
2020-12-22
sync
visa
1
-0
/
+2
2020-12-22
Make clang the default compiler on loongson.
visa
2
-5
/
+6
2020-12-22
stop showing amd l3 cache information
jsg
2
-27
/
+3
2020-12-22
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
tb
1
-4
/
+1
2020-12-22
Revert call to pthread_mutex_destroy until installers have a stub.
bcook
1
-3
/
+1
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
djm
7
-16
/
+188
2020-12-22
move subprocess() from auth.c to misc.c
djm
5
-167
/
+190
2020-12-22
tweak previous;
jmc
1
-5
/
+3
2020-12-21
Use policy_test() to reassign existing SAs to updated policies after
tobhe
3
-13
/
+139
2020-12-21
Remove explicit rijndael-cbc@lysator.liu.se test since the cipher was
dtucker
1
-2
/
+2
2020-12-21
Fix typo in mktime() year format description. From Paul de Weerd.
millert
1
-3
/
+3
2020-12-21
Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. Add
krw
1
-41
/
+25
2020-12-21
Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' in
krw
2
-6
/
+8
2020-12-21
Rename syntax test of the \O escape sequence (suppress output groff
schwarze
6
-26
/
+26
2020-12-21
Destroy the mutex in a tls_config object when tls_config_free is called.
bcook
1
-1
/
+3
2020-12-21
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
kettenis
1
-5
/
+5
2020-12-21
The plumbing already allowed for smtp authentication, hook it up to the -a
martijn
2
-7
/
+35
2020-12-21
Use NI_NUMERICSERV. We don't use the result and it's faster and is a
martijn
2
-5
/
+6
2020-12-21
Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.
florian
3
-92
/
+20
2020-12-21
Now that a NULL string is marshalled as NULL again we can drop some
claudio
6
-33
/
+26
2020-12-21
Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.
dtucker
1
-3
/
+1
2020-12-21
Always call endservent_r() after getservbyport_r().
eric
2
-13
/
+17
2020-12-21
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
djm
1
-4
/
+9
2020-12-21
Show scope id when set; ok florian@
otto
1
-4
/
+7
2020-12-21
adapt to API change in hostkeys_foreach()/load_hostkeys()
djm
1
-19
/
+72
2020-12-21
Test that IPv4 path MTU discovery works over IPsec in tunnel mode.
bluhm
2
-3
/
+53
[prev]
[next]