summaryrefslogtreecommitdiffstats
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: don't defer unlocking from loopJason A. Donenfeld2021-04-121-1/+1
* conn: reconstruct v4 vs v6 receive function based on symtabJason A. Donenfeld2021-04-121-2/+3
* device: allocate new buffer in receive death spiralKristupas Antanavičius2021-04-121-0/+1
* all: make conn.Bind.Open return a slice of receive functionsJosh Bleecher Snyder2021-04-022-20/+12
* device: handle broader range of errors in RoutineReceiveIncomingJosh Bleecher Snyder2021-03-301-0/+3
* device: rename unsafeCloseBind to closeBindLockedJosh Bleecher Snyder2021-03-301-3/+5
* device: signal to close device in separate routineJason A. Donenfeld2021-03-111-1/+1
* device: get rid of peers.empty boolean in timersActiveJason A. Donenfeld2021-03-063-10/+7
* conn: implement RIO for fast Windows UDP socketsJason A. Donenfeld2021-02-252-1/+16
* global: remove TODO name graffitiJason A. Donenfeld2021-02-232-2/+1
* device: test up/down using virtual connJason A. Donenfeld2021-02-231-23/+19
* device: cleanup unused test componentsJason A. Donenfeld2021-02-233-80/+27
* conn: make binds replacableJason A. Donenfeld2021-02-236-28/+19
* device: disable waitpool testsJason A. Donenfeld2021-02-221-0/+1
* global: stop using ioutilJason A. Donenfeld2021-02-171-2/+2
* conn: bump to 1.16 and get rid of NetErrClosed hackJason A. Donenfeld2021-02-161-1/+1
* device: remove old version fileJason A. Donenfeld2021-02-121-3/+0
* device: use container/list instead of open coding itJason A. Donenfeld2021-02-102-37/+25
* device: retry Up() in up/down testJason A. Donenfeld2021-02-101-2/+13
* device: flush peer queues before starting deviceJason A. Donenfeld2021-02-102-24/+30
* device: create peer queues at peer creation timeJason A. Donenfeld2021-02-101-6/+3
* device: return error from Up() and Down()Jason A. Donenfeld2021-02-102-18/+27
* rwcancel: add an explicit close callJason A. Donenfeld2021-02-091-0/+1
* device: handshake routine writes into encryption queueJason A. Donenfeld2021-02-092-1/+5
* device: make RoutineReadFromTUN keep encryption queue aliveJosh Bleecher Snyder2021-02-092-1/+3
* device: only allocate peer queues onceJosh Bleecher Snyder2021-02-091-4/+4
* device: clarify device.state.state docs (again)Josh Bleecher Snyder2021-02-091-2/+4
* device: run fewer iterations in TestUpDownJosh Bleecher Snyder2021-02-091-2/+2
* device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder2021-02-093-0/+24
* device: remove nil elem check in finalizersJosh Bleecher Snyder2021-02-091-6/+0
* device: rename unsafeRemovePeer to removePeerLockedJason A. Donenfeld2021-02-091-9/+5
* device: remove deviceStateNewJason A. Donenfeld2021-02-092-20/+8
* device: fix comment typo and shorten state.mu.Lock to state.LockJason A. Donenfeld2021-02-092-13/+12
* device: fix typo in commentJason A. Donenfeld2021-02-091-1/+1
* device: fix alignment on 32-bit machines and test for itJason A. Donenfeld2021-02-092-8/+2
* device: do not log on idempotent device state changeJason A. Donenfeld2021-02-091-1/+0
* device: do not attach finalizer to non-returned objectJason A. Donenfeld2021-02-095-20/+22
* device: lock elem in autodraining queue before freeingJason A. Donenfeld2021-02-091-0/+2
* device: remove listen port race in testsJason A. Donenfeld2021-02-091-63/+43
* device: generate test keys on the flyJason A. Donenfeld2021-02-091-6/+21
* device: remove mutex from Peer send/receiveJosh Bleecher Snyder2021-02-084-16/+80
* device: create channels.goJosh Bleecher Snyder2021-02-082-61/+69
* device: print direction when ping transit failsJosh Bleecher Snyder2021-02-081-3/+9
* device: separate timersInit from timersStartJosh Bleecher Snyder2021-02-082-5/+7
* device: don't track device interface state in RoutineTUNEventReaderJosh Bleecher Snyder2021-02-081-7/+4
* device: improve MTU change handlingJosh Bleecher Snyder2021-02-081-8/+15
* device: remove device.state.stopping from RoutineTUNEventReaderJosh Bleecher Snyder2021-02-082-2/+1
* device: overhaul device state managementJosh Bleecher Snyder2021-02-088-139/+188
* device: remove unnecessary zeroing in peer.SendKeepaliveJosh Bleecher Snyder2021-02-081-1/+0
* device: remove device.state.stopping from RoutineHandshakeJosh Bleecher Snyder2021-02-082-5/+1