| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r270063 (vtnet) | Bryan Venteicher | 2014-08-24 | 1 | -0/+37 |
| * | MFC r268481: | Bryan Venteicher | 2014-08-22 | 2 | -65/+155 |
| * | MFC r268480: | Bryan Venteicher | 2014-08-21 | 2 | -0/+8 |
| * | MFC 260847,264055,264867: | John Baldwin | 2014-07-21 | 1 | -0/+231 |
| * | MFC r267520, r267521, r267522, r267523, r267524: | Bryan Venteicher | 2014-06-29 | 8 | -42/+39 |
| * | MFC r267313: | Bryan Venteicher | 2014-06-17 | 1 | -1/+1 |
| * | MFC r266951: | Bryan Venteicher | 2014-06-10 | 6 | -54/+125 |
| * | MFC svn 267065 and 267187 | Luigi Rizzo | 2014-06-09 | 1 | -2/+1 |
| * | MFC r261150, r261151, r261164, r261166, r261167, r261168, r261394, r261395: | Bryan Venteicher | 2014-05-03 | 2 | -86/+129 |
| * | MFC r261147: | Bryan Venteicher | 2014-05-03 | 1 | -34/+64 |
| * | MFC r260583: Add unmapped IO support to virtio_scsi(4) | Bryan Venteicher | 2014-01-18 | 1 | -1/+4 |
| * | MFC r260582: Add unmapped IO support to virtio_blk(4) | Bryan Venteicher | 2014-01-18 | 1 | -3/+4 |
| * | MFC r260566: Remove incorrect bit shift when assigning the LUN request field | Bryan Venteicher | 2014-01-18 | 1 | -1/+1 |
| * | Do not hold the vtnet Rx queue lock when calling up into the stack | Bryan Venteicher | 2013-10-05 | 1 | -2/+6 |
| * | Complete any pending Tx frames before attempting the next transmit | Bryan Venteicher | 2013-09-03 | 2 | -0/+10 |
| * | Fix unintended compiler constant folding | Bryan Venteicher | 2013-09-03 | 1 | -2/+2 |
| * | Fix build with gcc | Eitan Adler | 2013-09-01 | 1 | -1/+1 |
| * | Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branch | Bryan Venteicher | 2013-09-01 | 2 | -1321/+2535 |
| * | Sync VirtIO net device header file from recent Linux | Bryan Venteicher | 2013-09-01 | 1 | -3/+46 |
| * | Add optional VirtIO device method for post-attach notifications | Bryan Venteicher | 2013-09-01 | 2 | -1/+15 |
| * | Add support for postponing VirtIO virtqueue interrupts | Bryan Venteicher | 2013-09-01 | 2 | -12/+32 |
| * | Different consumers of the struct vm_page abuse pageq member to keep | Konstantin Belousov | 2013-08-10 | 1 | -4/+4 |
| * | Merge virtio_scsi change from projects/virtio | Bryan Venteicher | 2013-07-04 | 1 | -10/+3 |
| * | Merge virtio_pci changes from projects/virtio | Bryan Venteicher | 2013-07-04 | 3 | -200/+241 |
| * | Merge virtio changes from projects/virtio | Bryan Venteicher | 2013-07-04 | 13 | -48/+41 |
| * | Merge vtnet changes from projects/virtio | Bryan Venteicher | 2013-07-04 | 1 | -2/+2 |
| * | Merge virtio_balloon changes from projects/virtio | Bryan Venteicher | 2013-07-04 | 1 | -23/+21 |
| * | Merge several virtio_blk changes from projects/virtio | Bryan Venteicher | 2013-07-04 | 2 | -26/+240 |
| * | Convert VirtIO to use ithreads instead of taskqueues | Bryan Venteicher | 2013-07-04 | 10 | -275/+110 |
| * | Merge r250802 from bryanv/vtnetmq - Fix setting of the Rx filters | Bryan Venteicher | 2013-06-15 | 1 | -2/+2 |
| * | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 1 | -1/+1 |
| * | Only set the barrier flag if the feature was negotiated | Bryan Venteicher | 2013-03-05 | 1 | -8/+41 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -18/+21 |
| * | virtio: Start taskqueues threads after attach cannot fail | Bryan Venteicher | 2012-12-14 | 3 | -12/+9 |
| * | virtio_scsi: Remove duplicated lines | Bryan Venteicher | 2012-12-12 | 1 | -4/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -3/+3 |
| * | Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or | Alexander Motin | 2012-10-12 | 1 | -2/+4 |
| * | Virtio SCSI driver | Peter Grehan | 2012-10-11 | 5 | -0/+2742 |
| * | Patch from Bryan to fix a virtqueue issue: | Peter Grehan | 2012-10-11 | 1 | -4/+3 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | No need to leak these into the includer's namespace. | Peter Grehan | 2012-09-13 | 1 | -0/+6 |
| * | Relax requirement of certain mb()s | Peter Grehan | 2012-09-13 | 1 | -2/+2 |
| * | Various VirtIO improvements | Peter Grehan | 2012-07-11 | 10 | -344/+531 |
| * | Do not include <sys/types.h> in the local headers. The .c files including | David E. O'Brien | 2012-07-03 | 6 | -12/+0 |
| * | Sync with Bryan Venteicher's virtio git repo: | Peter Grehan | 2012-04-16 | 1 | -1/+3 |
| * | Catch up with Bryan Venteicher's virtio git repo: | Peter Grehan | 2012-04-14 | 7 | -102/+254 |
| * | Use pci_find_cap() instead of pci_find_extcap() to locate PCI | John Baldwin | 2012-03-03 | 1 | -2/+2 |
| * | Catch up with Bryan Venteicher's virtio Hg repo: | Peter Grehan | 2011-12-06 | 10 | -79/+196 |
| * | Import virtio base, PCI front-end, and net/block/balloon drivers. | Peter Grehan | 2011-11-18 | 16 | -0/+7654 |