aboutsummaryrefslogtreecommitdiffstats
path: root/src/platform/linux/tun.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allows for erroneous Clippy lintsHEADmasterMathias Hall-Andersen2021-01-131-0/+1
* Fix some clippy warningsQuang Luong2020-10-081-8/+6
* Squashed commit of the following:Mathias Hall-Andersen2020-02-011-1/+1
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-1/+4
* Remove unused test code.Mathias Hall-Andersen2019-12-211-1/+1
* Clean dead codeMathias Hall-Andersen2019-12-161-15/+2
* Move to run queueMathias Hall-Andersen2019-12-091-1/+1
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-23/+1
* Close socket fd after getmtu ioctlMathias Hall-Andersen2019-11-281-0/+17
* Fetch updated MTU on linuxMathias Hall-Andersen2019-11-271-20/+75
* Work on netlink IF event code for LinuxMathias Hall-Andersen2019-11-271-18/+137
* Enable up/down from configuration interfaceMathias Hall-Andersen2019-11-251-1/+4
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-17/+25
* Update UAPI semantics for removeMathias Hall-Andersen2019-11-151-1/+1
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-4/+2
* Work on platform specific code (Linux)Mathias Hall-Andersen2019-10-231-19/+20
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-161-0/+188