summaryrefslogtreecommitdiffhomepage
path: root/device
AgeCommit message (Expand)Author
2021-06-04device: zero out allowedip node pointers when removingJason A. Donenfeld
2021-06-03device: limit allowedip fuzzer a to 4 times throughJason A. Donenfeld
2021-06-03device: simplify allowedips lookup signatureJason A. Donenfeld
2021-06-03device: remove nodes by peer in O(1) instead of O(n)Jason A. Donenfeld
2021-06-03device: remove recursion from insertion and connect parent pointersJason A. Donenfeld
2021-06-03device: reduce size of trie structJason A. Donenfeld
2021-05-22device: allow reducing queue constants on iOSJason A. Donenfeld
2021-05-20tun: linux: account for interface removal from outsideJason A. Donenfeld
2021-05-18device: optimize Peer.String even moreJason A. Donenfeld
2021-05-14device: optimize Peer.StringJosh Bleecher Snyder
2021-05-07device: add ID to repeated routinesJason A. Donenfeld
2021-05-07device: remove unusual ... in messagesJason A. Donenfeld
2021-05-07device: avoid verbose log line during ordinary shutdown sequenceJason A. Donenfeld
2021-05-06device: log all errors received by RoutineReceiveIncomingJosh Bleecher Snyder
2021-04-12device: don't defer unlocking from loopJason A. Donenfeld
2021-04-12conn: reconstruct v4 vs v6 receive function based on symtabJason A. Donenfeld
2021-04-12device: allocate new buffer in receive death spiralKristupas Antanavičius
2021-04-02all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder
2021-03-30device: handle broader range of errors in RoutineReceiveIncomingJosh Bleecher Snyder
2021-03-30device: rename unsafeCloseBind to closeBindLockedJosh Bleecher Snyder
2021-03-11device: signal to close device in separate routineJason A. Donenfeld
2021-03-06device: get rid of peers.empty boolean in timersActiveJason A. Donenfeld
2021-02-25conn: implement RIO for fast Windows UDP socketsJason A. Donenfeld
2021-02-23global: remove TODO name graffitiJason A. Donenfeld
2021-02-23device: test up/down using virtual connJason A. Donenfeld
2021-02-23device: cleanup unused test componentsJason A. Donenfeld
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-02-22device: disable waitpool testsJason A. Donenfeld
2021-02-17global: stop using ioutilJason A. Donenfeld
2021-02-16conn: bump to 1.16 and get rid of NetErrClosed hackJason A. Donenfeld
2021-02-12device: remove old version fileJason A. Donenfeld
2021-02-10device: use container/list instead of open coding itJason A. Donenfeld
2021-02-10device: retry Up() in up/down testJason A. Donenfeld
2021-02-10device: flush peer queues before starting deviceJason A. Donenfeld
2021-02-10device: create peer queues at peer creation timeJason A. Donenfeld
2021-02-10device: return error from Up() and Down()Jason A. Donenfeld
2021-02-09rwcancel: add an explicit close callJason A. Donenfeld
2021-02-09device: handshake routine writes into encryption queueJason A. Donenfeld
2021-02-09device: make RoutineReadFromTUN keep encryption queue aliveJosh Bleecher Snyder
2021-02-09device: only allocate peer queues onceJosh Bleecher Snyder
2021-02-09device: clarify device.state.state docs (again)Josh Bleecher Snyder
2021-02-09device: run fewer iterations in TestUpDownJosh Bleecher Snyder
2021-02-09device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder
2021-02-09device: remove nil elem check in finalizersJosh Bleecher Snyder
2021-02-09device: rename unsafeRemovePeer to removePeerLockedJason A. Donenfeld
2021-02-09device: remove deviceStateNewJason A. Donenfeld
2021-02-09device: fix comment typo and shorten state.mu.Lock to state.LockJason A. Donenfeld
2021-02-09device: fix typo in commentJason A. Donenfeld
2021-02-09device: fix alignment on 32-bit machines and test for itJason A. Donenfeld
2021-02-09device: do not log on idempotent device state changeJason A. Donenfeld