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-12-24
Extract clock frequency from _DSD properties.
patrick
1
-1
/
+3
2020-12-24
Implement capability register overrides based on _DSD properties.
kettenis
1
-2
/
+11
2020-12-24
regen
jsg
2
-4
/
+76
2020-12-24
add some NVMe devices and Intel Comet Lake host bridges
jsg
1
-2
/
+18
2020-12-24
Initialize mips64 pmap pool using IPL_VM.
visa
1
-2
/
+2
2020-12-24
ramdisks do not contain WOL
deraadt
1
-1
/
+3
2020-12-24
handle reported core clock frequency of 0 on newer Intel Comet Lake
jsg
1
-1
/
+3
2020-12-24
tsleep(9): add global "nowake" channel for threads avoiding wakeup(9)
cheloha
2
-2
/
+12
2020-12-24
Add Wake on LAN support to rge(4).
kevlo
2
-3
/
+86
2020-12-23
sigsuspend(2): change wmesg from "pause" to "sigsusp"
cheloha
1
-2
/
+2
2020-12-23
nanosleep(2): shorten wmesg from "nanosleep" to "nanoslp"
cheloha
1
-2
/
+2
2020-12-23
Use IPL_VM for the pmap pool like we do on amd64.
kettenis
1
-2
/
+2
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
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-22
have the ifrxr info stuff report the buffer size the hw handles.
dlg
1
-2
/
+2
2020-12-22
Use SIGILL for the Facility Unavailable Interrupt in usermode.
gkoehler
1
-1
/
+6
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
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
name the rx rings like ix does for systat mb
dlg
1
-1
/
+2
2020-12-22
Make clang the default compiler on loongson.
visa
1
-2
/
+2
2020-12-22
stop showing amd l3 cache information
jsg
2
-27
/
+3
2020-12-21
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
kettenis
1
-5
/
+5
2020-12-20
Accept reject and blackhole routes for IPsec PMTU discovery.
bluhm
4
-10
/
+13
2020-12-20
Fix typo.
kettenis
1
-2
/
+2
2020-12-20
The TCE table needs to be aligned on a boundary that is a multiple of its
kettenis
1
-2
/
+2
2020-12-20
Introduce klistops
visa
2
-9
/
+173
2020-12-20
Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with
jmatthew
2
-6
/
+8
2020-12-20
sync with i915_pciids.h
jsg
1
-2
/
+0
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
jsg
1
-3
/
+1
2020-12-20
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
jsg
1
-1
/
+0
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
jsg
1
-3
/
+8
2020-12-19
Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few
jmatthew
2
-6
/
+8
2020-12-19
There's no need to include the OFW GPIO header.
patrick
1
-2
/
+1
2020-12-19
Add support for the i.MX8MP PCIe clocks.
patrick
2
-1
/
+40
2020-12-18
Add support for the i.MX8MP second ethernet. The Plus SoC not only has the
patrick
2
-4
/
+98
2020-12-18
Emulate open drain GPIOs. This replaces the hack added in the last commit.
kettenis
1
-31
/
+22
2020-12-18
Add symbolic constants related to open source and open drain GPIOs.
kettenis
1
-3
/
+10
2020-12-18
Make large read and write transactions work.
kettenis
1
-38
/
+58
2020-12-18
Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for
patrick
4
-3
/
+84
2020-12-18
Add code to initialize the USB 3 PHY on i.MX8MP.
patrick
1
-2
/
+65
2020-12-18
Add support for the i.MX8MP USB clocks.
patrick
2
-2
/
+88
2020-12-18
Attach imxgpc(4) to i.MX8MP as well.
patrick
1
-1
/
+3
2020-12-18
Add fd close notification for kqueue-based poll() and select()
visa
2
-8
/
+40
2020-12-18
Make knote_{activate,remove}() internal to kern_event.c.
visa
2
-4
/
+4
2020-12-18
Make sure the first packet of an SA has sequence number 1 (as described in
tobhe
2
-9
/
+11
[prev]
[next]