summaryrefslogtreecommitdiff
path: root/src/network/netdev/wireguard.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-14/+7
* network: drop redundant warningYu Watanabe2022-07-091-2/+0
* sd-event: allow sd_event_source_is_enabled() to return false for NULLZbigniew Jędrzejewski-Szmek2022-06-301-1/+1
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+4
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-1/+1
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-11/+12
* network/netdev: drop unused argumentYu Watanabe2022-02-261-1/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-5/+5
* network: wireguard: also accept negative boolean values to disable adding routesYu Watanabe2022-01-161-2/+2
* network: wireguard: do not add routes to AllowedIPs= by defaultYu Watanabe2022-01-161-8/+2
* network: wireguard: warn about invalid allowed IP addressesYu Watanabe2021-12-311-1/+12
* network/wireguard: search valid address of the endpoint from all struct addri...Yu Watanabe2021-12-021-10/+20
* network/wireguard: cleanups for resolving endpointsYu Watanabe2021-12-021-98/+90
* network/wireguard: do not resolve Endpoint= if an IP address is specifiedYu Watanabe2021-12-021-40/+66
* network: wireguard: automatically configure routes to addresses specified in ...Yu Watanabe2021-12-011-2/+219
* network/wireguard: drop unnecessary .in6 specifierYu Watanabe2021-12-011-1/+1
* network/netdev: introduce .iftype to netdev vtableYu Watanabe2021-11-271-1/+3
* sd-netlink: drop sd_genl_family_t and introduce GenericNetlinkFamilyYu Watanabe2021-08-291-1/+1
* network: update log messageYu Watanabe2021-04-161-4/+3
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* network: wireguard - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-031-1/+1
* network: use _cleanup_ attribute at one more placeYu Watanabe2020-09-101-1/+3
* network: do not ignore OOM error in wireguard_decode_key_and_warn()Yu Watanabe2020-09-101-2/+3
* network: unify config_parse_wireguard_public_key() and config_parse_wireguard...Yu Watanabe2020-09-101-35/+9
* network: don't fail on various config parse errorsLennart Poettering2020-09-091-4/+8
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various placesLennart Poettering2020-07-211-1/+4
* fileio: add explicit flag for generating world executable warning when readin...Lennart Poettering2020-07-211-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-19/+20
* netdev/wireguard: do not invalidate peer on invalid syntaxZbigniew Jędrzejewski-Szmek2020-06-221-16/+9
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-14/+3
* network: wireguard: set ListenPort= when no peers are configuredYu Watanabe2020-06-011-1/+4
* Merge pull request #14208 from poettering/json-homed-prepareYu Watanabe2019-12-171-1/+1
|\
| * fileio: add 'dir_fd' parameter to read_full_file_full()Lennart Poettering2019-12-021-1/+1
* | network: warn about unknown sections when parsing .netdev filesZbigniew Jędrzejewski-Szmek2019-11-251-1/+1
|/
* network: cleanup header inclusionYu Watanabe2019-10-301-1/+0
* network: also check the permission of key fileYu Watanabe2019-09-111-0/+2
* tree-wide: some more [static] related fixesLennart Poettering2019-07-121-0/+2
* Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-101-14/+6
* network: add NetDevVTable::generate_mac flagYu Watanabe2019-05-281-0/+1
* network: drop unnecessary initializationsYu Watanabe2019-05-111-1/+1
* network: fix ListenPort= in [WireGuard] sectionYu Watanabe2019-04-251-9/+10
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+0
* network: fix use-of-uninitialized-value or null dereferenceYu Watanabe2019-04-101-11/+5
* network: make wireguard_decode_key_and_warn() take uint8_t buf[static WG_KEY_...Yu Watanabe2019-04-091-1/+1