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
/
pci
/
virtio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
non-PCI virtio files have been moved to sys/dev/pv
reyk
2017-01-21
1
-903
/
+0
*
virtio: Move interrupt handler into transport specific code
sf
2016-07-14
1
-5
/
+3
*
Make virtio_enqueue_commit return void
sf
2015-12-05
1
-4
/
+2
*
KNF fixes
sf
2015-07-18
1
-53
/
+45
*
remove uneeded pci includes
jsg
2015-06-11
1
-4
/
+2
*
Axe vq_free_entry_locked
sf
2015-04-10
1
-13
/
+5
*
Fix typo in macro name
sf
2015-04-10
1
-12
/
+12
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
include atomic.h to get atomic operations (virtio_membar). ok sf
tedu
2014-12-16
1
-1
/
+2
*
publish_avail_idx does not read the used ring, no need to call
sf
2014-10-08
1
-3
/
+1
*
Add missing memory barriers to virtio.
sf
2014-10-08
1
-1
/
+12
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-3
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
fix format string when compiled with VIRTIO_DEBUG
jasper
2014-06-26
1
-3
/
+3
*
Fix hang with virtio event_idx feature
sf
2014-06-15
1
-8
/
+5
*
Rename write_queue_address -> setup_queue
sf
2013-03-10
1
-5
/
+5
*
if_vio: Add some more debug output if VIRTIO_DEBUG is defined
sf
2013-03-10
1
-1
/
+3
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
Add $OpenBSD$ CVS Ids.
reyk
2012-10-12
1
-0
/
+1
*
Add new drivers for virtio network (vio) and block devices (vioblk, the disks
sf
2012-09-19
1
-0
/
+918