| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r281766, r281767: | mav | 2015-05-13 | 1 | -2/+2 |
* | MFC r281764, r282563: Disable RX/TX queues notifications when not needed. | mav | 2015-05-13 | 1 | -14/+15 |
* | MFC r280026, r280041: | mav | 2015-03-27 | 1 | -6/+7 |
* | MFC virtio-net changes. | grehan | 2014-09-16 | 1 | -19/+66 |
* | MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365, | jhb | 2014-07-21 | 1 | -2/+1 |
* | MFC 260239,261268,265058: | jhb | 2014-06-12 | 1 | -0/+4 |
* | MFC r256657,r257018,r257347,r257423,r257729,r257767, | grehan | 2013-12-13 | 1 | -2/+3 |
* | MFC r256709: | grehan | 2013-10-18 | 1 | -12/+1 |
* | Major rework of the virtio code. Split out common parts, and modify | grehan | 2013-07-17 | 1 | -552/+198 |
* | Support an optional "mac=" parameter to virtio-net config, to allow | grehan | 2013-07-04 | 1 | -21/+62 |
* | Implement the NOTIFY_ON_EMPTY capability in the virtio-net device. | neel | 2013-05-03 | 1 | -34/+34 |
* | Reset some more softc state when the guest resets the virtio network device. | neel | 2013-04-30 | 1 | -0/+7 |
* | Use a separate mutex for the receive path instead of overloading the softc | neel | 2013-04-30 | 1 | -20/+58 |
* | Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because we | neel | 2013-04-28 | 1 | -20/+0 |
* | Use a thread for the processing of virtio tx descriptors rather | grehan | 2013-04-26 | 1 | -21/+111 |
* | Simplify the assignment of memory to virtual machines by requiring a single | neel | 2013-03-18 | 1 | -3/+5 |
* | Change the type of 'ndesc' from 'int' to 'uint16_t' so that descriptor index | neel | 2013-03-16 | 1 | -1/+1 |
* | Simplify virtio ring num-available calculation. | grehan | 2013-03-06 | 1 | -5/+10 |
* | Specify the length of the mapping requested from 'paddr_guest2host()'. | neel | 2013-03-01 | 1 | -10/+4 |
* | Fix a bug in the passthru implementation where it would assume that all | neel | 2013-02-01 | 1 | -4/+4 |
* | Add support for MSI-X interrupts in the virtio network device and make that | neel | 2013-01-30 | 1 | -27/+132 |
* | Rename fbsdrun.* -> bhyverun.* | grehan | 2012-12-13 | 1 | -1/+1 |
* | Properly reset the tx/rx rings when a guest requests a device reset. | grehan | 2012-12-12 | 1 | -0/+19 |
* | Create unique MAC addresses for virtio devices that are | grehan | 2012-12-12 | 1 | -5/+6 |
* | IFC @ r242684 | neel | 2012-11-11 | 1 | -1/+1 |
* | Rework how guest MMIO regions are dealt with. | grehan | 2012-10-19 | 1 | -15/+20 |
* | Allow access to the device's config area with any size i/o access at any | grehan | 2011-06-07 | 1 | -7/+24 |
* | Import of bhyve hypervisor and utilities, part 1. | grehan | 2011-05-13 | 1 | -0/+739 |