summaryrefslogtreecommitdiffstats
path: root/src/wireguard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on reducing context switchesMathias Hall-Andersen2020-02-167-18/+439
* Constant renamed to be consistent with kernel WGMathias Hall-Andersen2019-12-163-6/+7
* Clean dead codeMathias Hall-Andersen2019-12-1614-86/+43
* Revert to crossbeamMathias Hall-Andersen2019-12-165-45/+18
* Added profiler featureMathias Hall-Andersen2019-12-149-42/+92
* Remove crossbeam dependencyMathias Hall-Andersen2019-12-107-71/+84
* FormattingMathias Hall-Andersen2019-12-099-42/+45
* Move to run queueMathias Hall-Andersen2019-12-098-250/+477
* Fixed inbound job bug (add to sequential queue)Mathias Hall-Andersen2019-12-0610-207/+289
* Moving away from peer threadsMathias Hall-Andersen2019-12-0311-407/+638
* Work on netlink IF event code for LinuxMathias Hall-Andersen2019-11-273-85/+157
* Enable up/down from configuration interfaceMathias Hall-Andersen2019-11-253-13/+15
* Make IO traits suitable for Tun events (up/down)Mathias Hall-Andersen2019-11-249-53/+77
* DaemonizationMathias Hall-Andersen2019-11-213-4/+4
* Clean dependencies and importsMathias Hall-Andersen2019-11-214-15/+21
* Better compartmentalization of cryptokey routerMathias Hall-Andersen2019-11-186-185/+395
* Bug fixes from compliance tests with WireGuardMathias Hall-Andersen2019-11-1811-230/+291
* Update configuration APIMathias Hall-Andersen2019-11-175-16/+25
* Update UAPI semantics for removeMathias Hall-Andersen2019-11-152-8/+5
* 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