aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* MFC r360229, r363255Allan Jude2020-09-132-31/+124
* MFC r362204Vincenzo Maffione2020-07-011-42/+14
* MFC r362183Vincenzo Maffione2020-06-232-8/+29
* MFC r362076Vincenzo Maffione2020-06-181-8/+8
* MFC r361758Vincenzo Maffione2020-06-101-0/+1
* MFC r361745Vincenzo Maffione2020-06-101-4/+14
* MFC r361744Vincenzo Maffione2020-06-101-1/+22
* MFC r357040: virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-02-272-6/+1
* MFC r349285Eric van Gyzen2019-07-031-0/+23
* MFC r347233:Michael Tuexen2019-05-172-11/+2
* MFC r346161: Fix SCSI sense data pass through.Alexander Motin2019-04-191-2/+1
* MFC r343552Vincenzo Maffione2019-02-011-1/+1
* MFC :r340436Vincenzo Maffione2018-11-152-34/+42
* 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