aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* vtnet: don't update VLAN filter when parent is not runningPhilip Paeps2017-02-131-0/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* virtio_pci: fix announcement of MSI-X interrupts for queuesAndriy Gapon2016-11-241-1/+2
* virtio_console: correctly determine presense of payload and its lengthAndriy Gapon2016-11-241-2/+2
* Reserve space for control message payload (currently a port name).Jakub Wojciech Klama2016-11-121-2/+3
* Create aliases for named virtio-console ports.Jakub Wojciech Klama2016-09-171-6/+45
* Fix vtnet hang with max_virtqueue_pairs > VTNET_MAX_QUEUE_PAIRSSteven Hartland2016-08-112-24/+38
* vtnet: fix panic on unloadKristof Provost2016-05-141-8/+9
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-3/+4
* Lower the compiler warning: unused-but-set-variable.Marcelo Araujo2015-09-031-4/+0
* add netmap dependency when compiled as a moduleLuigi Rizzo2015-07-101-0/+3
* Add 'prewrite' method allowing us to run some platform-specificRuslan Bukin2015-07-032-0/+22
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* Remove duplicate defines.Ruslan Bukin2015-06-181-4/+0
* Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-06-131-2/+6
* Fix typo when deregistering the VLAN unconfig event handlerBryan Venteicher2015-06-131-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Don't free mbufs when stopping an interface in netmap mode.John Baldwin2015-04-291-0/+5
* Do not report stripe size if it is equal to sector size.Alexander Motin2015-04-181-1/+2
* Hide virtio features negotiation messages under bootverbose.Alexander Motin2015-03-152-2/+2
* Size of opt_io_size field is 32 bit.Alexander Motin2015-03-051-1/+1
* Reenable VIRTIO_BLK_F_TOPOLOGY feature.Alexander Motin2015-03-051-0/+1
* Rework vtblk dump handling of in flight requestsBryan Venteicher2015-01-271-41/+31
* Add softc flag for when the indirect descriptor feature was negotiatedBryan Venteicher2015-01-012-2/+5
* Use the appropriate IPv4 or IPv6 TSO HW assist flagBryan Venteicher2015-01-011-2/+2
* Set the page size in the virtio-mmio driver. Some backends, e.g QEMU, assumeAndrew Turner2014-12-301-0/+2
* Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.Andrew Turner2014-12-291-0/+2
* Allow virtio_mmio to attach to ofwbus. Qemu places these here on at leastAndrew Turner2014-12-291-0/+1
* Add virtio bus 'poll' method allowing us to inform backend we areRuslan Bukin2014-12-124-1/+29
* o Add BERI Virtio Networking Frontend (if_vtbe)Ruslan Bukin2014-12-092-17/+18
* Update the virtio driver to work on the ARM AArch64 Foundation Model.Andrew Turner2014-12-091-28/+68
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+3
* Cleanup and performance improvement of the virtio_blk driverBryan Venteicher2014-11-301-417/+422
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Add Virtio MMIO bus driver.Ruslan Bukin2014-11-184-0/+941
* Enable LRO by default when available on vtnet interfacesBryan Venteicher2014-11-091-7/+6
* Several minor changes to hopefully complete the VirtIO console driverBryan Venteicher2014-11-071-16/+52
* Create the tty device after the port is completely initializedBryan Venteicher2014-11-031-4/+4
* Add support for the multiport feature and fix hot plug racesBryan Venteicher2014-11-031-350/+485
* Add VirtIO console driverBryan Venteicher2014-10-232-0/+1313
* - Provide if_get_counter() method for vtnet(4).Gleb Smirnoff2014-09-181-62/+57
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-161-0/+37
* print additional debugging info in virtqueue_dump()Luigi Rizzo2014-08-161-2/+4
* Rework when the Tx queue completion interrupt is enabledBryan Venteicher2014-07-102-65/+155
* Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher2014-07-102-0/+8
* xen/virtio: fix balloon drivers to not mark pages as WIREDRoger Pau Monné2014-06-251-3/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Force two byte alignment for all control message headersBryan Venteicher2014-06-161-5/+5