index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
vionet.c
Age
Commit message (
Expand
)
Author
2024-09-26
remove unneeded includes; ok dv@ mlarkin@
Jonathan Gray
2024-07-12
vmd(8): Fix error handling in tx path.
Jan Klemkow
2024-07-09
vmd(8): Avoid double DHCP reply when using the internal dhcp server.
Jan Klemkow
2024-02-22
vmd(8): only add vionet tap read events after a notify event.
Dave Voutila
2024-02-20
Utilize separate threads for RX and TX in vmd(8)'s vionet.
Dave Voutila
2024-02-10
Fix locked address interfaces in vmd(8).
Dave Voutila
2024-02-09
Only debug log dhcp packet info if packet is found.
Dave Voutila
2024-02-05
Cleanup fcntl(3) usage and fd lifetimes in vmd(8).
Dave Voutila
2024-02-03
Add tap(4) read events after rx virtqueue notification.
Dave Voutila
2024-01-30
Rewrite vmd(8)'s vionet to be zero-copy.
Dave Voutila
2024-01-03
vmd(8): remove unused variable from vionet_notify_tx.
Dave Voutila
2023-09-26
vmd(8): disambiguate log messages per vm and device.
Dave Voutila
2023-09-23
vmd(8): correct log messages, no functional change.
Dave Voutila
2023-09-01
vmd(8): ignore masks on asserts, use synchronous deasserts.
Dave Voutila
2023-05-13
vmm(4)/vmd(8): switch to anonymous shared mappings.
Dave Voutila
2023-04-28
Remove unneeded header includes in vmd.
Dave Voutila
2023-04-27
vmd(8): introduce multi-process model for virtio devices.
Dave Voutila