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
/
pv
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
dlg
1
-2
/
+4
2020-06-21
Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and
krw
1
-21
/
+5
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
7
-16
/
+5
2020-02-16
Force a guest info update when we get a Capabilities_Register command.
jmatthew
1
-3
/
+11
2020-02-14
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
krw
2
-12
/
+10
2020-02-13
Resolve a few issues with interrupt handling
mikeb
1
-2
/
+4
2020-02-12
Bring a few stragglers into line with the idiom used by the other 40+
krw
3
-20
/
+16
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
krw
4
-7
/
+7
2020-01-26
Shuffle some names around to make reading the code less headache
krw
3
-5
/
+5
2020-01-24
cleanup unused headers generated by config
jsg
2
-5
/
+3
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
krw
1
-3
/
+2
2020-01-22
xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@
cheloha
1
-2
/
+2
2020-01-11
xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@
cheloha
1
-7
/
+9
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
1
-3
/
+5
2019-12-31
include sys/sensors.h for sensor use
jsg
3
-2
/
+5
2019-12-19
Add size for free() in vio(4).
fcambus
1
-2
/
+2
2019-12-13
pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unset
pd
1
-12
/
+20
2019-12-13
Always release interrupt source when unmasking the interrupt
mikeb
1
-2
/
+4
2019-10-25
Remove some space before tab and other small indentation errors.
claudio
1
-10
/
+9
2019-10-07
Attach Hyper-V guest services to VMBus 4.0
mikeb
1
-0
/
+1
2019-09-01
Adopt the SCSI versioning #define's from FreeBSD. Eliminate the
krw
1
-3
/
+3
2019-08-30
Don't use misleadingly named SCSISPC() which returns SCSI version not
krw
1
-1
/
+1
2019-08-06
The vio(4) interface did not recover from mbuf shortage. The logic
bluhm
1
-5
/
+2
2019-05-26
Support virtio 1.0 for virtio_pci
sf
2
-5
/
+13
2019-05-26
Rework virtio_negotiate_features()
sf
9
-75
/
+66
2019-05-13
vmm: add host side pvclock
pd
3
-23
/
+26
2019-04-17
Remove unused parameter from virtio_init_vq()
sf
1
-5
/
+5
2019-04-17
Initialize virtqueue before passing it to device
sf
1
-3
/
+2
2019-03-24
virtio: Add a few feature bit defines and names
sf
4
-51
/
+66
2019-03-24
virtio: Prepare for 64 feature bits
sf
10
-62
/
+62
2019-03-24
virtio: adjust virtio_setup_queue prototype for 1.0
sf
2
-10
/
+7
2019-01-19
virtio: Introduce defines for config(8) flags
sf
2
-4
/
+8
2019-01-19
viomb: tweak feature negotiation
sf
1
-6
/
+3
2019-01-10
Fix previous
sf
1
-6
/
+6
2019-01-10
Move some PCI-specific defines to a new virtio_pcireg.h file
sf
1
-30
/
+18
2019-01-10
Remove some more code if VIRTIO_DEBUG is 0
sf
2
-10
/
+11
2019-01-10
Move some common defines to virtiovar.h
sf
2
-8
/
+9
2019-01-08
viocon: Remove obsolete handling of sc_intrhand
sf
1
-2
/
+1
2019-01-08
virtio: Don't include feature strings without VIRTIO_DEBUG
sf
4
-4
/
+12
2018-12-05
Correctly disable pvclock(4) on old hardware that lack a stable clock
reyk
1
-3
/
+24
2018-11-24
only attach pvclock(4) inside a KVM guest
phessler
1
-2
/
+4
2018-11-23
Add the pvclock(4) guest driver for paravirtual clocks
reyk
3
-2
/
+239
2018-09-25
Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().
mpi
1
-5
/
+18
2018-08-24
Add common Ethernet interface attributes to vio(4)'s build config.
visa
1
-2
/
+2
2018-05-17
Let hvn_iff handle promisc mode activation
mikeb
1
-29
/
+24
2018-04-28
replace add_*_randomness with enqueue_randomness()
jasper
2
-7
/
+7
2018-03-11
Workaround an Azure UDP transmit checksum offloading bug
mikeb
1
-1
/
+1
2018-03-08
Implement the VMWare vmbackup protocol using vfs_stall(). This lets you
jmatthew
1
-2
/
+154
2018-02-27
Release the netlock when sleeping for control messages in in vioioctl().
mpi
1
-3
/
+5
2018-02-19
Remove almost unused `flags' argument of suser().
mpi
1
-2
/
+2
[next]