aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* virtio_pci: Add sysctl to show current featuresBryan Venteicher2021-01-194-22/+112
* virtio: Add modern (v1) virtqueue supportBryan Venteicher2021-01-192-68/+75
* virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher2021-01-1915-942/+3286
* Revert: virtio: Support non-legacy network device and queueBryan Venteicher2021-01-194-23/+11
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-0/+10
* Stop redefining PAGE_SHIFT in virtio-mmioAndrew Turner2020-12-231-2/+0
* virtio_mmio: Fix feature negotiation copy-paste issue in r361943Jessica Clarke2020-12-181-2/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-5/+5
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-8/+0
* virtio: fix mips regression introduced by r357596Alfredo Dal'Ava Junior2020-07-281-23/+14
* Only write to VIRTIO_MMIO_GUEST_PAGE_SIZE with virtio mmio version 1Andrew Turner2020-07-211-4/+8
* Add VIRTIO_BLK_T_DISCARD support to the virtio-blk driverAllan Jude2020-07-162-32/+119
* if_vtnet: let vtnet_rx_vq_intr() and vtnet_rxq_tq_intr() share codeVincenzo Maffione2020-06-151-42/+14
* vtnet: Fix regression introduced in r361944Jessica Clarke2020-06-141-2/+3
* netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione2020-06-142-8/+29
* netmap: introduce netmap_kring_on()Vincenzo Maffione2020-06-111-8/+8
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-084-8/+20
* virtio_mmio: Negotiate the upper half of the feature bits tooJessica Clarke2020-06-081-0/+11
* netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione2020-06-031-0/+1
* netmap: vtnet: call netmap_rx_irq() under VQ lockVincenzo Maffione2020-06-031-4/+14
* netmap: vtnet: honor NM_IRQ_RESCHEDVincenzo Maffione2020-06-031-1/+22
* virtio_mmio: Add casts missing from r360722Jessica Clarke2020-05-071-3/+3
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-064-0/+12
* virtio_mmio: Support non-transitional version 2 devicesJessica Clarke2020-05-062-22/+146
* Remove FreeBSD 8 support from virtio.Warner Losh2020-03-011-5/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+7
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+2
* virtio: Pass the interrupt type in mmio modeKristof Provost2020-02-201-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+6
* [virtio] Fix r/w to PCI configuration area on big endian platformsAlfredo Dal'Ava Junior2020-02-051-13/+36
* virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-01-232-6/+1
* Pacify gcc.Gleb Smirnoff2020-01-111-1/+1
* Add pfil(9) hook to vtnet(4).Gleb Smirnoff2020-01-102-1/+54
* vtnet: Pre-allocate debugnet data immediatelyKristof Provost2020-01-081-10/+12
* virtio_random(4): Drop no longer needed unload kludgeConrad Meyer2019-12-301-8/+0
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-41/+38
* tap: add support for virtio-net offloadsVincenzo Maffione2019-10-181-0/+293
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-12/+12
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-0/+2
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-2/+0
* virtio: Fix running on machines with memory above 0xffffffffKristof Provost2019-07-262-2/+2
* VirtIO SCSI: validate seg_max on attachEric van Gyzen2019-06-221-0/+23
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-047-42/+54
* virtio(4): Expose PNP metadata through newbusConrad Meyer2019-06-044-0/+36
* virtio_random(4): Fix random(4) integrationConrad Meyer2019-06-041-27/+74
* random(4): Fix RANDOM_LOADABLE buildConrad Meyer2019-06-011-0/+1
* virtio_random(4): Remove unneeded reference to deviceConrad Meyer2019-05-271-16/+11
* virtio_pci(4): Fix typo in read_ivar methodConrad Meyer2019-05-251-1/+1