summary refs log tree commit diff
path: root/devices/src/virtio/vhost/net.rs
Commit message (Expand)AuthorAge
* Make lots of things DebugAlyssa Ross2020-07-02
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* devices: make virtio::Interrupt a traitAlyssa Ross2020-06-15
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* Virtio-net: Add multi queues in multi threadsXiong Zhang2020-04-04
* vhost-net: implement direct msix irq fdChuanxiao Dong2020-03-25
* vhost: pass response_socket to activate threadChuanxiao Dong2020-03-25
* vhost-net: add control socket basic supportChuanxiao Dong2020-03-25
* vhost-net: implement the reset methodChuanxiao Dong2020-02-06
* vhost: put kill eventfd to WorkerChuanxiao Dong2020-02-06
* vhost-net: set backend to null when activate fn quitChuanxiao Dong2020-02-03
* vhost: impl on_device_sandboxed for virtio deviceChuanxiao Dong2020-01-19
* vhost: add cleanup_vqs to do some cleanup stuffChuanxiao Dong2020-01-19
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* Revert "devices: virtio: disable MSI-X for block and net"Daniel Verkamp2019-11-18
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: disable MSI-X for block and netDaniel Verkamp2019-10-31
* devices: enable MSI-X for virtio-net and viotio-block devicesXiong Zhang2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: vhost: simplify vhost importsDaniel Verkamp2019-10-21
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Fill in macro importsDavid Tolnay2019-04-15
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* edition: Update devices crate to 2018 editionDavid Tolnay2019-04-15
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* error: Print errors using Display implDavid Tolnay2019-02-20
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* net_util: add tap support for mac addressStephen Barber2018-02-21
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* crosvm/devices: set thread namesStephen Barber2017-10-30
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09