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
2021-02-09
Add a barrier between reading the cqe flags and the command ID, which
jmatthew
1
-1
/
+3
2021-02-08
change discipline name from "RAID1C" to "RAID 1C" to match the man pages
stsp
1
-2
/
+2
2021-02-08
Add a RAID1C (raid1 + crypto) softraid(8) discipline.
stsp
1
-0
/
+325
2021-02-08
Add a RAID1C (raid1 + crypto) softraid(8) discipline.
stsp
3
-31
/
+64
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
mpi
3
-14
/
+10
2021-02-05
Prevent that when ugen(4) tries to set an alternative configuration
mglocker
1
-1
/
+5
2021-02-05
arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().
patrick
3
-8
/
+7
2021-02-05
Fix CVS tag.
patrick
1
-1
/
+1
2021-02-05
Fix whitespace.
patrick
1
-2
/
+2
2021-02-05
Rename probe/attach functions to fit our regular naming scheme. Replace
patrick
1
-13
/
+13
2021-02-05
Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
patrick
3
-1
/
+1057
2021-02-04
Tedu unnecessary imxuartvar.h.
patrick
2
-21
/
+1
2021-02-04
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
anton
2
-1
/
+1060
2021-02-04
Add uhidev_set_report_dev() allowing usb drivers to early on install a
anton
2
-5
/
+25
2021-02-03
After the rev. 1.108 commit we see some issues with ugen(4) behaviour,
mglocker
1
-1
/
+5
2021-02-01
handle #pinctrl-cells 2
jsg
1
-2
/
+7
2021-02-01
Align the mixed naming for the variables used to reference to
mglocker
4
-31
/
+31
2021-01-31
Spacing.
mglocker
1
-2
/
+2
2021-01-31
Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a
patrick
3
-3
/
+12
2021-01-31
regen
patrick
2
-2
/
+7
2021-01-31
Add Broadcom BCM4378.
patrick
1
-1
/
+2
2021-01-29
update remaining usb.org URLs
sthen
4
-12
/
+12
2021-01-29
update usb.org URLs
sthen
3
-7
/
+7
2021-01-29
update some usb.org URLs following reorganisation, add a new one for upd
sthen
6
-13
/
+15
2021-01-29
Don't rely on USB interfaces being at compliant indices.
edd
1
-5
/
+16
2021-01-28
tpm(4): fix delay units
cheloha
1
-18
/
+9
2021-01-28
Be consistent in not using parameter names for function prototypes;
mglocker
1
-3
/
+3
2021-01-28
Rename bNumInterface to bNumInterfaces to fix build on arm64.
kurt
1
-2
/
+2
2021-01-27
The usb configuration descriptor parameter providing the number of
mglocker
6
-16
/
+16
2021-01-27
regen
jsg
2
-2
/
+177
2021-01-27
add some more amdgpu devices
jsg
1
-1
/
+36
2021-01-27
Be consistent in not using parameter names for function prototypes.
mglocker
1
-5
/
+5
2021-01-27
do better accounting of how many msix interrupts we want to use.
dlg
1
-2
/
+8
2021-01-26
intrmap attribute missing from mcx; ok dlg
deraadt
1
-3
/
+3
2021-01-25
Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devices
mglocker
2
-2
/
+92
2021-01-25
Add the new function usbd_clear_endpoint_feature() which allows to issue
mglocker
2
-2
/
+16
2021-01-25
raise the max number of queues/interrupts to 16, up from 1.
dlg
1
-3
/
+12
2021-01-25
if the rx descriptor reports the rss hash, use it for the mbuf flowid.
dlg
1
-2
/
+10
2021-01-25
don't lose the M_FLOWID flag if the ipv4 cksum is ok.
dlg
1
-2
/
+2
2021-01-25
use an intrmap when establishing interrupts for queues.
dlg
1
-21
/
+44
2021-01-24
match on Intel Alder Lake and Meteor Lake I219 Ethernet ids
jsg
3
-3
/
+30
2021-01-24
regen
jsg
2
-2
/
+47
2021-01-24
add Intel Alder Lake and Meteor Lake I219 Ethernet ids
jsg
1
-1
/
+10
2021-01-24
match on Realtek RTL8168H ids for Killer E2500V2 and E2600
jsg
1
-1
/
+3
2021-01-24
regen
jsg
2
-2
/
+12
2021-01-24
add Realtek RTL8168H ids for Killer E2500V2 and E2600
jsg
1
-1
/
+3
2021-01-23
match on another Realtek RTL8168 id
jsg
1
-1
/
+2
2021-01-23
regen
jsg
2
-2
/
+7
2021-01-23
add another Realtek RTL8168 id
jsg
1
-1
/
+2
2021-01-23
Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.
patrick
1
-7
/
+5
[prev]
[next]