summaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/device.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Constant renamed to be consistent with kernel WGMathias Hall-Andersen2019-12-161-2/+3
|
* Clean dead codeMathias Hall-Andersen2019-12-161-1/+4
|
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-101-3/+3
|
* FormattingMathias Hall-Andersen2019-12-091-2/+2
|
* Move to run queueMathias Hall-Andersen2019-12-091-30/+71
|
* Fixed inbound job bug (add to sequential queue)Mathias Hall-Andersen2019-12-061-48/+15
|
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-33/+108
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-6/+6
|
* Clean dependencies and importsMathias Hall-Andersen2019-11-211-3/+0
|
* Better compartmentalization of cryptokey routerMathias Hall-Andersen2019-11-181-6/+8
|
* Bug fixes from compliance tests with WireGuardMathias Hall-Andersen2019-11-181-0/+14
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-9/+9
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-0/+13
|
* Change router job to accommodate keep_key_freshMathias Hall-Andersen2019-10-301-9/+4
|
* Unified use of make_packet during testsMathias Hall-Andersen2019-10-291-35/+4
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-8/+2
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-1/+1
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+243