summaryrefslogtreecommitdiff
path: root/device/uapi.go
AgeCommit message (Expand)Author
2021-02-23conn: make binds replacableJason A. Donenfeld
2021-02-08device: overhaul device state managementJosh Bleecher Snyder
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-28device: do not allow get to run while set runsJason A. Donenfeld
2021-01-28device: avoid hex allocations in IpcGetJason 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-26device: fix shadowing of err in IpcHandleJosh Bleecher Snyder
2021-01-26device: remove extra error argJosh Bleecher Snyder
2021-01-26device: reduce allocs in Device.IpcGetOperationBrad Fitzpatrick
2021-01-25device: allow pipelining UAPI requestsJason A. Donenfeld
2021-01-25device: serialize access to IpcSetOperationJosh Bleecher Snyder
2021-01-25device: simplify handling of IPC set endpointJosh Bleecher Snyder
2021-01-25device: remove close processing fwmarkJosh Bleecher Snyder
2021-01-25device: remove unnecessary commentJosh Bleecher Snyder
2021-01-25device: introduce new IPC error message for unknown errorJosh Bleecher Snyder
2021-01-25device: correct IPC error number for I/O errorsJosh Bleecher Snyder
2021-01-25device: simplify IpcHandle error handlingJosh Bleecher Snyder
2021-01-25device: split IpcSetOperation into partsJosh Bleecher Snyder
2021-01-25device: expand IPCErrorJosh Bleecher Snyder
2021-01-25device: remove dead codeJosh Bleecher Snyder
2021-01-25device: return errors from ipc scannerJosh Bleecher Snyder
2021-01-07device: simplify UAPI helper methodsJosh Bleecher Snyder
2021-01-07device: add UAPI helper methodsJason A. Donenfeld
2021-01-07device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder
2021-01-07device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02device: return generic error from Ipc{Get,Set}Operation.David Anderson
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-02-04uapi: allow unsetting device private key with /dev/nullJason A. Donenfeld
2019-10-04uapi: allow preventing creation of new peers when updatingJason A. Donenfeld
2019-08-05uapi: skip peers with invalid keysJason A. Donenfeld
2019-05-14global: regroup all importsJason A. Donenfeld
2019-03-20uapi: remove unhelpful log messagesJason A. Donenfeld
2019-03-19uapi: report endpoint errorJason A. Donenfeld
2019-03-10uapi: make ipcerror conform to interfaceJason A. Donenfeld
2019-03-03global: begin modularizationJason A. Donenfeld