aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/tests.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make under_load global for WireGuard deviceMathias Hall-Andersen2019-12-261-1/+2
|
* 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.
* FormattingMathias Hall-Andersen2019-12-091-10/+15
|
* Move to run queueMathias Hall-Andersen2019-12-091-0/+2
|
* Fixed inbound job bug (add to sequential queue)Mathias Hall-Andersen2019-12-061-105/+148
|
* Enable up/down from configuration interfaceMathias Hall-Andersen2019-11-251-4/+4
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-1/+1
|
* Better compartmentalization of cryptokey routerMathias Hall-Andersen2019-11-181-2/+2
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-1/+1
|
* Work on configuration interfaceMathias Hall-Andersen2019-11-021-4/+4
|
* Work on timer semanticsMathias Hall-Andersen2019-10-311-5/+12
|
* Unified use of make_packet during testsMathias Hall-Andersen2019-10-291-26/+14
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-4/+4
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-7/+7
|
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-161-11/+11
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+432