aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work on UAPI serialize deviceMathias Hall-Andersen2019-11-112-1/+4
|
* Removal of secret key in the handshake moduleMathias Hall-Andersen2019-11-086-169/+190
|
* Implement disable/enable timersMathias Hall-Andersen2019-11-066-88/+138
|
* Work on Up/Down operation on WireGuard deviceMathias Hall-Andersen2019-11-047-143/+261
|
* Work on UAPI parserMathias Hall-Andersen2019-11-032-16/+10
|
* Work on configuration interfaceMathias Hall-Andersen2019-11-025-9/+43
|
* Add derived_sessionMathias Hall-Andersen2019-10-312-8/+19
|
* Work on timer semanticsMathias Hall-Andersen2019-10-3110-80/+181
|
* Remove unused dependenciesMathias Hall-Andersen2019-10-303-5/+18
|
* Change router job to accommodate keep_key_freshMathias Hall-Andersen2019-10-305-140/+139
|
* Unified use of make_packet during testsMathias Hall-Andersen2019-10-296-119/+144
|
* First full test of pure WireGuardMathias Hall-Andersen2019-10-288-60/+184
|
* Fixed Ordering::Acquire -> Ordering::SeqCst typoMathias Hall-Andersen2019-10-232-4/+6
|
* Work on pure WireGuard testMathias Hall-Andersen2019-10-232-41/+116
|
* Moved IO traits into platform moduleMathias Hall-Andersen2019-10-2314-457/+49
|
* Work on platform specific code (Linux)Mathias Hall-Andersen2019-10-237-223/+93
|
* Work on porting timer semantics and linux platformMathias Hall-Andersen2019-10-166-43/+100
|
* Work on Linux platform codeMathias Hall-Andersen2019-10-1331-0/+5549