aboutsummaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2022-03-16all: use any in place of interface{}js/for-jasonJosh Bleecher Snyder
2022-03-16all: update to Go 1.18Josh Bleecher Snyder
2021-12-09global: apply gofumptJason A. Donenfeld
2021-11-29device: handle peer post config on blank lineJason A. Donenfeld
2021-11-23device: reduce peer lock critical section in UAPIJosh Bleecher Snyder
2021-11-23device: remove code using unsafeJosh Bleecher Snyder
2021-11-23global: use netip where possible nowJason A. Donenfeld
2021-11-16device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld
2021-11-16device: align 64-bit atomic member in DeviceJason A. Donenfeld
2021-11-16device: start peers before running handshake testJason A. Donenfeld
2021-11-16device: fix nil pointer dereference in uapi readDavid Anderson
2021-11-15device: make new peers inherit broken mobile semanticsJason A. Donenfeld
2021-11-15device: defer state machine transitions until configuration is completeJason A. Donenfeld
2021-11-15device: do not consume handshake messages if not runningJason A. Donenfeld
2021-10-28device: timers: use pre-seeded per-thread unlocked fastrandn for jitterJason A. Donenfeld
2021-10-28device: timers: seed unsafe rng before use for jitterJason A. Donenfeld
2021-10-12global: remove old-style build tagsJason A. Donenfeld
2021-09-05global: add new go 1.17 build commentsJason A. Donenfeld
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