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