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
/
dev
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-26
Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt the
deraadt
1
-72
/
+60
2020-05-26
fix wrong firmware filename typo in a comment in iwx_read_firmware()
stsp
1
-2
/
+2
2020-05-26
Make the necessary adjustments to parse iwx(4) -48 firmware image files.
stsp
2
-3
/
+11
2020-05-26
Implement support for the iwx(4) SOC_CONFIGURATION command.
stsp
3
-5
/
+81
2020-05-26
Don't enable any BT modules in the iwx(4) BT_COEX command.
stsp
1
-2
/
+2
2020-05-26
Make iwx(4) flush the Tx path before removing the AP from the firmware's
stsp
1
-8
/
+7
2020-05-26
Make iwx(4) binding command work on -48 firmware.
stsp
1
-2
/
+3
2020-05-26
Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.
stsp
2
-4
/
+22
2020-05-26
Add checksum offload again, this time only asking the nic to do checksums
jmatthew
1
-2
/
+23
2020-05-26
match on TP-Link TL-WN822N-EU v5
jsg
1
-2
/
+3
2020-05-26
regen
jsg
2
-5
/
+10
2020-05-26
add TP-Link TL-WN822N-EU v5
jsg
1
-2
/
+3
2020-05-25
For large reads from /dev/random, use the arc4random_ctx_*() functions
naddy
1
-19
/
+13
2020-05-25
Pass bootblock indicator RB_GOODRANDOM to random_start(). Future work
deraadt
2
-4
/
+11
2020-05-25
Add a comment explaining the interaction between kcovclose() and
anton
1
-1
/
+5
2020-05-25
regen
patrick
2
-4
/
+16
2020-05-25
ThingM blink(1)
patrick
1
-1
/
+5
2020-05-25
change wsdisplay attribute type from long to uint32_t
jsg
34
-279
/
+283
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
jsg
18
-65
/
+64
2020-05-25
Unfortunately, breaks UDP NFS under volume, when used on the src machine.
deraadt
1
-17
/
+2
2020-05-23
Increase chances of getting a successful PCIe link on the i.MX8MM.
patrick
1
-3
/
+2
2020-05-23
Implement kqfilter matching the corresponding poll routine.
mpi
2
-2
/
+15
2020-05-23
Fix typo in a comment that originated in wpi(4) and has spread elsewhere.
stsp
4
-8
/
+8
2020-05-23
Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)
patrick
1
-1
/
+2
2020-05-22
Improve emulation of bridge config space.
kettenis
1
-42
/
+13
2020-05-22
Improve resetting PCIe devices by making use of the reset-gpios property,
patrick
1
-1
/
+21
2020-05-22
Enable link training just before triggering the actual training.
kettenis
1
-2
/
+2
2020-05-22
regen
patrick
2
-2
/
+7
2020-05-22
Add Atheros QCA986x/988x PCI ID.
patrick
1
-1
/
+2
2020-05-22
Add support for the Marvell Xenon SDHC. This is used on the Armada
patrick
1
-3
/
+245
2020-05-22
Add pre/post hooks for bus clock changes to sdhc(4). These will be
patrick
2
-2
/
+10
2020-05-22
Use the parsed address and interrupt information from
kettenis
6
-378
/
+140
2020-05-22
Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequence
patrick
2
-27
/
+38
2020-05-22
Always defer attaching the mvneta(4) interfaces. Otherwise this
patrick
1
-36
/
+11
2020-05-22
And add the node to the struct. Sometimes I maybe shouldn't try spliting
patrick
1
-1
/
+2
2020-05-22
Actually store the node in the softc. Missed chunk from the previous
patrick
1
-1
/
+2
2020-05-22
Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.
patrick
1
-1
/
+23
2020-05-22
Add mvkpcie(4), a driver for the Aardvark PCIe controller found on
patrick
2
-1
/
+1031
2020-05-21
regen
patrick
2
-2
/
+7
2020-05-21
ASMedia ASM1182e PCIe switch.
patrick
1
-1
/
+2
2020-05-21
Kill commented out czttypoll() routine.
mpi
1
-17
/
+1
2020-05-21
Make use of checksum offloads. Very little effort required from the
jmatthew
1
-2
/
+17
2020-05-20
Open up a 4GB memory bus window for mvneta(4) on the Marvell
patrick
1
-3
/
+8
2020-05-20
Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.
mpi
1
-9
/
+58
2020-05-19
We need to double the clock frequency for DDR modes.
kettenis
1
-1
/
+5
2020-05-19
Don't provide backlight control if the list returned by _BCL is empty.
kettenis
1
-4
/
+6
2020-05-19
Use static inline instead of inline; fixes ramdisk build.
kettenis
1
-2
/
+2
2020-05-19
Implement kqueue(2) support.
mpi
1
-2
/
+179
2020-05-18
Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.
stsp
2
-29
/
+289
2020-05-18
During the rekey operation, we feedback 1 word to the lowest level.
deraadt
1
-2
/
+2
[prev]
[next]