aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: Restore mb() callsSarah Walker5 days1-0/+6
* Revert "virtio: Restore mb() calls"Andrew Turner5 days1-6/+0
* virtio: Restore mb() callsAndrew Turner5 days1-0/+6
* virtio_blk: Use bus_dma for command/ack buffer allocationsSarah Walker13 days1-39/+182
* virtio: Use bus_dma for ring and indirect buffer allocationsSarah Walker13 days2-34/+209
* virtio: add loader tunables to sysctlTimo Völker14 days3-2/+16
* bus: Change a few bus drivers to use consistent IVAR rangesJohn Baldwin2026-02-171-1/+1
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-7/+9
* vtgpu: Support virtio gpu on Parallels DesktopAndrew Turner2026-02-101-13/+38
* virtio_p9fs: Use VIRTIO_SIMPLE_PNPINFOAndrew Turner2026-02-031-7/+3
* vtnet: remove M_HASHTYPE when there is only one pair of rx/tx queueCheng Cui2026-01-281-2/+10
* vtnet: improve consistencyMichael Tuexen2025-12-191-8/+6
* vtnet: expose features via sysctl treeMichael Tuexen2025-12-192-0/+26
* vtnet: expose flags via sysctl treeMichael Tuexen2025-12-182-0/+25
* vtnet: define flags in a consistent wayMichael Tuexen2025-12-181-23/+23
* vtnet: fix enabling/disabling tsoMichael Tuexen2025-11-101-4/+24
* vtnet: don't provide VIRTIO_NET_HDR_F_DATA_VALIDMichael Tuexen2025-11-101-6/+1
* virtio: Fix polling in virtqueue_dequeue()Mark Johnston2025-11-041-1/+2
* virtio(4): Fix a couple of typos in kernel messagesGordon Bergling2025-10-282-6/+6
* vtnet: disable hardware TCP LRO by defaultMichael Tuexen2025-09-301-1/+1
* vtnet: improve control of transmit offloadingMichael Tuexen2025-09-281-4/+12
* vtnet: improve interface capability handlingMichael Tuexen2025-09-261-20/+11
* vtnet: fix compilation for NOIP configsMichael Tuexen2025-09-081-0/+9
* vtnet: improve checksum offloadingTimo Völker2025-09-082-109/+113
* Revert "vtnet: improve checksum offloading"Michael Tuexen2025-09-082-113/+109
* Revert "vtnet: fix compilation for NOIP configs"Michael Tuexen2025-09-081-9/+0
* vtnet: fix compilation for NOIP configsMichael Tuexen2025-09-061-0/+9
* vtnet: Prefer "hardware" accounting for the multicast and total number of oct...Joyu Liao2025-09-041-6/+2
* vtnet: Do "hardware" accounting for the total number of received octetsJoyu Liao2025-09-041-0/+3
* vtnet: improve checksum offloadingMichael Tuexen2025-09-042-109/+113
* vtnet: Do not compare boolean with integerZhenlei Huang2025-08-281-2/+2
* vtnet: mark statistic counters with CTLFLAG_STATSMichael Tuexen2025-08-281-28/+42
* vtnet: fix computation of sysctl variablesMichael Tuexen2025-08-281-14/+117
* vtnet, ptnet: include opt_*.h files earlyMichael Tuexen2025-08-211-3/+3
* virtio: Remove the unused poll methodAndrew Turner2025-08-212-6/+0
* virtio/mmio: Remove the unused virtio_mmio_if.mAndrew Turner2025-08-214-192/+3
* random: Make random_source definitions constMark Johnston2025-08-191-1/+1
* virtio_blk: Limit use of indirect descriptorsAndrew Turner2025-06-231-1/+5
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* diskinfo: print attachment field for virtio_blk devicesRobert Wing2025-05-271-0/+2
* vtnet(4): Replaced compiletime checks for ALTQ support to runtime checksBjoern Jakobsen2025-04-282-56/+47
* vtnet(4): Added tunable hw.vtnet.altq_disableBjoern Jakobsen2025-04-282-1/+16
* vtnet(4): Small fix to style so that it follows the styleguideBjoern Jakobsen2025-04-282-5/+5
* virtio_p9fs: Support attaching to pci and mmioAndrew Turner2025-04-081-1/+1
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-022-15/+7
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-292-2/+2
* virtio_p9fs: Simplify vt9p_req_wait() a bitMark Johnston2024-10-251-13/+13
* virtio_p9fs: Check for completions after enabling interruptsMark Johnston2024-10-251-1/+5
* virtio_p9fs: Fix handling of a full request queueMark Johnston2024-10-251-2/+1