aboutsummaryrefslogtreecommitdiffstats
path: root/device/peer.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: remove global for roaming escape hatchJason A. Donenfeld2020-10-141-2/+2
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-021-3/+3
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-2/+4
* device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson2020-05-021-1/+5
* noise: unify zero checking of ecdhJason A. Donenfeld2020-03-171-7/+2
* uapi: skip peers with invalid keysJason A. Donenfeld2019-08-051-3/+10
* device: immediately rekey all peers after changing device private keyJason A. Donenfeld2019-07-111-0/+19
* device: update transfer counters correctlyJason A. Donenfeld2019-06-111-1/+6
* boundif: introduce API for socket bindingJason A. Donenfeld2019-03-041-2/+2
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+270