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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Remove redundant code
denis
1
-2
/
+1
2020-06-05
Implement cpu_rnd_messybits() as a read of the cycle counter register.
naddy
6
-36
/
+29
2020-06-05
cpu_rnd_messybits() for mips64
visa
4
-31
/
+16
2020-06-05
Qemu does not like we load ofwboot on top of the bootblocks and as
otto
1
-3
/
+11
2020-06-04
HID parser could overflow if a malicious device (potentially USB) provided
deraadt
1
-5
/
+8
2020-06-04
Recognise Cortex-A78.
kettenis
1
-1
/
+3
2020-06-04
add missing forward declaration of struct proc
anton
1
-1
/
+3
2020-06-04
Enable bwfm(4).
patrick
1
-1
/
+2
2020-06-04
Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It
yasuoka
1
-41
/
+23
2020-06-03
Add missing ieee80211_release_node() calls in cases where hardware
jmatthew
2
-2
/
+8
2020-06-03
let the random subsystem read the tsc for event "timestamps".
dlg
2
-12
/
+11
2020-06-02
disable debugging by default and only print unknown events when
jcs
1
-5
/
+4
2020-06-02
add acpihid(4) for ACPI HID event and 5-button array devices
jcs
3
-2
/
+409
2020-06-02
Add support for hardware vlan tagging. Tag insertion here is actually
jmatthew
1
-5
/
+41
2020-06-02
use correct node when enabling phy
jsg
1
-3
/
+2
2020-06-02
Add missing ieee80211_release_node() calls in cases where hardware
jmatthew
1
-1
/
+4
2020-06-02
When the set of ports in an aggr changes, set the aggr capabilities to
jmatthew
1
-13
/
+14
2020-06-01
Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."
stsp
1
-6
/
+1
2020-06-01
regen
jcs
2
-2
/
+14
2020-06-01
add SK hynix, and an NVMe from them
jcs
1
-1
/
+5
2020-06-01
PowerPC64 header files for floating point.
drahn
3
-0
/
+215
2020-05-31
add umstc(4) for Microsoft Surface Type Cover keyboards
jcs
4
-3
/
+186
2020-05-31
regen
jcs
2
-4
/
+14
2020-05-31
add two Surface Go Type Cover models
jcs
1
-1
/
+3
2020-05-31
DDR mode seems to work fine on the Rockchip RK3399.
kettenis
1
-4
/
+1
2020-05-31
Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONE
stsp
3
-8
/
+8
2020-05-31
Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().
stsp
1
-3
/
+1
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
27
-29
/
+175
2020-05-31
match on pci id for azalia device with wrong subclass
jsg
1
-2
/
+7
2020-05-31
use ip{,6}_send instead of ip{,6}_output for l2tp and pptp.
dlg
1
-14
/
+4
2020-05-30
In automatic performance mode on systems with offline CPUs because of SMT
solene
1
-1
/
+3
2020-05-30
Introduce kqueue_terminate() & kqueue_free(), no functional changes.
mpi
1
-12
/
+38
2020-05-30
Fix UVIDEO_DEBUG build
feinerer
1
-1
/
+2
2020-05-29
If no station happens to be associated when ieee80211_setkeys() runs then
stsp
1
-1
/
+5
2020-05-29
In hostap mode, after completing a new group key handshake with all
stsp
1
-1
/
+7
2020-05-29
Mark the descriptor as dead when starting to destroy it.
mpi
1
-1
/
+2
2020-05-29
When the preferred cylinder group if full scan forward (wrapping if needed)
otto
1
-14
/
+15
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
60
-175
/
+62
2020-05-29
rndvar.h not needed here
deraadt
2
-4
/
+2
2020-05-29
3 includes not needed
deraadt
1
-5
/
+1
2020-05-28
When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass
fcambus
1
-3
/
+3
2020-05-28
Enable scrollback in simplefb(4).
fcambus
1
-1
/
+2
2020-05-28
Make generation numbers unsigned and fill them using a random number
otto
4
-18
/
+15
2020-05-28
Call cninit() after parsing boot parameter to make cninit() possible
yasuoka
1
-15
/
+3
2020-05-28
Use MSI-X interrupts where available, and rearrange structures to allow
jmatthew
1
-56
/
+148
2020-05-28
File allocation in socket(2) & socketpair(2) no longer need the KERNEL_LOCK().
mpi
1
-6
/
+1
2020-05-27
Enter ddb at a trap instruction or with db_enter().
gkoehler
12
-31
/
+355
2020-05-27
Connectionless sockets like UDP can be re-connected to a different
bluhm
1
-1
/
+8
2020-05-27
Retire <machine/varargs.h>.
visa
14
-397
/
+0
2020-05-27
Fix pmon_iostrategy()
visa
1
-5
/
+6
[prev]
[next]