aboutsummaryrefslogtreecommitdiffstats
path: root/device/allowedips_test.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-26conn: fix interface parameter name in Bind interface docsBrad Fitzpatrick1-1/+1
2021-01-25device: allow pipelining UAPI requestsJason A. Donenfeld1-30/+36
2021-01-25ipc: add missing Windows errnoJason A. Donenfeld1-0/+1
2021-01-25device: serialize access to IpcSetOperationJosh Bleecher Snyder2-0/+4
2021-01-25device: simplify handling of IPC set endpointJosh Bleecher Snyder1-12/+4
2021-01-25device: remove close processing fwmarkJosh Bleecher Snyder1-11/+2
2021-01-25device: remove unnecessary commentJosh Bleecher Snyder1-1/+0
2021-01-25device: introduce new IPC error message for unknown errorJosh Bleecher Snyder2-2/+3
2021-01-25device: correct IPC error number for I/O errorsJosh Bleecher Snyder1-1/+4
2021-01-25device: simplify IpcHandle error handlingJosh Bleecher Snyder1-15/+6
2021-01-25device: split IpcSetOperation into partsJosh Bleecher Snyder1-204/+198
2021-01-25device: expand IPCErrorJosh Bleecher Snyder1-51/+43
2021-01-25device: remove dead codeJosh Bleecher Snyder1-6/+1
2021-01-25device: return errors from ipc scannerJosh Bleecher Snyder1-1/+1
2021-01-21netstack: further sequester with own go.mod and go.sumJason A. Donenfeld4-376/+400
2021-01-21netstack: introduce new module for gvisor tcp tun adapterJason A. Donenfeld3-6/+106
2021-01-20device: allow compiling with Go 1.15Jason A. Donenfeld4-6/+19
2021-01-20device: remove unused fields from DummyDatagram and DummyBindJosh Bleecher Snyder1-3/+0
2021-01-20device: remove unused trie test codeJosh Bleecher Snyder1-20/+0
2021-01-20conn: remove _ method receiverJosh Bleecher Snyder1-1/+1
2021-01-20tun: fix fmt.Errorf format stringsJosh Bleecher Snyder1-3/+3
2021-01-20device: remove unnecessary zeroingJosh Bleecher Snyder1-5/+0
2021-01-20device: remove QueueInboundElement.droppedJosh Bleecher Snyder1-30/+5
2021-01-20device: remove QueueOutboundElement.droppedJosh Bleecher Snyder1-23/+0
2021-01-20tun/wintun/memmod: gofmtJosh Bleecher Snyder1-1/+1
2021-01-20tun/wintun/memmod: fix format verbJosh Bleecher Snyder1-1/+1
2021-01-20device: check returned errors from NewPeer in TestNoiseHandshakeJosh Bleecher Snyder1-2/+8
2021-01-20device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder2-38/+5
2021-01-20device: put handshake buffer in pool in FlushPacketQueuesJosh Bleecher Snyder1-1/+2
2021-01-20device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder2-60/+50
2021-01-13tun: add tcpip stack tunnel abstractionJason A. Donenfeld3-0/+1192
2021-01-08device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld4-23/+32
2021-01-07conn: linux: do not allow ReceiveIPvX to race with CloseJason A. Donenfeld1-17/+32
2021-01-07device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld2-2/+18
2021-01-07device: add latency and throughput benchmarksJosh Bleecher Snyder1-0/+59
2021-01-07device: use LogLevelError for benchmarkingJosh Bleecher Snyder1-1/+5
2021-01-07device: make test infrastructure usable with benchmarksJosh Bleecher Snyder1-14/+14
2021-01-07memmod: apply explicit build tags to _32 and _64 filesJason A. Donenfeld4-4/+4
2021-01-07tun: make customization of WintunPool and requested GUID more obviousJason A. Donenfeld1-10/+3
2021-01-07all: use ++ to incrementJosh Bleecher Snyder5-14/+14
2021-01-07device: remove unnecessary zeroingJosh Bleecher Snyder1-1/+0
2021-01-07device: call wg.Add outside the goroutineJosh Bleecher Snyder2-3/+2
2021-01-07device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder1-0/+2
2021-01-07device: simplify UAPI helper methodsJosh Bleecher Snyder1-12/+5
2021-01-07device: fix alignment of peer stats memberJason A. Donenfeld1-1/+2
2021-01-07device: add UAPI helper methodsJason A. Donenfeld1-2/+21
2021-01-07conn: do not SO_REUSEADDR on linuxJason A. Donenfeld1-19/+0
2021-01-07device: add missing colon to error lineJason A. Donenfeld2-3/+3
2021-01-07device: fix error shadowing before log printBrad Fitzpatrick1-4/+4
2021-01-07device: fix data race in peer.timersActiveJosh Bleecher Snyder3-3/+6