aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* Add missing const after 6c4f95161d6eAlex Richardson2021-10-111-1/+1
* virtio: make the write_config buffer argument constAlex Richardson2021-10-116-19/+19
* Add SDT probes virtqueue::enqueue_segments:{entry,return}Stephen J. Kiernan2021-08-271-0/+10
* virtio: Add KMSAN hooks for network and block devicesMark Johnston2021-08-112-1/+7
* Only use byte register access in legacy virtio pciAndrew Turner2021-08-111-24/+8
* virtio: enable VTNET_LEGACY_TX when ALTQ is enabled.Luiz Otavio O Souza2021-07-291-0/+4
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-235-9/+7
* virtio_scsi: Zero stack-allocated CCBsMark Johnston2021-05-171-0/+2
* virtio-modern: fix PCI common read/write functions on big endian targetsAlfredo Dal'Ava Junior2021-05-071-4/+8
* virtio_blk: Fix issuing T_GET_ID before DRIVER_OK statusKa Ho Ng2021-05-051-2/+18
* Fix vtnet TCP lro panicAlexander V. Chernikov2021-04-191-1/+2
* virtio_pci_legacy: Allow memory space for configurationKa Ho Ng2021-03-201-6/+18
* virtio_pci_legacy: Use the table BAR and PBA BAR from MSI-X capKa Ho Ng2021-03-201-14/+60
* vtnet: fix TSO for TCP/IPv6Michael Tuexen2021-03-181-4/+4
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-03-162-0/+7
* if_vtnet: Fix pointer-sign and used parameter warningsAlex Richardson2021-02-222-24/+24
* 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
* if_vtnet: Only set IFCAP_JUMBO_MTU when jumbo MTU is supportedBryan Venteicher2021-01-191-4/+7
* if_vtnet: Move the Tx interrupt threshold into the Txq structureBryan Venteicher2021-01-192-36/+33
* if_vtnet: Defer updating generated MAC address until attachedBryan Venteicher2021-01-191-23/+37
* if_vtnet: Remove at attach PROMISC handlingBryan Venteicher2021-01-191-25/+0
* if_vtnet: Support VIRTIO_NET_F_SPEED_DUPLEXBryan Venteicher2021-01-192-23/+39
* if_vtnet: Support VIRTIO_NET_F_MTUBryan Venteicher2021-01-192-5/+12
* if_vtnet: Rx path cleanupBryan Venteicher2021-01-192-311/+296
* virtio_blk: Use DISKFLAG_WRITE_PROTECT for RO disksBryan Venteicher2021-01-191-22/+10
* if_vtnet: Add initial modern (V1) supportBryan Venteicher2021-01-193-352/+421
* virtio_scsi: Add modern (V1) supportBryan Venteicher2021-01-192-31/+69
* virtio_blk: Add modern (V1) supportBryan Venteicher2021-01-192-65/+125
* virtio_console: Add modern (V1) supportBryan Venteicher2021-01-191-8/+20
* virtio_balloon: Add modern (V1) supportBryan Venteicher2021-01-192-8/+49
* virtio_random: Add modern (V1) supportBryan Venteicher2021-01-191-0/+1