summaryrefslogtreecommitdiff
path: root/src/network/netdev/wireguard.h
Commit message (Expand)AuthorAgeFilesLines
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-1/+1
* network/wireguard: cleanups for resolving endpointsYu Watanabe2021-12-021-6/+7
* network: wireguard: automatically configure routes to addresses specified in ...Yu Watanabe2021-12-011-0/+13
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
* network: unify config_parse_wireguard_public_key() and config_parse_wireguard...Yu Watanabe2020-09-101-3/+1
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-0/+1
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+2
* network: add WireGuardPeer.PresharedKeyFile= settingYu Watanabe2019-04-091-0/+2
* wireguard: add PrivateKeyFile= optionYu Watanabe2019-03-131-0/+2
* wireguard: reuse sd_event_source objectYu Watanabe2019-03-131-0/+1
* wireguard: use NetworkConfigSection to manage [WireGuardPeer] sectionsYu Watanabe2019-03-131-20/+10
* tree-wide: use CONFIG_PARSER_PROTOTYPE() macroYu Watanabe2018-11-121-8/+8
* network: drop unused members in Wireguard objectYu Watanabe2018-11-071-3/+0
* network: sort headers in wireguard.hYu Watanabe2018-11-051-3/+2
* network: use destroy callback to unref netdev attached to event sourceYu Watanabe2018-11-051-1/+0
* network: use destroy callback to clear resolved wireguard endpointsYu Watanabe2018-11-051-1/+0
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd: add support for wireguard interface typeJörg Thalheim2018-01-091-0/+98