summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-25device: remove close processing fwmarkJosh Bleecher Snyder
2021-01-25device: remove unnecessary commentJosh Bleecher Snyder
2021-01-25device: introduce new IPC error message for unknown errorJosh Bleecher Snyder
2021-01-25device: correct IPC error number for I/O errorsJosh Bleecher Snyder
2021-01-25device: simplify IpcHandle error handlingJosh Bleecher Snyder
2021-01-25device: split IpcSetOperation into partsJosh Bleecher Snyder
2021-01-25device: expand IPCErrorJosh Bleecher Snyder
2021-01-25device: remove dead codeJosh Bleecher Snyder
2021-01-25device: return errors from ipc scannerJosh Bleecher Snyder
2021-01-21netstack: further sequester with own go.mod and go.sumJason A. Donenfeld
2021-01-21netstack: introduce new module for gvisor tcp tun adapterJason A. Donenfeld
2021-01-20device: allow compiling with Go 1.15Jason A. Donenfeld
2021-01-20device: remove unused fields from DummyDatagram and DummyBindJosh Bleecher Snyder
2021-01-20device: remove unused trie test codeJosh Bleecher Snyder
2021-01-20conn: remove _ method receiverJosh Bleecher Snyder
2021-01-20tun: fix fmt.Errorf format stringsJosh Bleecher Snyder
2021-01-20device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-20device: remove QueueInboundElement.droppedJosh Bleecher Snyder
2021-01-20device: remove QueueOutboundElement.droppedJosh Bleecher Snyder
2021-01-20tun/wintun/memmod: gofmtJosh Bleecher Snyder
2021-01-20tun/wintun/memmod: fix format verbJosh Bleecher Snyder
2021-01-20device: check returned errors from NewPeer in TestNoiseHandshakeJosh Bleecher Snyder
2021-01-20device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder