summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-manager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-161-3/+4
* network: move manager dbus prototypes to networkd-manager-bus.hYu Watanabe2019-07-161-0/+1
* network: also show route protocol in debugging logsYu Watanabe2019-07-121-2/+4
* network: show route scope, table, and type in debugging logsYu Watanabe2019-07-121-2/+6
* network: update log messageYu Watanabe2019-07-121-9/+9
* network: move prototypes related to network Network bus objects to networkd-n...Yu Watanabe2019-06-291-0/+1
* network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.cYu Watanabe2019-06-291-121/+1
* network: move conf parsers and function prototypesYu Watanabe2019-06-291-0/+1
* network: further log message updateYu Watanabe2019-06-251-49/+49
* networkd: rework warning and debug messages about address addition and removalZbigniew Jędrzejewski-Szmek2019-06-241-34/+34
* Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...Lennart Poettering2019-06-201-4/+43
|\
| * sd-network: introduce functions for new link and manager statesYu Watanabe2019-06-161-2/+11
| * network: also introduce two new manager statesYu Watanabe2019-06-161-2/+31
| * network: split out DBus related prototypes to networkd-link-bus.hYu Watanabe2019-06-161-0/+1
* | network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-191-26/+54
|/
* network: read link specific sysctl valueYu Watanabe2019-06-151-17/+0
* network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-061-1/+1
* network: monitor link bit ratesYu Watanabe2019-06-011-1/+12
* network: use in6_addr_hash_opsYu Watanabe2019-05-181-13/+1
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+2
* network: replace inet_ntop() with in_addr_to_string()Yu Watanabe2019-05-091-14/+11
* network: use IN_ADDR_NULL and ETHER_ADDR_NULLYu Watanabe2019-05-071-3/+3
* network: fix use-after-freeYu Watanabe2019-05-071-13/+29
* network: drop list fields in Network objectYu Watanabe2019-05-071-3/+1
* networkd: manager do not unef netlink and gennetlink earlySusant Sahani2019-05-071-8/+5
* network: introduce reference counter for Network objectYu Watanabe2019-05-071-1/+1
* networkd: stop clients when networkd shuts down (#12463)Susant Sahani2019-05-061-0/+3
* network: fix ref/unref logic for Link objectYu Watanabe2019-04-251-4/+3
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* network: use device_get_action()Yu Watanabe2019-03-111-6/+8
* network: do not configure interfaces under renamingYu Watanabe2019-03-051-1/+12
* network: generate addresses from pool with larger prefixlenYu Watanabe2019-03-011-2/+2
* network: use fd00::/8 for ipv6 address poolYu Watanabe2019-03-011-1/+1
* network: fix invalid memory accessYu Watanabe2019-02-251-3/+3
* Merge pull request #11776 from keszybz/networkd-ordered-setsLennart Poettering2019-02-211-22/+6
|\
| * networkd: use OrderedSets instead of strvs to store lists of domainsZbigniew Jędrzejewski-Szmek2019-02-211-2/+2
| * basic/ordered-set: export networkd function to print string setsZbigniew Jędrzejewski-Szmek2019-02-211-20/+4
* | network: check whether ipv6 is enabled in sysctlYu Watanabe2019-02-211-0/+18
|/
* Merge pull request #10408 from keszybz/analyze-cat-presetsLennart Poettering2019-02-181-11/+3
|\
| * udev,network: use standard paths for .network and .link filesZbigniew Jędrzejewski-Szmek2019-02-181-11/+3
* | dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-181-4/+9
* | network: add more debugging logs when adding, removing, updateing and configu...Yu Watanabe2019-02-151-0/+22
|/
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-11/+4
|\
| * tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-11/+4
* | Merge pull request #10976 from yuwata/typesafe-netlink-callLennart Poettering2018-12-031-4/+2
|\ \
| * | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-4/+2
| |/
* / util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* networkd: add support to configure ip rule port range and protocol.Susant Sahani2018-11-281-3/+22