summary refs log tree commit diff
path: root/net_util
Commit message (Expand)AuthorAge
* Virtio-net: Add multi queues in multi threadsXiong Zhang2020-04-04
* net_util: impl FileReadWriteVolatile for TapStephen Barber2019-11-05
* net_sys: regenerate if.h bindings using Rust native unionZach Reizner2019-05-23
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Update net_sys and net_util to 2018 editionDavid Tolnay2019-04-07
* Validate and configure tap interfaces from --tap_fdJorge E. Moreira2019-03-28
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* error: Print errors using Display implDavid Tolnay2019-02-20
* net_util: Get tap interface name when using a raw fdChirantan Ekbote2019-01-07
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* net: Allow passing in a configured tap fd on the command lineChirantan Ekbote2018-06-12
* sys_util: remove deprecated Poller/Pollable interfaceZach Reizner2018-04-06
* net_util: use sys_util::Error instead of std::io::ErrorStephen Barber2018-02-21
* net_util: add tap support for mac addressStephen Barber2018-02-21
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* net_util: Remove unused importChirantan Ekbote2017-09-18
* net_util: Fix-up failing tests and add a little more coverageJason D. Clinton2017-09-08
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* net_util: implement Read, Write, and Pollable for TapStephen Barber2017-08-09
* net_util: add crate for creating/configuring tap interfacesStephen Barber2017-07-13