summaryrefslogtreecommitdiff
path: root/src/device.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-171-2/+10
|
* Added paddingMathias Hall-Andersen2017-07-151-1/+16
| | | | Added plaintext padding and fixed default interface MTU
* Improved throughputMathias Hall-Andersen2017-07-141-1/+21
| | | | | | - Improved performance by adding the message buffers to a sync.Pool. - Fixed issue with computing "next" key-pair upon receiving a response message.
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-2/+5
| | | | | | | Program now terminates when the interface is removed Increases the number of os threads (relevant for Go <1.5, not tested) More consistent commenting Improved logging (additional peer information)
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-111-1/+1
| | | | | Updated the TUN interface Added the "MTU" method for the linux implementation of the TUN interface
* Added ratelimiting of handshake messagesMathias Hall-Andersen2017-07-111-3/+6
|
* Improved timer state machineMathias Hall-Andersen2017-07-081-8/+5
|
* Added source verificationMathias Hall-Andersen2017-07-081-2/+9
|
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-3/+3
|
* Fixed broken testMathias Hall-Andersen2017-07-061-1/+1
|
* Initial working full exchangeMathias Hall-Andersen2017-07-061-0/+2
| | | | | | The implementation is now capable of connecting to another wireguard instance, complete a handshake and exchange transport messages.
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-1/+18
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-7/+30
|
* Completed get/set configurationMathias Hall-Andersen2017-06-291-6/+2
| | | | | For debugging of "outbound flow" Mostly, a few things still missing
* Work on UAPIMathias Hall-Andersen2017-06-281-14/+27
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-9/+9
|
* Begin implementation of outbound work queueMathias Hall-Andersen2017-06-261-0/+3
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-8/+12
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-28/+47
|
* Beginning work noise handshakeMathias Hall-Andersen2017-06-231-0/+18
|
* Inital implementation of trieMathias Hall-Andersen2017-06-011-6/+35
|
* Beginning work on UAPI and routing tableMathias Hall-Andersen2017-05-301-0/+14