summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-wireguard.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-281-2/+4
* device/wireguard: drop act_stage1_prepare() implementationThomas Haller2019-08-281-12/+0
* wireguard: fix use-after free in _peers_remove()Thomas Haller2019-08-031-1/+1
* device/wireguard: fix explicit_bzero() call on peers buffer in link_config()Thomas Haller2019-08-021-1/+1
* wireguard: use fixed fwmark/rule-priority for auto-default-routeThomas Haller2019-07-311-139/+32
* wireguard: clear cached auto-default-route setting in act_stage1_prepare()Thomas Haller2019-07-311-0/+12
* wireguard: fix crash in _auto_default_route_init()Thomas Haller2019-07-311-26/+33
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-291-5/+441
* wireguard: refactor cleanup of NMDeviceWireGuard on disconnect/disposeThomas Haller2019-07-291-10/+11
* device/wireguard: fix separating lines by semicolon in link_config()Thomas Haller2019-07-271-2/+2
* device: support reapplying route-tableThomas Haller2019-06-171-1/+1
* device/wireguard: fix memleak for NMDeviceWireGuardThomas Haller2019-05-031-0/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: codespell fixesLubomir Rintel2019-03-111-3/+3
* wireguard: update TODO list for WireGuard devicesThomas Haller2019-03-071-4/+9
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-071-9/+9
* wireguard: implement direct "peer-routes" for WireGuard allowed-ips rangesThomas Haller2019-03-051-0/+137
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-051-2/+40
* core/wireguard: add support for WireGuard peersThomas Haller2019-02-221-41/+1016
* core/wireguard: add basic support for creating wireguard devicesThomas Haller2019-02-221-19/+326
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-0/+7
* core: introduce NMDeviceWireGuardJavier Arteaga2018-08-061-0/+212