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-12-27
Remove debug printf.
kettenis
1
-2
/
+1
2020-12-27
Add PCIe support.
kettenis
1
-42
/
+62
2020-12-27
Add PCIe power domain.
kettenis
1
-1
/
+14
2020-12-27
have mcx_process_txeof return the number of slots it processed.
dlg
1
-7
/
+8
2020-12-27
do a bus space barrier after arming the eq.
dlg
1
-2
/
+2
2020-12-27
disable timestamping a little bit harder to avoid divide by 0.
dlg
1
-1
/
+5
2020-12-27
shuffle filling the rx ring so the sw prod is updated before the hw.
dlg
1
-24
/
+19
2020-12-26
reuse the calculated vector as the argument to pci_intr_map_msix.
dlg
1
-2
/
+2
2020-12-26
add bus_dmamap_sync ops around the eq.
dlg
1
-6
/
+27
2020-12-26
add some bus_dmamap_syncs around the rq.
dlg
1
-2
/
+16
2020-12-26
sprinkle some bus_dmamap_syncs around the cq handling.
dlg
1
-1
/
+14
2020-12-26
sprinkle some bus_dmamap_syncs around the sq.
dlg
1
-2
/
+17
2020-12-26
better manage the lifetime of the dmamem used for various rings.
dlg
1
-36
/
+65
2020-12-26
sdmmc(4): sdmmc_io_function_enable(): don't sleep on lbolt
cheloha
1
-2
/
+2
2020-12-25
expose the mcx timer as a timecounter.
dlg
1
-1
/
+30
2020-12-25
match on Gemini Lake I2C
jsg
1
-1
/
+9
2020-12-25
Refactor klist insertion and removal
visa
10
-34
/
+34
2020-12-24
Do proper accounting of zero length TDs. Currently a specific number
mglocker
2
-2
/
+6
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
ramdisks do not contain WOL
deraadt
1
-1
/
+3
2020-12-24
Add Wake on LAN support to rge(4).
kevlo
2
-3
/
+86
2020-12-23
Fix regulators that use "active-low" polarity. Our implementation now
kettenis
1
-9
/
+16
2020-12-22
have the ifrxr info stuff report the buffer size the hw handles.
dlg
1
-2
/
+2
2020-12-22
Add PCIe clocks.
kettenis
1
-1
/
+5
2020-12-22
Defer hardware initialization in order to give things like PCIe PHYs
kettenis
1
-15
/
+31
2020-12-22
name the rx rings like ix does for systat mb
dlg
1
-1
/
+2
2020-12-21
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
kettenis
1
-5
/
+5
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
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
2
-1
/
+80
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-17
tht(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
1
-20
/
+8
2020-12-17
Only enable the USB 3.0 port and PHY if it is enabled on a board.
kettenis
1
-5
/
+7
2020-12-17
Reset pin 3 of the GPIOAO bank to input mode to work around a hardware
kettenis
1
-2
/
+31
2020-12-17
Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainline
kettenis
1
-1
/
+2
2020-12-17
Add support for the "Always On" GPIOs.
kettenis
1
-72
/
+187
2020-12-17
Fix some issues with referencing named ACPI nodes from Packages.
kettenis
6
-58
/
+65
[prev]
[next]