summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/pci_virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* Support an optional "mac=" parameter to virtio-net config, to allowgrehan2013-07-041-21/+62
* Implement the NOTIFY_ON_EMPTY capability in the virtio-net device.neel2013-05-031-34/+34
* Reset some more softc state when the guest resets the virtio network device.neel2013-04-301-0/+7
* Use a separate mutex for the receive path instead of overloading the softcneel2013-04-301-20/+58
* Get rid of the 'vsc_rxpend' state - it doesn't serve any purpose because weneel2013-04-281-20/+0
* Use a thread for the processing of virtio tx descriptors rathergrehan2013-04-261-21/+111
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-3/+5
* Change the type of 'ndesc' from 'int' to 'uint16_t' so that descriptor indexneel2013-03-161-1/+1
* Simplify virtio ring num-available calculation.grehan2013-03-061-5/+10
* Specify the length of the mapping requested from 'paddr_guest2host()'.neel2013-03-011-10/+4
* Fix a bug in the passthru implementation where it would assume that allneel2013-02-011-4/+4
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-301-27/+132
* Rename fbsdrun.* -> bhyverun.*grehan2012-12-131-1/+1
* Properly reset the tx/rx rings when a guest requests a device reset.grehan2012-12-121-0/+19
* Create unique MAC addresses for virtio devices that aregrehan2012-12-121-5/+6
* IFC @ r242684neel2012-11-111-1/+1
* Rework how guest MMIO regions are dealt with.grehan2012-10-191-15/+20
* Allow access to the device's config area with any size i/o access at anygrehan2011-06-071-7/+24
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+739
OpenPOWER on IntegriCloud