summaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/peer.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in under load codecleanMathias Hall-Andersen2019-12-271-6/+12
|
* Constant renamed to be consistent with kernel WGMathias Hall-Andersen2019-12-161-1/+1
|
* FormattingMathias Hall-Andersen2019-12-091-3/+2
|
* Move to run queueMathias Hall-Andersen2019-12-091-1/+20
|
* Fixed inbound job bug (add to sequential queue)Mathias Hall-Andersen2019-12-061-1/+3
|
* Moving away from peer threadsMathias Hall-Andersen2019-12-031-125/+95
|
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-241-9/+9
|
* Better compartmentalization of cryptokey routerMathias Hall-Andersen2019-11-181-77/+7
|
* Bug fixes from compliance tests with WireGuardMathias Hall-Andersen2019-11-181-1/+1
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-061-13/+19
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-041-27/+41
|
* Work on configuration interfaceMathias Hall-Andersen2019-11-021-3/+3
|
* Work on timer semanticsMathias Hall-Andersen2019-10-311-0/+6
|
* Change router job to accommodate keep_key_freshMathias Hall-Andersen2019-10-301-45/+29
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-281-6/+6
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-231-1/+1
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-131-0/+611