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-11-19
Set isr to the correct value (sc->rl_intrs).
kevlo
1
-2
/
+2
2019-11-19
Don't assign ifp twice in the re_txeof().
kevlo
1
-3
/
+1
2019-11-19
Correct the link speed constant variables. From Shoichi Yamaguchi.
yasuoka
1
-7
/
+7
2019-11-18
Delete commented out VNDIOCGET60 ioctl
jca
1
-3
/
+1
2019-11-18
Fix off-by-one TRB issue in bulk transfers larger than 64k.
mglocker
1
-2
/
+2
2019-11-18
Fix actual length calculation of short transfers in xhci(4). So far
patrick
1
-8
/
+37
2019-11-18
Add support for 9260 and 9560 devices to iwm(4).
stsp
3
-60
/
+593
2019-11-18
regen
kevlo
2
-2
/
+12
2019-11-18
Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet
kevlo
4
-2
/
+3876
2019-11-17
print firmware version as unsigned ints
jcs
1
-2
/
+2
2019-11-16
- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;
kevlo
2
-19
/
+7
2019-11-14
Unleash all the available openings and let the midlayer sort things
krw
1
-2
/
+2
2019-11-14
Remove hardcoding of NetChip vendor/product id so that urndis(4) can attach
abieber
1
-2
/
+1
2019-11-13
Send uhid(4) reports via the optional interrupt out pipe. Some
patrick
1
-16
/
+45
2019-11-13
drm/i915/cmdparser: Fix jump whitelist clearing
jsg
1
-3
/
+2
2019-11-13
drm/i915/gen8+: Add RC6 CTX corruption WA
jsg
6
-4
/
+126
2019-11-13
drm/i915: Lower RM timeout to avoid DSI hard hangs
jsg
2
-0
/
+12
2019-11-13
drm/i915/cmdparser: Ignore Length operands during command matching
jsg
1
-1
/
+1
2019-11-13
drm/i915/cmdparser: Add support for backward jumps
jsg
5
-26
/
+179
2019-11-13
drm/i915/cmdparser: Use explicit goto for error paths
jsg
1
-12
/
+13
2019-11-13
drm/i915: Add gen9 BCS cmdparsing
jsg
3
-11
/
+112
2019-11-13
drm/i915: Allow parsing of unsized batches
jsg
1
-4
/
+5
2019-11-13
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
jsg
3
-19
/
+68
2019-11-13
drm/i915: Add support for mandatory cmdparsing
jsg
3
-9
/
+17
2019-11-13
drm/i915: Remove Master tables from cmdparser
jsg
3
-68
/
+26
2019-11-13
drm/i915: Disable Secure Batches for gen6+
jsg
3
-3
/
+13
2019-11-13
drm/i915: Rename gen7 cmdparser tables
jsg
1
-35
/
+35
2019-11-13
Fix off-by-one (truncation) in k{v,}asprintf().
mpi
1
-4
/
+4
2019-11-13
drm/amd/display: Passive DP->HDMI dongle detection fix
jsg
1
-6
/
+18
2019-11-13
drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
jsg
1
-1
/
+3
2019-11-13
drm/radeon: fix si_enable_smc_cac() failed issue
jsg
1
-0
/
+1
2019-11-12
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
mpi
7
-17
/
+21
2019-11-12
Fix support for 3168 iwm(4) devices, and load new firmware for them.
stsp
3
-15
/
+56
2019-11-11
drm/amdgpu: fix potential VM faults
jsg
1
-1
/
+2
2019-11-09
Add support for active scan to bwfm(4). So far we only have done
patrick
2
-10
/
+31
2019-11-09
drm/amdgpu/powerplay/vega10: allow undervolting in p7
jsg
1
-3
/
+1
2019-11-09
drm/amdgpu: fix memory leak
jsg
1
-7
/
+7
2019-11-09
drm/amd/display: fix odm combine pipe reset
jsg
1
-4
/
+2
2019-11-09
Ack the interrupt first, so that it can receive interrupts for new
yasuoka
1
-3
/
+3
2019-11-08
Switch 8260 and 8265 iwm(4) devices to -34 firmware.
stsp
1
-3
/
+3
2019-11-08
Add support to iwm(4) for new umac scan API in newer firmware versions.
stsp
2
-70
/
+352
2019-11-08
Add support to iwm(4) for ADD_STA commands used by newer firmware.
stsp
3
-14
/
+127
2019-11-08
Add support for button 2 and 3 to imt(4).
yasuoka
2
-8
/
+19
2019-11-07
Showing kernel WEP keys to userland has been disabled in generic
bluhm
2
-33
/
+9
2019-11-07
Only root is allowed to set the WEP key. Add an suser() check to
bluhm
1
-1
/
+3
2019-11-06
Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP
mglocker
2
-7
/
+7
2019-11-06
Make iwn(4) flush remaining frames on the Tx aggregation queue when
stsp
1
-1
/
+5
2019-11-06
Raise net80211's "beacon miss" threshold to avoid frequent re-connects
stsp
2
-3
/
+14
2019-11-04
Switch iwm 3160, 7260, and 7265 to -17 firmware images.
stsp
1
-5
/
+5
2019-11-04
Make iwm send the DQA command later, as Linux does. We were sending it to
stsp
1
-15
/
+18
[prev]
[next]