summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-09device: lock elem in autodraining queue before freeingJason A. Donenfeld
2021-02-09device: remove listen port race in testsJason A. Donenfeld
2021-02-09device: generate test keys on the flyJason A. Donenfeld
2021-02-08device: remove mutex from Peer send/receiveJosh Bleecher Snyder
2021-02-08device: create channels.goJosh Bleecher Snyder
2021-02-08device: print direction when ping transit failsJosh Bleecher Snyder
2021-02-08device: separate timersInit from timersStartJosh Bleecher Snyder
2021-02-08device: don't track device interface state in RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: improve MTU change handlingJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-02-08device: remove unnecessary zeroing in peer.SendKeepaliveJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineHandshakeJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineDecryptionJosh Bleecher Snyder
2021-02-04main: add back version fileJason A. Donenfeld
2021-02-03tai64n: add string representation for error messagesJason A. Donenfeld
2021-02-03device: take peer handshake when reinitializing last sent handshakeJason A. Donenfeld
2021-02-03device: fix goroutine leak testJosh Bleecher Snyder
2021-02-03device: add up/down stress testJason A. Donenfeld
2021-02-03device: pass cfg strings around in tests instead of readerJason A. Donenfeld
2021-02-03device: benchmark the waitpool to compare it to the prior channelsJason A. Donenfeld
2021-02-03device: test that we do not leak goroutinesJosh Bleecher Snyder
2021-02-03device: tie encryption queue lifetime to the peers that write to itJosh Bleecher Snyder
2021-02-02device: use a waiting sync.Pool instead of a channelJason A. Donenfeld
2021-01-29device: reduce number of append calls when paddingJason A. Donenfeld
2021-01-29device: use int64 instead of atomic.Value for time stampJason A. Donenfeld
2021-01-29device: use new model queues for handshakesJason A. Donenfeld
2021-01-29device: simplify peer queue lockingJason A. Donenfeld
2021-01-28device: reduce nesting when staging packetJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-28device: remove version stringJason A. Donenfeld
2021-01-28device: do not allow get to run while set runsJason A. Donenfeld
2021-01-28device: avoid hex allocations in IpcGetJason A. Donenfeld
2021-01-28device: the psk is not a chapoly keyJason A. Donenfeld
2021-01-27device: get rid of nonce routineJason A. Donenfeld
2021-01-27tun: use %w for errors on linuxJason A. Donenfeld
2021-01-27device: avoid deadlock when changing private key and removing self peersJason A. Donenfeld
2021-01-27device: use linked list for per-peer allowed-ip traversalJason A. Donenfeld
2021-01-26device: combine debug and info log levels into 'verbose'Jason A. Donenfeld
2021-01-26device: change logging interface to use functionsJosh Bleecher Snyder
2021-01-26device: fix shadowing of err in IpcHandleJosh Bleecher Snyder
2021-01-26device: remove extra error argJosh Bleecher Snyder
2021-01-26device: reduce allocs in Device.IpcGetOperationBrad Fitzpatrick
2021-01-26device: add benchmark for UAPI Device.IpcGetOperationJosh Bleecher Snyder
2021-01-26conn: fix interface parameter name in Bind interface docsBrad Fitzpatrick
2021-01-25device: allow pipelining UAPI requestsJason A. Donenfeld
2021-01-25ipc: add missing Windows errnoJason A. Donenfeld
2021-01-25device: serialize access to IpcSetOperationJosh Bleecher Snyder
2021-01-25device: simplify handling of IPC set endpointJosh Bleecher Snyder