aboutsummaryrefslogtreecommitdiffstats
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* device: remove unused fields from DummyDatagram and DummyBindJosh Bleecher Snyder2021-01-201-3/+0
* device: remove unused trie test codeJosh Bleecher Snyder2021-01-201-20/+0
* device: remove unnecessary zeroingJosh Bleecher Snyder2021-01-201-5/+0
* device: remove QueueInboundElement.droppedJosh Bleecher Snyder2021-01-201-30/+5
* device: remove QueueOutboundElement.droppedJosh Bleecher Snyder2021-01-201-23/+0
* device: check returned errors from NewPeer in TestNoiseHandshakeJosh Bleecher Snyder2021-01-201-2/+8
* device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder2021-01-202-38/+5
* device: put handshake buffer in pool in FlushPacketQueuesJosh Bleecher Snyder2021-01-201-1/+2
* device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder2021-01-202-60/+50
* device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld2021-01-081-6/+16
* device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld2021-01-072-2/+18
* device: add latency and throughput benchmarksJosh Bleecher Snyder2021-01-071-0/+59
* device: use LogLevelError for benchmarkingJosh Bleecher Snyder2021-01-071-1/+5
* device: make test infrastructure usable with benchmarksJosh Bleecher Snyder2021-01-071-14/+14
* all: use ++ to incrementJosh Bleecher Snyder2021-01-074-13/+13
* device: remove unnecessary zeroingJosh Bleecher Snyder2021-01-071-1/+0
* device: call wg.Add outside the goroutineJosh Bleecher Snyder2021-01-072-3/+2
* device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder2021-01-071-0/+2
* device: simplify UAPI helper methodsJosh Bleecher Snyder2021-01-071-12/+5
* device: fix alignment of peer stats memberJason A. Donenfeld2021-01-071-1/+2
* device: add UAPI helper methodsJason A. Donenfeld2021-01-071-2/+21
* device: add missing colon to error lineJason A. Donenfeld2021-01-072-3/+3
* device: fix error shadowing before log printBrad Fitzpatrick2021-01-071-4/+4
* device: fix data race in peer.timersActiveJosh Bleecher Snyder2021-01-073-3/+6
* device: fix races from changing private_keyJosh Bleecher Snyder2021-01-075-11/+32
* device: always name *Queue*Element variables elemJosh Bleecher Snyder2021-01-073-26/+26
* device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder2021-01-072-55/+34