summaryrefslogtreecommitdiffhomepage
path: root/device/peer.go
AgeCommit message (Expand)Author
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
2019-03-04boundif: introduce API for socket bindingJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld