aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
* vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENTWarner Losh2024-02-051-12/+12
* vtnet: Account for the padding when selecting allocation sizeWarner Losh2024-02-052-1/+16
* virtio: Add more device IDs from the specificationBryan Venteicher2024-01-312-0/+12
* vtnet: Adjust for ethernet alignment.Warner Losh2024-01-291-0/+21
* virtio(4): Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* Revert "vtnet: Adjust rx buffer so IP header 32-bit aligned"Warner Losh2023-12-281-1/+1
* Revert "vtnet: Better adjust for ethernet alignment."Warner Losh2023-12-281-28/+3
* vtnet: Better adjust for ethernet alignment.Warner Losh2023-12-281-3/+28
* vtnet: Adjust rx buffer so IP header 32-bit alignedWarner Losh2023-12-211-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+0
* Use xpt_path_sbuf() in few driversAlexander Motin2023-11-231-3/+1
* vtgpu: Fix the physical memory sizeAndrew Turner2023-09-211-1/+1
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-1815-31/+21
* virtio: use bool for boolean functionsMina Galić2023-09-1810-23/+23
* virtio_random: Pipeline fetching the dataJohn-Mark Gurney2023-09-051-30/+43
* Add a virtio-gpu 2D driverAndrew Turner2023-08-172-0/+1151
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1618-36/+0
* vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RXKristof Provost2023-08-111-2/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1215-15/+15
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+1