aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* vtnet: fix typo in vtnet_free_taskqueuesVincenzo Maffione2019-01-291-1/+1
* vtnet: fix netmap supportVincenzo Maffione2018-11-142-34/+42
* Split out the virtio mmio FDT attachment and add an ACPI attachment.Andrew Turner2018-10-214-97/+259
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+1
* Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headersBryan Venteicher2018-06-172-7/+37
* Make virtio queue re-initialization steps to be similar toRuslan Bukin2018-06-151-3/+14
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+2
* Add netdump support to vtnet(4).Mark Johnston2018-05-061-5/+76
* Add more virtqueue getter methodsBryan Venteicher2018-02-192-0/+31
* Add VirtIO bus config_generation methodBryan Venteicher2018-02-193-0/+20
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-214-13/+10
* Sync VirtIO IDs with LinuxBryan Venteicher2018-01-142-16/+30
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-134-10/+13
* Fix possible panic when creating VirtIO console dev aliasesBryan Venteicher2018-01-131-23/+76
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-0/+24
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-0/+12
* vtnet: Support jumbo frames without TSO/GSOKristof Provost2017-07-291-1/+1
* 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