summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* Lower the compiler warning: unused-but-set-variable.araujo2015-09-031-4/+0
* add netmap dependency when compiled as a moduleluigi2015-07-101-0/+3
* Add 'prewrite' method allowing us to run some platform-specificbr2015-07-032-0/+22
* Huge cleanup of random(4) code.markm2015-06-301-1/+1
* Remove duplicate defines.br2015-06-181-4/+0
* Fix panic when adding vtnet interfaces to a bridgekp2015-06-131-2/+6
* Fix typo when deregistering the VLAN unconfig event handlerbryanv2015-06-131-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Don't free mbufs when stopping an interface in netmap mode.jhb2015-04-291-0/+5
* Do not report stripe size if it is equal to sector size.mav2015-04-181-1/+2
* Hide virtio features negotiation messages under bootverbose.mav2015-03-152-2/+2
* Size of opt_io_size field is 32 bit.mav2015-03-051-1/+1
* Reenable VIRTIO_BLK_F_TOPOLOGY feature.mav2015-03-051-0/+1
* Rework vtblk dump handling of in flight requestsbryanv2015-01-271-41/+31
* Add softc flag for when the indirect descriptor feature was negotiatedbryanv2015-01-012-2/+5
* Use the appropriate IPv4 or IPv6 TSO HW assist flagbryanv2015-01-011-2/+2
* Set the page size in the virtio-mmio driver. Some backends, e.g QEMU, assumeandrew2014-12-301-0/+2
* Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.andrew2014-12-291-0/+2
* Allow virtio_mmio to attach to ofwbus. Qemu places these here on at leastandrew2014-12-291-0/+1
* Add virtio bus 'poll' method allowing us to inform backend we arebr2014-12-124-1/+29
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-092-17/+18
* Update the virtio driver to work on the ARM AArch64 Foundation Model.andrew2014-12-091-28/+68
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-2/+3
* Cleanup and performance improvement of the virtio_blk driverbryanv2014-11-301-417/+422
* Prevent overflow issues in timeout processingsmh2014-11-211-2/+2
* Add Virtio MMIO bus driver.br2014-11-184-0/+941
* Enable LRO by default when available on vtnet interfacesbryanv2014-11-091-7/+6
* Several minor changes to hopefully complete the VirtIO console driverbryanv2014-11-071-16/+52
* Create the tty device after the port is completely initializedbryanv2014-11-031-4/+4
* Add support for the multiport feature and fix hot plug racesbryanv2014-11-031-350/+485
* Add VirtIO console driverbryanv2014-10-232-0/+1313
* - Provide if_get_counter() method for vtnet(4).glebius2014-09-181-62/+57
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Update to the current version of netmap.luigi2014-08-161-0/+37
* print additional debugging info in virtqueue_dump()luigi2014-08-161-2/+4
* Rework when the Tx queue completion interrupt is enabledbryanv2014-07-102-65/+155
* Add accessor to get the number of free descriptors in the virtqueuebryanv2014-07-102-0/+8
* xen/virtio: fix balloon drivers to not mark pages as WIREDroyger2014-06-251-3/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Force two byte alignment for all control message headersbryanv2014-06-161-5/+5
* Make the feature negotiation code easier to followbryanv2014-06-161-22/+23
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hbryanv2014-06-165-8/+7
* Remove kernel specific macro out of the VirtIO PCI header filebryanv2014-06-162-2/+4
* - Remove two write-only local variablesbryanv2014-06-162-5/+0
* Always append new bios to the tail of the queue, instead of sorting thembryanv2014-06-101-1/+1
* make sure ifp->if_transmit returns 0 if a buffer is enqueued.luigi2014-06-041-2/+1
* Split the virtio.h header file into multiple filesbryanv2014-06-016-54/+125
* Wait for the callout to finish before unloading the modulebryanv2014-04-241-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-1/+1
* Use m_defrag() instead of m_collapse() to compact a long mbuf chainbryanv2014-02-022-14/+16
OpenPOWER on IntegriCloud