aboutsummaryrefslogtreecommitdiffstats
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* device: remove mutex from Peer send/receiveJosh Bleecher Snyder2021-02-084-16/+80
* device: create channels.goJosh Bleecher Snyder2021-02-082-61/+69
* device: print direction when ping transit failsJosh Bleecher Snyder2021-02-081-3/+9
* device: separate timersInit from timersStartJosh Bleecher Snyder2021-02-082-5/+7
* device: don't track device interface state in RoutineTUNEventReaderJosh Bleecher Snyder2021-02-081-7/+4
* device: improve MTU change handlingJosh Bleecher Snyder2021-02-081-8/+15
* device: remove device.state.stopping from RoutineTUNEventReaderJosh Bleecher Snyder2021-02-082-2/+1
* device: overhaul device state managementJosh Bleecher Snyder2021-02-088-139/+188
* device: remove unnecessary zeroing in peer.SendKeepaliveJosh Bleecher Snyder2021-02-081-1/+0
* device: remove device.state.stopping from RoutineHandshakeJosh Bleecher Snyder2021-02-082-5/+1
* device: remove device.state.stopping from RoutineDecryptionJosh Bleecher Snyder2021-02-082-5/+3
* device: take peer handshake when reinitializing last sent handshakeJason A. Donenfeld2021-02-031-1/+4
* device: fix goroutine leak testJosh Bleecher Snyder2021-02-031-8/+9
* device: add up/down stress testJason A. Donenfeld2021-02-031-0/+35
* device: pass cfg strings around in tests instead of readerJason A. Donenfeld2021-02-031-9/+7
* device: benchmark the waitpool to compare it to the prior channelsJason A. Donenfeld2021-02-031-0/+23
* device: test that we do not leak goroutinesJosh Bleecher Snyder2021-02-031-0/+31
* device: tie encryption queue lifetime to the peers that write to itJosh Bleecher Snyder2021-02-033-4/+6
* device: use a waiting sync.Pool instead of a channelJason A. Donenfeld2021-02-024-67/+116
* device: reduce number of append calls when paddingJason A. Donenfeld2021-01-291-5/+2
* device: use int64 instead of atomic.Value for time stampJason A. Donenfeld2021-01-292-13/+27
* device: use new model queues for handshakesJason A. Donenfeld2021-01-292-79/+52
* device: simplify peer queue lockingJason A. Donenfeld2021-01-294-147/+70
* device: reduce nesting when staging packetJason A. Donenfeld2021-01-281-6/+6
* global: bump copyrightJason A. Donenfeld2021-01-2834-34/+34
* device: do not allow get to run while set runsJason A. Donenfeld2021-01-282-3/+7
* device: avoid hex allocations in IpcGetJason A. Donenfeld2021-01-282-15/+14
* device: the psk is not a chapoly keyJason A. Donenfeld2021-01-282-8/+7
* device: get rid of nonce routineJason A. Donenfeld2021-01-278-167/+72
* device: avoid deadlock when changing private key and removing self peersJason A. Donenfeld2021-01-271-0/+2
* device: use linked list for per-peer allowed-ip traversalJason A. Donenfeld2021-01-274-44/+62
* device: combine debug and info log levels into 'verbose'Jason A. Donenfeld2021-01-2610-116/+96
* device: change logging interface to use functionsJosh Bleecher Snyder2021-01-269-164/+130
* device: fix shadowing of err in IpcHandleJosh Bleecher Snyder2021-01-261-1/+2
* device: remove extra error argJosh Bleecher Snyder2021-01-261-1/+1
* device: reduce allocs in Device.IpcGetOperationBrad Fitzpatrick2021-01-261-23/+27
* device: add benchmark for UAPI Device.IpcGetOperationJosh Bleecher Snyder2021-01-261-0/+12
* device: allow pipelining UAPI requestsJason A. Donenfeld2021-01-251-30/+36
* device: serialize access to IpcSetOperationJosh Bleecher Snyder2021-01-252-0/+4
* device: simplify handling of IPC set endpointJosh Bleecher Snyder2021-01-251-12/+4
* device: remove close processing fwmarkJosh Bleecher Snyder2021-01-251-11/+2
* device: remove unnecessary commentJosh Bleecher Snyder2021-01-251-1/+0
* device: introduce new IPC error message for unknown errorJosh Bleecher Snyder2021-01-251-2/+2
* device: correct IPC error number for I/O errorsJosh Bleecher Snyder2021-01-251-1/+4
* device: simplify IpcHandle error handlingJosh Bleecher Snyder2021-01-251-15/+6
* device: split IpcSetOperation into partsJosh Bleecher Snyder2021-01-251-204/+198
* device: expand IPCErrorJosh Bleecher Snyder2021-01-251-51/+43
* device: remove dead codeJosh Bleecher Snyder2021-01-251-6/+1
* device: return errors from ipc scannerJosh Bleecher Snyder2021-01-251-1/+1
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-201-1/+1