aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* net: use pfil_mbuf_{in,out} where we always have an mbufGleb Smirnoff2023-02-141-5/+1
* Mechanically convert if_vtnet(4) to IfAPIJustin Hibbits2023-01-242-169/+167
* vtblk: secondary fix for dumpingMitchell Horne2023-01-231-20/+26
* vtblk: Bypass iommu on powerpcColin Percival2023-01-111-3/+11
* virtio: Silence a -Wunused warningMark Johnston2022-11-141-16/+6
* vtblk: Fix dumpingColin Percival2022-11-031-3/+17
* vtblk: Use busdmaColin Percival2022-10-181-17/+144
* vtblk: Include pointer to softc in requestColin Percival2022-10-181-6/+13
* vtblk: Requeue inside vtblk_request_executeColin Percival2022-10-181-3/+5
* vtblk: Make vtblk_request_execute return void.Colin Percival2022-10-181-11/+21
* virtio_mmio: Support command-line parametersColin Percival2022-10-181-0/+150
* virtio_mmio: Improve V1 spec conformanceBryan Venteicher2022-08-171-9/+78
* virtio_mmio: correct offset of VIRTIO_MMIO_CONFIG_GENERATIONBryan Venteicher2022-08-041-1/+1
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-3/+2
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0611-38/+14
* if_vtnet: improve dumping a kernelMichael Tuexen2022-04-181-1/+20
* vtnet: offset is only used for INET or INET6.John Baldwin2022-04-131-0/+6
* virtio: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-132-2/+2
* vtpci_legacy_register_msix: eliminate write only variable devWarner Losh2022-04-051-3/+0
* virtio_random(8): avoid deadlock at shutdown timeEugene Grosbein2022-03-161-0/+35
* if_vtnet(4): Restore the ability to set promisc mode.Aleksandr Fedorov2022-02-051-3/+7
* vtnet: Mark MRG_RXBUF headers as initialized before loading fieldsMark Johnston2022-01-201-0/+1
* vtnet: don't leak pfil(9) data on detachGleb Smirnoff2022-01-051-0/+5
* virtio: plug some of set-but-not-used varsMateusz Guzik2021-12-141-0/+6
* virtio console: plug set-but-not-used varsMateusz Guzik2021-12-141-3/+3
* vtnet: plug set-but-not-used varsMateusz Guzik2021-12-141-5/+5
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-2/+1
* Add missing const after 6c4f95161d6eAlex Richardson2021-10-111-1/+1