aboutsummaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
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
2021-02-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-09device: lock elem in autodraining queue before freeingJason A. Donenfeld
2021-02-09device: remove listen port race in testsJason A. Donenfeld
2021-02-09device: generate test keys on the flyJason A. Donenfeld
2021-02-08device: remove mutex from Peer send/receiveJosh Bleecher Snyder
2021-02-08device: create channels.goJosh Bleecher Snyder
2021-02-08device: print direction when ping transit failsJosh Bleecher Snyder
2021-02-08device: separate timersInit from timersStartJosh Bleecher Snyder
2021-02-08device: don't track device interface state in RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: improve MTU change handlingJosh Bleecher Snyder
2021-02-08device: remove device.state.stopping from RoutineTUNEventReaderJosh Bleecher Snyder
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-02-08device: remove unnecessary zeroing in peer.SendKeepaliveJosh Bleecher Snyder