aboutsummaryrefslogtreecommitdiff
path: root/device/uapi.go
AgeCommit message (Expand)Author
2023-12-11device: change Peer.endpoint locking to reduce contentionJordan Whited
2023-02-07global: bump copyright yearJason A. Donenfeld
2022-09-20global: bump copyright yearJason A. Donenfeld
2022-09-04all: use Go 1.19 and its atomic typesBrad Fitzpatrick
2022-03-16all: use any in place of interface{}js/for-jasonJosh Bleecher Snyder
2022-03-16all: update to Go 1.18Josh Bleecher Snyder
2021-12-09global: apply gofumptJason A. Donenfeld
2021-11-29device: handle peer post config on blank lineJason A. Donenfeld
2021-11-23device: reduce peer lock critical section in UAPIJosh Bleecher Snyder
2021-11-23global: use netip where possible nowJason A. Donenfeld
2021-11-16device: only propagate roaming value before peer is referenced elsewhereJason A. Donenfeld
2021-11-16device: fix nil pointer dereference in uapi readDavid Anderson
2021-11-15device: make new peers inherit broken mobile semanticsJason A. Donenfeld
2021-11-15device: defer state machine transitions until configuration is completeJason A. Donenfeld
2021-06-03device: reduce size of trie structJason A. Donenfeld
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