aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):Alexander Motin2017-03-231-3/+3
* MFC r283291: don't use CALLOUT_MPSAFE with callout_init()Andriy Gapon2017-03-041-1/+1
* MFC r309119: virtio_pci: fix announcement of MSI-X interrupts for queuesAndriy Gapon2016-12-141-1/+2
* MFC r303971:Steven Hartland2016-08-142-24/+38
* MFC r267858:Roger Pau Monné2015-12-301-3/+1
* MFC r284348: Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-07-011-2/+6
* MFC r277788:Bryan Venteicher2015-06-131-41/+31
* MFC 282241:John Baldwin2015-05-271-0/+5
* MFC r281698:Alexander Motin2015-04-251-1/+2
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@Hiren Panchasara2015-04-241-2/+3
* MFC r280090: Hide virtio features negotiation messages under bootverbose.Alexander Motin2015-03-291-1/+1
* MFC r279651, r279652, r279657:Alexander Motin2015-03-191-1/+1
* MFC r279642: Reenable VIRTIO_BLK_F_TOPOLOGY feature.Alexander Motin2015-03-191-0/+1
* MFC r276491:Bryan Venteicher2015-01-192-2/+5
* MFC r276489:Bryan Venteicher2015-01-191-2/+2
* MFC r275335:Bryan Venteicher2015-01-011-417/+422
* MFC r274819:Steven Hartland2014-12-211-2/+2
* MFC r274325:Bryan Venteicher2014-11-291-7/+6
* MFC r273515, r274055, r274063, r274215, r274065, r274502:Bryan Venteicher2014-11-292-0/+1484
* MFC r270063 (vtnet)Bryan Venteicher2014-08-241-0/+37
* MFC r268481:Bryan Venteicher2014-08-222-65/+155
* MFC r268480:Bryan Venteicher2014-08-212-0/+8
* MFC 260847,264055,264867:John Baldwin2014-07-211-0/+231
* MFC r267520, r267521, r267522, r267523, r267524:Bryan Venteicher2014-06-298-42/+39
* MFC r267313:Bryan Venteicher2014-06-171-1/+1
* MFC r266951:Bryan Venteicher2014-06-106-54/+125
* MFC svn 267065 and 267187Luigi Rizzo2014-06-091-2/+1
* MFC r261150, r261151, r261164, r261166, r261167, r261168, r261394, r261395:Bryan Venteicher2014-05-032-86/+129
* MFC r261147:Bryan Venteicher2014-05-031-34/+64
* MFC r260583: Add unmapped IO support to virtio_scsi(4)Bryan Venteicher2014-01-181-1/+4
* MFC r260582: Add unmapped IO support to virtio_blk(4)Bryan Venteicher2014-01-181-3/+4
* MFC r260566: Remove incorrect bit shift when assigning the LUN request fieldBryan Venteicher2014-01-181-1/+1
* Do not hold the vtnet Rx queue lock when calling up into the stackBryan Venteicher2013-10-051-2/+6
* Complete any pending Tx frames before attempting the next transmitBryan Venteicher2013-09-032-0/+10
* Fix unintended compiler constant foldingBryan Venteicher2013-09-031-2/+2
* Fix build with gccEitan Adler2013-09-011-1/+1
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchBryan Venteicher2013-09-012-1326/+2540
* Sync VirtIO net device header file from recent LinuxBryan Venteicher2013-09-011-3/+46
* Add optional VirtIO device method for post-attach notificationsBryan Venteicher2013-09-012-1/+15
* Add support for postponing VirtIO virtqueue interruptsBryan Venteicher2013-09-012-12/+32
* Different consumers of the struct vm_page abuse pageq member to keepKonstantin Belousov2013-08-101-4/+4
* Merge virtio_scsi change from projects/virtioBryan Venteicher2013-07-041-10/+3
* Merge virtio_pci changes from projects/virtioBryan Venteicher2013-07-043-201/+242
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-0413-48/+41
* Merge vtnet changes from projects/virtioBryan Venteicher2013-07-041-2/+2
* Merge virtio_balloon changes from projects/virtioBryan Venteicher2013-07-041-23/+21
* Merge several virtio_blk changes from projects/virtioBryan Venteicher2013-07-042-26/+240
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-0410-275/+110
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersBryan Venteicher2013-06-151-2/+2
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1