aboutsummaryrefslogtreecommitdiff
path: root/device/peer.go
AgeCommit message (Expand)Author
2023-12-11device: change Peer.endpoint locking to reduce contentionJordan Whited
2023-10-10device: move Queue{In,Out}boundElement Mutex to container typeJordan Whited
2023-03-10conn, device, tun: implement vectorized I/O plumbingJordan Whited
2023-02-16device: uniformly check ECDH output for zerosJason A. Donenfeld
2023-02-07global: bump copyright yearJason A. Donenfeld
2022-09-20global: bump copyright yearJason A. Donenfeld
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick
2021-11-15device: defer state machine transitions until configuration is completeJason A. Donenfeld
2021-05-18device: optimize Peer.String even moreJason A. Donenfeld
2021-05-14device: optimize Peer.StringJosh Bleecher Snyder
2021-05-07device: remove unusual ... in messagesJason A. Donenfeld
2021-03-06device: get rid of peers.empty boolean in timersActiveJason A. Donenfeld
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-02-10device: use container/list instead of open coding itJason 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-09device: only allocate peer queues onceJosh Bleecher Snyder
2021-02-09device: fix comment typo and shorten state.mu.Lock to state.LockJason A. Donenfeld
2021-02-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-08device: remove mutex from Peer send/receiveJosh Bleecher Snyder
2021-02-08device: separate timersInit from timersStartJosh Bleecher Snyder
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-02-03device: take peer handshake when reinitializing last sent handshakeJason A. Donenfeld
2021-02-03device: tie encryption queue lifetime to the peers that write to itJosh Bleecher Snyder
2021-01-29device: simplify peer queue lockingJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-27device: get rid of nonce routineJason A. Donenfeld
2021-01-27device: use linked list for per-peer allowed-ip traversalJason A. Donenfeld
2021-01-26device: combine debug and info log levels into 'verbose'Jason A. Donenfeld
2021-01-26device: change logging interface to use functionsJosh Bleecher Snyder
2021-01-07device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-07device: call wg.Add outside the goroutineJosh Bleecher Snyder
2021-01-07device: fix alignment of peer stats memberJason A. Donenfeld
2021-01-07device: fix data race in peer.timersActiveJosh Bleecher Snyder
2021-01-07device: fix races from changing private_keyJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder
2021-01-07device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder
2021-01-07device: prevent spurious errors while closing a deviceJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2020-11-18device: add write queue mutex for peerHaichao Liu
2020-11-06device: format a few thingsJason A. Donenfeld
2020-10-14device: remove global for roaming escape hatchJason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-05-02device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson
2020-03-17noise: unify zero checking of ecdhJason A. Donenfeld
2019-08-05uapi: skip peers with invalid keysJason A. Donenfeld
2019-07-11device: immediately rekey all peers after changing device private keyJason A. Donenfeld
2019-06-11device: update transfer counters correctlyJason A. Donenfeld