summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio
Commit message (Expand)AuthorAgeFilesLines
* MFC r270063 (vtnet)bryanv2014-08-241-0/+37
* MFC r268481:bryanv2014-08-222-65/+155
* MFC r268480:bryanv2014-08-212-0/+8
* MFC 260847,264055,264867:jhb2014-07-211-0/+231
* MFC r267520, r267521, r267522, r267523, r267524:bryanv2014-06-298-42/+39
* MFC r267313:bryanv2014-06-171-1/+1
* MFC r266951:bryanv2014-06-106-54/+125
* MFC svn 267065 and 267187luigi2014-06-091-2/+1
* MFC r261150, r261151, r261164, r261166, r261167, r261168, r261394, r261395:bryanv2014-05-032-86/+129
* MFC r261147:bryanv2014-05-031-34/+64
* MFC r260583: Add unmapped IO support to virtio_scsi(4)bryanv2014-01-181-1/+4
* MFC r260582: Add unmapped IO support to virtio_blk(4)bryanv2014-01-181-3/+4
* MFC r260566: Remove incorrect bit shift when assigning the LUN request fieldbryanv2014-01-181-1/+1
* Do not hold the vtnet Rx queue lock when calling up into the stackbryanv2013-10-051-2/+6
* Complete any pending Tx frames before attempting the next transmitbryanv2013-09-032-0/+10
* Fix unintended compiler constant foldingbryanv2013-09-031-2/+2
* Fix build with gcceadler2013-09-011-1/+1
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchbryanv2013-09-012-1326/+2540
* Sync VirtIO net device header file from recent Linuxbryanv2013-09-011-3/+46
* Add optional VirtIO device method for post-attach notificationsbryanv2013-09-012-1/+15
* Add support for postponing VirtIO virtqueue interruptsbryanv2013-09-012-12/+32
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-4/+4
* Merge virtio_scsi change from projects/virtiobryanv2013-07-041-10/+3
* Merge virtio_pci changes from projects/virtiobryanv2013-07-043-201/+242
* Merge virtio changes from projects/virtiobryanv2013-07-0413-48/+41
* Merge vtnet changes from projects/virtiobryanv2013-07-041-2/+2
* Merge virtio_balloon changes from projects/virtiobryanv2013-07-041-23/+21
* Merge several virtio_blk changes from projects/virtiobryanv2013-07-042-26/+240
* Convert VirtIO to use ithreads instead of taskqueuesbryanv2013-07-0410-275/+110
* Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filtersbryanv2013-06-151-2/+2
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Only set the barrier flag if the feature was negotiatedbryanv2013-03-051-8/+41
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-18/+21
* virtio: Start taskqueues threads after attach cannot failbryanv2012-12-143-12/+9
* virtio_scsi: Remove duplicated linesbryanv2012-12-121-4/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID ormav2012-10-121-2/+4
* Virtio SCSI drivergrehan2012-10-115-0/+2742
* Patch from Bryan to fix a virtqueue issue:grehan2012-10-111-4/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* No need to leak these into the includer's namespace.grehan2012-09-131-0/+6
* Relax requirement of certain mb()sgrehan2012-09-131-2/+2
* Various VirtIO improvementsgrehan2012-07-1110-345/+532
* Do not include <sys/types.h> in the local headers. The .c files includingobrien2012-07-036-12/+0
* Sync with Bryan Venteicher's virtio git repo:grehan2012-04-161-1/+3
* Catch up with Bryan Venteicher's virtio git repo:grehan2012-04-147-102/+254
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIjhb2012-03-031-2/+2
* Catch up with Bryan Venteicher's virtio Hg repo:grehan2011-12-0610-79/+196
* Import virtio base, PCI front-end, and net/block/balloon drivers.grehan2011-11-1816-0/+7654
OpenPOWER on IntegriCloud