summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12160 from yuwata/wait-online-allow-configuringYu Watanabe2019-04-023-22/+43
|\
| * wait-online: add --any optionYu Watanabe2019-04-023-22/+43
* | network: make FooOverUDP.Protocol= support name of ipprotoYu Watanabe2019-04-023-1/+40
* | network: use asynchronous call for creating FOU tunnelsYu Watanabe2019-04-021-4/+26
* | network: do not ignore FooOverUDP.Encapsulation= settingYu Watanabe2019-04-021-12/+29
* | network: merge ipip_init() and sit_init()Yu Watanabe2019-04-021-12/+14
* | network: add FooOverUDP support for SIT and GRE tunnelsYu Watanabe2019-04-021-1/+17
* | network: add '=' to config key names in logYu Watanabe2019-04-011-4/+7
* | network: do not abort execution when NetDev.Name= conflictsYu Watanabe2019-04-011-1/+14
|/
* network: make GRE and GRETAP support Key=, InputKey=, OutputKey=, and Seriali...Yu Watanabe2019-03-303-60/+46
* network: make erspan netdev can be specified in Network.Tunnel=Yu Watanabe2019-03-303-2/+6
* network: do not continue when appending data to netlink message failsYu Watanabe2019-03-301-3/+3
* wireguard: fix exponential backoff when resolving hostsJörg Thalheim2019-03-281-1/+1
* Remove variable only used for an assertZbigniew Jędrzejewski-Szmek2019-03-282-9/+2
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-2/+2
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-276-0/+11
* tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+1
* network,udev: explicitly declare 'conditions' is a listYu Watanabe2019-03-242-2/+2
* network: add missing nulstr terminatorEvgeny Vereshchagin2019-03-221-1/+1
* Merge pull request #12066 from yuwata/fix-network-tunnel-12041Yu Watanabe2019-03-221-5/+15
|\
| * network: fix netdev_tunnel_verify()Yu Watanabe2019-03-221-5/+15
* | network,udev: split static condition tests from net_match_config()Yu Watanabe2019-03-216-45/+17
|/
* Merge pull request #11975 from keszybz/fuzzer-fixes-nLennart Poettering2019-03-152-0/+5
|\
| * fuzz: limit the maximum size of test inputs for a few parsersZbigniew Jędrzejewski-Szmek2019-03-122-0/+5
* | network: clear previous assignmentYu Watanabe2019-03-161-3/+3
* | network: clear previous assignmentYu Watanabe2019-03-151-4/+4
* | network: wait for L2TP tunnel to be created before creating sessionsYu Watanabe2019-03-141-21/+82
* | network: automatically pick an address on link when L2TP.Local= is not specifiedYu Watanabe2019-03-142-6/+102
* | networkd: Introduce l2tp tunnelSusant Sahani2019-03-148-20/+696
* | network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2019-03-143-0/+52
* | network: introduce netdev_get_create_type() helper functionYu Watanabe2019-03-142-9/+10
* | network: do not call link_joined() when not all netdevs are configuredYu Watanabe2019-03-141-3/+2
* | Merge pull request #11986 from poettering/util-splitZbigniew Jędrzejewski-Szmek2019-03-133-3/+4
|\ \
| * | util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
| * | util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-132-2/+3
* | | networkd: Add bridge port capabilitiesTobias Jungel2019-03-134-0/+27
|/ /
* | Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering2019-03-1325-377/+608
|\ \
| * | wireguard: add PrivateKeyFile= optionYu Watanabe2019-03-133-1/+86
| * | wireguard: check whether PrivateKey= and PublicKey= are setYu Watanabe2019-03-131-1/+21
| * | wireguard: drop unused arguments and rename parse_wireguard_key()Yu Watanabe2019-03-131-19/+19
| * | wireguard: do not log wireguard keyYu Watanabe2019-03-131-3/+4
| * | wireguard: reuse sd_event_source objectYu Watanabe2019-03-132-17/+9
| * | wireguard: use NetworkConfigSection to manage [WireGuardPeer] sectionsYu Watanabe2019-03-132-164/+225
| * | test: make network_verify() public and use it in test-networkd-confYu Watanabe2019-03-133-4/+9
| * | network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-1318-73/+149
| * | network: make all xxx_new_static() staticYu Watanabe2019-03-1310-11/+6
| * | network: add IPv4LL route right after .network file is parsedYu Watanabe2019-03-133-22/+34
| * | network: move NetworkConfigSection and related functions to networkd-util.[ch]Yu Watanabe2019-03-134-46/+47
| * | network: use ltype to determine netdev kind in config_parse_stacked_netdev()Yu Watanabe2019-03-132-27/+10
| |/
* | wait-online: use log_link_debug() or friendsYu Watanabe2019-03-133-32/+24