summary refs log tree commit diff
path: root/devices/src/virtio/net.rs
Commit message (Expand)AuthorAge
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* 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
* virtio-net: reduce number of virtual interrupts to the guestZide Chen2019-10-22
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* devices: virtio_net: handle errors in tapfd poll adding/removalStephen Barber2019-10-08
* devices: virtio_net: avoid busylooping when no rx buffers availableStephen Barber2019-10-03
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* devices: virtio: add Error type for descriptorsDaniel Verkamp2019-08-13
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* devices: Use Reader/Writer interfaces in virtio-net.Jakub Staron2019-06-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Validate and configure tap interfaces from --tap_fdJorge E. Moreira2019-03-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* 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: Allow passing in a configured tap fd on the command lineChirantan Ekbote2018-06-12
* devices: use PollContext for all virtio deivcesZach Reizner2018-04-05
* 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