summaryrefslogtreecommitdiffhomepage
path: root/src/config.c
AgeCommit message (Expand)Author
2017-10-02netlink: switch from ioctl to netlink for configurationJason A. Donenfeld
2017-09-24tools: use key_is_zero for comparing to zerosJason A. Donenfeld
2017-09-24config: do not reset device portJason A. Donenfeld
2017-09-24timers: convert to use netif_runningJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-06-12random: wait for random bytes when generating nonces and ephemeralsJason A. Donenfeld
2017-06-08config: ensure the RNG is initialized before settingJason A. Donenfeld
2017-05-31config: add new line for styleJason A. Donenfeld
2017-05-31config: it's faster to memcpy than strncpyJason A. Donenfeld
2017-05-31config: do not error out when getting if no peersJason A. Donenfeld
2017-05-30peer: use iterator macro instead of callbackJason A. Donenfeld
2017-05-30noise: precompute static-static ECDH operationJason A. Donenfeld
2017-05-17noise: redesign preshared key modeJason A. Donenfeld
2017-04-21routingtable: rewrite core functionsJason A. Donenfeld
2017-04-21config: don't allow no-privatekey to mask presharedJason A. Donenfeld
2017-03-30curve25519: protect against potential invalid point attacksJason A. Donenfeld
2017-03-28config: do not allow peers with public keys the same as the interfaceJason A. Donenfeld
2017-03-24uapi: add version magicJason A. Donenfeld
2017-03-19config: satisfy sparseJason A. Donenfeld
2017-02-13socket: enable setting of fwmarkJason A. Donenfeld
2017-01-12config: useless newlineJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2017-01-10uapi: use sockaddr union instead of sockaddr_storageJason A. Donenfeld
2017-01-10uapi: use flag instead of C bitfield for portabilityJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-23config: allow removing multiple peers at onceJason A. Donenfeld
2016-12-16config: cleanupsJason A. Donenfeld
2016-12-13peer: don't use sockaddr_storage to reduce memory usageJason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-15socket: keep track of src address in sending packetsJason A. Donenfeld
2016-11-04socket: use dst_cache instead of handrolled cacheJason A. Donenfeld
2016-11-03timers: take reference like a lookup tableJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-08persistent-keepalive: change range to [1,65535]Jason A. Donenfeld
2016-07-23timers: upstream removed the slack conceptJason A. Donenfeld
2016-07-10timers: apply slack to hotpath timersJason A. Donenfeld
2016-07-10persistent keepalive: use unsigned long to avoid multiplication in hotpathJason A. Donenfeld
2016-07-10persistent keepalive: use authenticated keepalivesJason A. Donenfeld
2016-07-08persistent keepalive: start sending immediatelyJason A. Donenfeld
2016-07-08persistent keepalive: add kernel mechanismJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld