aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/runq.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplified router codeMathias Hall-Andersen2020-02-161-129/+0
|
* Remove unused test code.Mathias Hall-Andersen2019-12-211-35/+0
| | | | | | | - 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.
* Added profiler featureMathias Hall-Andersen2019-12-141-4/+23
|
* FormattingMathias Hall-Andersen2019-12-091-7/+7
|
* Move to run queueMathias Hall-Andersen2019-12-091-0/+145