summaryrefslogtreecommitdiff
path: root/sys/dev/virtio
AgeCommit message (Expand)Author
10 daysvirtio_blk: Fix initialisation of dump request structureSarah Walker
2026-04-04virtio: use modern mode for transitional device by defaultTimo Völker
2026-03-17virtio: Ensure power-of-two alignment for indirect queueSarah Walker
2026-03-10virtio: Restore mb() callsSarah Walker
2026-03-10Revert "virtio: Restore mb() calls"Andrew Turner
2026-03-10virtio: Restore mb() callsAndrew Turner
2026-03-03virtio_blk: Use bus_dma for command/ack buffer allocationsSarah Walker
2026-03-03virtio: Use bus_dma for ring and indirect buffer allocationsSarah Walker
2026-03-02virtio: add loader tunables to sysctlTimo Völker
2026-02-17bus: Change a few bus drivers to use consistent IVAR rangesJohn Baldwin
2026-02-17bus: Document special ranges of IVARsJohn Baldwin
2026-02-10vtgpu: Support virtio gpu on Parallels DesktopAndrew Turner
2026-02-03virtio_p9fs: Use VIRTIO_SIMPLE_PNPINFOAndrew Turner
2026-01-28vtnet: remove M_HASHTYPE when there is only one pair of rx/tx queueCheng Cui
2025-12-19vtnet: improve consistencyMichael Tuexen
2025-12-19vtnet: expose features via sysctl treeMichael Tuexen
2025-12-18vtnet: expose flags via sysctl treeMichael Tuexen
2025-12-18vtnet: define flags in a consistent wayMichael Tuexen
2025-11-10vtnet: fix enabling/disabling tsoMichael Tuexen
2025-11-10vtnet: don't provide VIRTIO_NET_HDR_F_DATA_VALIDMichael Tuexen
2025-11-04virtio: Fix polling in virtqueue_dequeue()Mark Johnston
2025-10-28virtio(4): Fix a couple of typos in kernel messagesGordon Bergling
2025-09-30vtnet: disable hardware TCP LRO by defaultMichael Tuexen
2025-09-28vtnet: improve control of transmit offloadingMichael Tuexen
2025-09-26vtnet: improve interface capability handlingMichael Tuexen
2025-09-08vtnet: fix compilation for NOIP configsMichael Tuexen
2025-09-08vtnet: improve checksum offloadingTimo Völker
2025-09-08Revert "vtnet: improve checksum offloading"Michael Tuexen
2025-09-08Revert "vtnet: fix compilation for NOIP configs"Michael Tuexen
2025-09-06vtnet: fix compilation for NOIP configsMichael Tuexen
2025-09-05vtnet: Prefer "hardware" accounting for the multicast and total number of oct...Joyu Liao
2025-09-05vtnet: Do "hardware" accounting for the total number of received octetsJoyu Liao
2025-09-04vtnet: improve checksum offloadingMichael Tuexen
2025-08-28vtnet: Do not compare boolean with integerZhenlei Huang
2025-08-28vtnet: mark statistic counters with CTLFLAG_STATSMichael Tuexen
2025-08-28vtnet: fix computation of sysctl variablesMichael Tuexen
2025-08-21vtnet, ptnet: include opt_*.h files earlyMichael Tuexen
2025-08-21virtio: Remove the unused poll methodAndrew Turner
2025-08-21virtio/mmio: Remove the unused virtio_mmio_if.mAndrew Turner
2025-08-19random: Make random_source definitions constMark Johnston
2025-06-23virtio_blk: Limit use of indirect descriptorsAndrew Turner
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-26diskinfo: print attachment field for virtio_blk devicesRobert Wing
2025-04-28vtnet(4): Replaced compiletime checks for ALTQ support to runtime checksBjoern Jakobsen
2025-04-28vtnet(4): Added tunable hw.vtnet.altq_disableBjoern Jakobsen
2025-04-28vtnet(4): Small fix to style so that it follows the styleguideBjoern Jakobsen
2025-04-08virtio_p9fs: Support attaching to pci and mmioAndrew Turner
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger