aboutsummaryrefslogtreecommitdiffstats
path: root/device/uapi.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* uapi: remove unhelpful log messagesJason A. Donenfeld2019-03-201-7/+0
* uapi: report endpoint errorJason A. Donenfeld2019-03-191-1/+1
* uapi: make ipcerror conform to interfaceJason A. Donenfeld2019-03-101-2/+2
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+426