aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-13/+3
* virtio(4): Fix two typos in KASSERT messagesGordon Bergling2024-06-211-2/+2
* vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENTWarner Losh2024-02-191-12/+12
* vtnet: Account for the padding when selecting allocation sizeWarner Losh2024-02-192-1/+16
* vtnet: Adjust for ethernet alignment.Warner Losh2024-02-191-0/+21
* virtio(4): Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* vtnet: don't leak pfil(9) data on detachGleb Smirnoff2023-12-211-0/+5
* virtio_random: Pipeline fetching the dataJohn-Mark Gurney2023-10-111-30/+43
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2314-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2318-36/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2515-15/+15
* if_vtnet: improve dumping a kernelMichael Tuexen2023-02-011-1/+20
* virtio: Silence a -Wunused warningMark Johnston2022-11-211-16/+6
* vtpci_legacy_register_msix: eliminate write only variable devWarner Losh2022-10-021-3/+0
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-06-271-3/+2
* Add missing const after 6c4f95161d6eAlex Richardson2022-05-071-1/+1
* virtio: make the write_config buffer argument constAlex Richardson2022-05-076-19/+19
* virtio_random(8): MFC: avoid deadlock at shutdown time (regression fix)Eugene Grosbein2022-03-191-0/+35
* if_vtnet(4): Restore the ability to set promisc mode.Aleksandr Fedorov2022-02-231-3/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-031-2/+1
* Only use byte register access in legacy virtio pciAndrew Turner2021-09-271-24/+8
* virtio-modern: fix PCI common read/write functions on big endian targetsAlfredo Dal'Ava Junior2021-08-301-4/+8
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-08-122-0/+7
* virtio: enable VTNET_LEGACY_TX when ALTQ is enabled.Luiz Otavio O Souza2021-08-051-0/+4
* if_vtnet: Fix pointer-sign and used parameter warningsAlex Richardson2021-07-052-24/+24
* virtio_blk: Fix issuing T_GET_ID before DRIVER_OK statusKa Ho Ng2021-06-281-2/+18
* virtio_pci_legacy: Allow memory space for configurationKa Ho Ng2021-04-031-6/+18
* virtio_pci_legacy: Use the table BAR and PBA BAR from MSI-X capKa Ho Ng2021-04-031-14/+60
* vtnet: fix TSO for TCP/IPv6Michael Tuexen2021-03-181-4/+4
* virtio_mmio: Delete a stale #if 0'ed debug printJessica Clarke2021-01-211-4/+1
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-217-40/+21
* virtio_mmio: Fix V1 device probing spec conformance (section 4.2.3.1.1)Jessica Clarke2021-01-214-12/+46
* virtio_mmio: Fix a style(9) issueJessica Clarke2021-01-211-1/+1
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-197-65/+149
* if_vtnet: Add counter for received host LROBryan Venteicher2021-01-192-0/+4
* if_vtnet: Misc Tx path cleanupBryan Venteicher2021-01-192-29/+41
* if_vtnet: Set lro_nsegs for host LRO packetsBryan Venteicher2021-01-191-0/+10
* if_vtnet: Resort softc fieldsBryan Venteicher2021-01-191-7/+7
* if_vtnet: Remove unnecessary TUNABLE_INTs because of CTLFLAG_RDTUNBryan Venteicher2021-01-191-15/+9
* if_vtnet: Schedule Rx task if pending items when enabling interruptBryan Venteicher2021-01-191-4/+10
* if_vtnet: Disable F_MTU feature if MTU is invalidBryan Venteicher2021-01-192-0/+15
* if_vtnet: Limit allocations of unused virtqueuesBryan Venteicher2021-01-191-13/+27
* if_vtnet: Rework 4be723f63 max multiqueue pairs checkBryan Venteicher2021-01-192-18/+32
* if_vtnet: Add support for software LROBryan Venteicher2021-01-192-24/+122
* if_vtnet: Set the interface max TSO valuesBryan Venteicher2021-01-191-1/+16
* if_vtnet: Add support for CTRL_GUEST_OFFLOADS featureBryan Venteicher2021-01-192-31/+127
* if_vtnet: Move ioctl handlers into separate functionsBryan Venteicher2021-01-191-62/+106
* if_vtnet: Cleanup the reinit processBryan Venteicher2021-01-192-46/+46
* if_vtnet: Cleanup the interface setup methodsBryan Venteicher2021-01-191-38/+21