aboutsummaryrefslogtreecommitdiffstats
path: root/src/device.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typosMathias Hall-Andersen2017-11-291-0/+1
|
* Better naming of bind helpersMathias Hall-Andersen2017-11-191-1/+1
|
* Moved endpoint into interface and simplified peerMathias Hall-Andersen2017-11-181-3/+3
|
* Ported remaining netns.shMathias Hall-Andersen2017-11-171-2/+6
| | | | | - Ported remaining netns.sh tests - Begin work on generic implementation of bind interface
* Moved TUN device creation to pre-forkMathias Hall-Andersen2017-11-141-2/+2
|
* Initial working source cachingMathias Hall-Andersen2017-11-141-9/+3
|
* Fixed blocking reader on closed socketMathias Hall-Andersen2017-11-111-5/+7
|
* Fixed port endiannessMathias Hall-Andersen2017-11-111-5/+11
|
* Initial implementation of source cachingMathias Hall-Andersen2017-10-161-1/+1
| | | | Yet untested.
* Added new UDPBind interfaceMathias Hall-Andersen2017-10-081-15/+7
|
* Begin incorporating new src cache into receiveMathias Hall-Andersen2017-10-071-12/+21
|
* Fix up fwmark handlingJason A. Donenfeld2017-09-211-1/+1
|
* Add support for fwmark on linuxMathias Hall-Andersen2017-08-221-3/+4
|
* Update MTU based on netlink messages (linux)Mathias Hall-Andersen2017-08-221-37/+0
|
* Added missing IF index checkMathias Hall-Andersen2017-08-171-6/+10
|
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-141-1/+1
|
* Improved receive.goMathias Hall-Andersen2017-08-111-31/+44
| | | | | | | | | | | - Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-071-38/+52
| | | | | This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket.
* First set of code review patchesMathias Hall-Andersen2017-08-041-9/+35
|
* Close UAPI socket before exitMathias Hall-Andersen2017-08-011-2/+2
|
* 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