aboutsummaryrefslogtreecommitdiffstats
path: root/src/device.go (follow)
Commit message (Expand)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
* 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
* 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
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-071-38/+52
* 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
* Improved throughputMathias Hall-Andersen2017-07-141-1/+21
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-2/+5
* Fixed MTU method for linux TUN interfaceMathias Hall-Andersen2017-07-111-1/+1
* 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
* 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
* Work on UAPIMathias Hall-Andersen2017-06-281-14/+27
* 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