summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
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-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-25device: allow pipelining UAPI requestsJason 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-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-20device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-20device: remove QueueInboundElement.droppedJosh Bleecher Snyder
2021-01-20device: remove QueueOutboundElement.droppedJosh 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
2021-01-20device: put handshake buffer in pool in FlushPacketQueuesJosh Bleecher Snyder
2021-01-20device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder
2021-01-08device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld
2021-01-07device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld
2021-01-07device: add latency and throughput benchmarksJosh Bleecher Snyder
2021-01-07device: use LogLevelError for benchmarkingJosh Bleecher Snyder
2021-01-07device: make test infrastructure usable with benchmarksJosh Bleecher Snyder
2021-01-07all: use ++ to incrementJosh Bleecher Snyder
2021-01-07device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-07device: call wg.Add outside the goroutineJosh Bleecher Snyder
2021-01-07device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder
2021-01-07device: simplify UAPI helper methodsJosh Bleecher Snyder
2021-01-07device: fix alignment of peer stats memberJason A. Donenfeld
2021-01-07device: add UAPI helper methodsJason A. Donenfeld
2021-01-07device: add missing colon to error lineJason A. Donenfeld
2021-01-07device: fix error shadowing before log printBrad Fitzpatrick
2021-01-07device: fix data race in peer.timersActiveJosh Bleecher Snyder
2021-01-07device: fix races from changing private_keyJosh Bleecher Snyder
2021-01-07device: always name *Queue*Element variables elemJosh Bleecher Snyder