summaryrefslogtreecommitdiffstats
path: root/src/platform/linux/tun.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-1/+4
|
* Remove unused test code.Mathias Hall-Andersen2019-12-211-1/+1
| | | | | | | - make naming consistent with the kernel module. - better distribution of functionality from src/wireguard.rs - more consistent "import pattern" throughout the project. - remove unused test code.
* 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