aboutsummaryrefslogtreecommitdiffstats
path: root/src/receive.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor timers.goMathias Hall-Andersen2017-11-301-1/+2
* Added cross namespace TUN status detectionMathias Hall-Andersen2017-11-291-2/+2
* Moved endpoint into interface and simplified peerMathias Hall-Andersen2017-11-181-17/+12
* Ported remaining netns.shMathias Hall-Andersen2017-11-171-8/+19
* Initial working source cachingMathias Hall-Andersen2017-11-141-28/+33
* Fixed blocking reader on closed socketMathias Hall-Andersen2017-11-111-6/+7
* Fixed port endiannessMathias Hall-Andersen2017-11-111-98/+89
* Initial implementation of source cachingMathias Hall-Andersen2017-10-161-10/+8
* Added new UDPBind interfaceMathias Hall-Andersen2017-10-081-30/+27
* Begin incorporating new src cache into receiveMathias Hall-Andersen2017-10-071-17/+36
* Added last_minute_handshake_guardMathias Hall-Andersen2017-09-201-19/+11
* Improved readability of send/receive codeMathias Hall-Andersen2017-09-091-114/+115
* Improved handling of key-materialMathias Hall-Andersen2017-09-011-7/+17
* Added fwmark codeMathias Hall-Andersen2017-08-251-3/+22
* Improved cookie/mac computation codeMathias Hall-Andersen2017-08-141-3/+19
* Improved receive.goMathias Hall-Andersen2017-08-111-118/+87
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-071-257/+250
* First set of code review patchesMathias Hall-Andersen2017-08-041-9/+35
* Verify source addressMathias Hall-Andersen2017-07-311-4/+4
* Improved timer codeMathias Hall-Andersen2017-07-271-18/+18
* Added last_handshake_time fields to UAPIMathias Hall-Andersen2017-07-181-1/+1
* Fixed deadlock in index.goMathias Hall-Andersen2017-07-171-4/+4
* Improved throughputMathias Hall-Andersen2017-07-141-22/+35
* Endpoint discovery from handshake initiationMathias Hall-Andersen2017-07-131-0/+6
* Terminate on interface deletionMathias Hall-Andersen2017-07-131-8/+16
* Added ratelimiting of handshake messagesMathias Hall-Andersen2017-07-111-0/+4
* Fixed incomming initiation bugMathias Hall-Andersen2017-07-101-2/+4
* Added replay protectionMathias Hall-Andersen2017-07-101-0/+4
* Improved timer state machineMathias Hall-Andersen2017-07-081-17/+27
* Added source verificationMathias Hall-Andersen2017-07-081-36/+101
* Fixed cookie reply processing bugMathias Hall-Andersen2017-07-071-24/+82
* Initial working full exchangeMathias Hall-Andersen2017-07-061-79/+71
* Fixed transport header problemMathias Hall-Andersen2017-07-021-2/+3
* Handshake negotiation functioningMathias Hall-Andersen2017-07-011-0/+404