aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio_p9fs: Fix some style issuesMark Johnston2024-10-251-20/+6
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-262-3/+3
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* vt: Add vd_bitblt_argbEmmanuel Vadot2024-07-111-0/+12
* virtio_p9fs: fix panic on qemu/kvmDanilo Egea Gondolfo2024-07-071-2/+2
* vtblk: Invoke busdma completion callbacks when pollingMark Johnston2024-07-041-27/+39
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-13/+3
* p9fs: use M_WAITOK where appropriateEd Maste2024-06-251-6/+1
* p9fs: move NULL check immediately after allocationEd Maste2024-06-241-6/+5
* Add an implementation of the 9P filesystemDoug Rabson2024-06-192-0/+550
* virtio(4): Fix two typos in KASSERT messagesGordon Bergling2024-06-161-2/+2
* virtio: Use device_set_descf()Mark Johnston2024-06-022-6/+2
* vtnet: use CURVNET_SET() instead of CURVNET_SET_QUIET()Gleb Smirnoff2024-04-181-1/+1
* vtscmi: Add a virtio-scmi driverCristian Marussi2024-04-114-0/+588
* vtnet: set VNET context in RX handlerGleb Smirnoff2024-03-281-0/+2