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
2019-06-24
Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini
kettenis
2
-1
/
+310
2019-06-24
Don't retry to get the usb descriptor in usbd_new_device() if the call
claudio
1
-1
/
+6
2019-06-22
Set if_link_state based on the PAOS port register, and update it when
jmatthew
1
-2
/
+30
2019-06-17
Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo
patrick
2
-1
/
+310
2019-06-17
Split out the code that assigns addresses to BARs into its own function.
kettenis
2
-7
/
+28
2019-06-17
When reloading station address via TWSI is timed out, try to reload
kevlo
1
-1
/
+3
2019-06-16
drm/amd/display: Use plane->color_space for dpp if specified
jsg
2
-2
/
+6
2019-06-15
Fix previous commit and unbreak the tree.
kettenis
1
-3
/
+3
2019-06-14
timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@
cheloha
1
-6
/
+6
2019-06-14
Use timeout_add_msec(9)
kn
1
-5
/
+2
2019-06-14
Use timeout_add_msec(9)
kn
1
-10
/
+3
2019-06-14
match on Intel Apollo Lake ids
jsg
1
-1
/
+9
2019-06-14
regen
jsg
2
-2
/
+47
2019-06-14
more Intel Apollo Lake ids
jsg
1
-1
/
+10
2019-06-14
Only add and remove flow table entries for multicast while the interface is
jmatthew
1
-15
/
+28
2019-06-14
Add a barrier after arming a completion queue. If multiple cqs are using
jmatthew
1
-2
/
+3
2019-06-13
Do not consider the pipe as halted if the device is gone.
mpi
1
-1
/
+3
2019-06-13
the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits.
dlg
1
-2
/
+3
2019-06-12
Set interrupt moderation on the completion queue for around 10000
jmatthew
1
-2
/
+8
2019-06-11
drm: don't block fb changes for async plane updates
jsg
2
-10
/
+20
2019-06-11
drm/i915: Maintain consistent documentation subsection ordering
jsg
2
-4
/
+4
2019-06-11
drm/i915/fbc: disable framebuffer compression on GeminiLake
jsg
1
-0
/
+4
2019-06-11
drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-in
jsg
1
-2
/
+1
2019-06-11
drm/radeon: prefer lower reference dividers
jsg
1
-2
/
+2
2019-06-11
drm/amdgpu/psp: move psp version specific function pointers to early_init
jsg
1
-9
/
+10
2019-06-11
drm: add non-desktop quirks to Sensics and OSVR headsets.
jsg
1
-0
/
+6
2019-06-11
drm: add non-desktop quirk for Valve HMDs
jsg
1
-0
/
+19
2019-06-11
Use km_alloc() instead of mallocarray() when allocating ttm dma segments
jsg
1
-7
/
+10
2019-06-11
pass what pci_intr_established returns to intr_barrier
dlg
1
-2
/
+2
2019-06-11
if ifiq_input says there's too much pressure, tell the rxr we're livelocked
dlg
1
-3
/
+4
2019-06-11
bump up the ring sizes for dlg@
jmatthew
1
-4
/
+4
2019-06-11
records a flowid in the mbuf if the rx cqe provides an rx hash value.
dlg
1
-1
/
+6
2019-06-10
support hardware timestamping for received packets.
dlg
1
-4
/
+121
2019-06-10
Print proper ACPI version number.
kettenis
3
-11
/
+14
2019-06-10
drm/lease: Make sure implicit planes are leased
jsg
2
-0
/
+12
2019-06-09
Let drm(4) allocate memory without constraints if the hardware supports
kettenis
3
-17
/
+27
2019-06-08
When establishing the mapping between ACPI device nodes and PCI devices,
kettenis
1
-1
/
+6
2019-06-08
disambiguate memory extent conflicts for membars and rom addresses
dlg
1
-2
/
+2
2019-06-08
Update Spleen kernel fonts to the latest released version, bringing
fcambus
5
-193
/
+193
2019-06-07
add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter
jcs
2
-1
/
+600
2019-06-07
regen
jcs
2
-4
/
+9
2019-06-07
add Keyspan USA-19HS
jcs
1
-1
/
+2
2019-06-07
Introduce acpi_getsta() and use it to eliminate some duplicated code.
kettenis
2
-24
/
+28
2019-06-07
make struct mcx_cq_entry a bit closer to reality
dlg
1
-8
/
+9
2019-06-07
have mcx_process_rx return the number of slots it made free
dlg
1
-8
/
+10
2019-06-06
ConnectX-5 cards work too
jmatthew
1
-1
/
+3
2019-06-06
Set up the interrupt handler before creating the event queue.
jmatthew
1
-20
/
+21
2019-06-05
We know which flow table entries are actually in use, so we can just
jmatthew
1
-11
/
+13
2019-06-05
this can support 64BIT DVA for io
dlg
1
-2
/
+3
2019-06-04
Move a function used as a callback out of a header so there will only be
jsg
2
-61
/
+63
[prev]
[next]