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
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Blacklist Ericsson F5521gw broadband modem.
tobhe
1
-1
/
+9
2020-06-22
regen
tobhe
2
-4
/
+16
2020-06-22
Add Ericsson F5521gw Mobile Broadband Modem.
tobhe
1
-1
/
+5
2020-06-17
Fix broken HID descriptors of Elecom trackballs.
bru
4
-4
/
+99
2020-06-16
Release the rx node if we were unable to allocate a new rx buffer.
jmatthew
1
-2
/
+2
2020-06-11
When detaching uaudio, wait for device ref counter to drop to 0
ratchov
1
-7
/
+46
2020-06-11
Make use of hardware crypto for CCMP. The tricky bits had been lying
jmatthew
1
-35
/
+123
2020-06-09
Do not call encap routines with the IFQ mutex held, as they might
gerhard
11
-49
/
+45
2020-05-31
add umstc(4) for Microsoft Surface Type Cover keyboards
jcs
2
-1
/
+178
2020-05-31
regen
jcs
2
-4
/
+14
2020-05-31
add two Surface Go Type Cover models
jcs
1
-1
/
+3
2020-05-30
Fix UVIDEO_DEBUG build
feinerer
1
-1
/
+2
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2
-6
/
+2
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
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
1
-9
/
+9
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
jsg
1
-2
/
+2
2020-05-13
Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.
mpi
2
-26
/
+6
2020-05-04
Remove redundant code testing if a terminal is a usb stream.
ratchov
1
-5
/
+1
2020-05-04
Check v6 availablilty mask instead of v4.
gerhard
1
-2
/
+2
2020-04-30
If there's only one input (output) name it simply "input" ("output")
ratchov
1
-4
/
+27
2020-04-30
Use "inputs" class instead of "record"
ratchov
1
-11
/
+5
2020-04-30
Use "dac" instead of "play" in mixer control names
ratchov
1
-2
/
+2
2020-04-30
Set terminal and clock names after all units are parsed
ratchov
1
-13
/
+25
2020-04-30
Use macros instead of hardcoded "play" and "record" string constants
ratchov
1
-4
/
+10
2020-04-27
IPv6 is no longer on by default. It must be enabled with "inet6 eui64".
gerhard
1
-2
/
+3
2020-04-27
Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.
stsp
2
-6
/
+59
2020-04-24
Skip "all-channels" controls if there are equivalend per-channel ones
ratchov
1
-2
/
+28
2020-04-24
Suffix per-channel non-numeric controls with channel number
ratchov
1
-3
/
+8
2020-04-08
Bump size of the buffer we use to fetch device tree properties. The
kettenis
1
-2
/
+2
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
visa
2
-6
/
+6
2020-04-03
Move the responsibility of syncing the data buffers from the USB
patrick
6
-36
/
+114
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
mpi
2
-4
/
+4
2020-04-02
Fix use-after-free zyd(4) upon Tx error and device detach.
stsp
1
-4
/
+5
2020-04-01
USB control requests to the root hub differ from those to devices. For
patrick
1
-2
/
+3
2020-03-30
No point in checking the loop variable for NULL inside a LIST_FOREACH.
krw
1
-3
/
+1
2020-03-23
If samples per frame is larger than the device usb packet size,
bluhm
1
-1
/
+5
2020-03-23
If an USB audio device supports less rates for recording than for
bluhm
1
-2
/
+8
2020-03-21
Instead of passing the flags as part of a struct that's supposed to be
patrick
10
-54
/
+39
2020-03-19
Switch USB to use non-coherent buffers for data transfers. Since
patrick
9
-16
/
+46
2020-03-17
Prevent out-of-bound read if `rate' doesn't match known values.
mpi
1
-9
/
+9
2020-03-16
Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()
jasper
1
-1
/
+8
2020-03-16
Remove unused function argument.
mpi
1
-5
/
+5
2020-03-11
Remove dead code which is actually duplicated a few lines above
jasper
1
-6
/
+1
2020-03-10
sync
kevlo
2
-4
/
+9
2020-03-10
Match on Lenovo OneLink Plus Dock Ethernet.
kevlo
2
-2
/
+4
2020-03-08
Rework ucom(4) a bit. The logic of RTS follows DTR should only be done
claudio
1
-6
/
+16
[next]