aboutsummaryrefslogtreecommitdiffstats
path: root/device/uapi.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: change Peer.endpoint locking to reduce contentionJordan Whited2023-12-111-31/+29
* global: bump copyright yearJason A. Donenfeld2023-02-071-1/+1
* global: bump copyright yearJason A. Donenfeld2022-09-201-1/+1
* all: use Go 1.19 and its atomic typesBrad Fitzpatrick2022-09-041-6/+5
* all: use any in place of interface{}Josh Bleecher Snyder2022-03-161-3/+3
* all: update to Go 1.18Josh Bleecher Snyder2022-03-161-6/+4
* global: apply gofumptJason A. Donenfeld2021-12-091-1/+0
* device: handle peer post config on blank lineJason A. Donenfeld2021-11-291-0/+1
* device: reduce peer lock critical section in UAPIJosh Bleecher Snyder2021-11-231-26/+28
* global: use netip where possible nowJason A. Donenfeld2021-11-231-6/+5
* device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld2021-11-161-1/+3
* device: fix nil pointer dereference in uapi readDavid Anderson2021-11-161-2/+2
* device: make new peers inherit broken mobile semanticsJason A. Donenfeld2021-11-151-0/+1
* device: defer state machine transitions until configuration is completeJason A. Donenfeld2021-11-151-9/+10
* device: reduce size of trie structJason A. Donenfeld2021-06-031-2/+2
* conn: make binds replacableJason A. Donenfeld2021-02-231-2/+1
* device: overhaul device state managementJosh Bleecher Snyder2021-02-081-2/+2
* global: bump copyrightJason A. Donenfeld2021-01-281-1/+1
* device: do not allow get to run while set runsJason A. Donenfeld2021-01-281-2/+5
* device: avoid hex allocations in IpcGetJason A. Donenfeld2021-01-281-3/+14
* device: get rid of nonce routineJason A. Donenfeld2021-01-271-0/+8
* device: use linked list for per-peer allowed-ip traversalJason A. Donenfeld2021-01-271-3/+4
* device: combine debug and info log levels into 'verbose'Jason A. Donenfeld2021-01-261-15/+15
* device: change logging interface to use functionsJosh Bleecher Snyder2021-01-261-14/+14
* device: fix shadowing of err in IpcHandleJosh Bleecher Snyder2021-01-261-1/+2
* device: remove extra error argJosh Bleecher Snyder2021-01-261-1/+1
* device: reduce allocs in Device.IpcGetOperationBrad Fitzpatrick2021-01-261-23/+27
* device: allow pipelining UAPI requestsJason A. Donenfeld2021-01-251-30/+36
* device: serialize access to IpcSetOperationJosh Bleecher Snyder2021-01-251-0/+3
* device: simplify handling of IPC set endpointJosh Bleecher Snyder2021-01-251-12/+4
* device: remove close processing fwmarkJosh Bleecher Snyder2021-01-251-11/+2
* device: remove unnecessary commentJosh Bleecher Snyder2021-01-251-1/+0
* device: introduce new IPC error message for unknown errorJosh Bleecher Snyder2021-01-251-2/+2
* device: correct IPC error number for I/O errorsJosh Bleecher Snyder2021-01-251-1/+4
* device: simplify IpcHandle error handlingJosh Bleecher Snyder2021-01-251-15/+6
* device: split IpcSetOperation into partsJosh Bleecher Snyder2021-01-251-204/+198
* device: expand IPCErrorJosh Bleecher Snyder2021-01-251-51/+43
* device: remove dead codeJosh Bleecher Snyder2021-01-251-6/+1
* device: return errors from ipc scannerJosh Bleecher Snyder2021-01-251-1/+1
* device: simplify UAPI helper methodsJosh Bleecher Snyder2021-01-071-12/+5
* device: add UAPI helper methodsJason A. Donenfeld2021-01-071-2/+21
* device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder2021-01-071-3/+2
* device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder2021-01-071-2/+2
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
* device: return generic error from Ipc{Get,Set}Operation.David Anderson2020-05-021-4/+15
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-1/+2
* uapi: allow unsetting device private key with /dev/nullJason A. Donenfeld2020-02-041-1/+1
* uapi: allow preventing creation of new peers when updatingJason A. Donenfeld2019-10-041-1/+17
* uapi: skip peers with invalid keysJason A. Donenfeld2019-08-051-1/+6
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2