summaryrefslogtreecommitdiff
path: root/src/network/networkd-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
* network: use hashmap_steal_first() rather than hashmap_first()+hashmap_remove()Yu Watanabe2018-11-121-6/+2
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-35/+28
* network: do not assign unused valueYu Watanabe2018-11-121-5/+2
* sd-device: drop priority and description from sd_device_monitor_attach_event(...Yu Watanabe2018-11-101-2/+2
* Merge pull request #10633 from yuwata/sd-resolve-destroyLennart Poettering2018-11-061-10/+6
|\
| * network: fix crash in wireguard_done()Yu Watanabe2018-11-051-2/+1
| * network: link_drop() and netdev_drop() remove reference from managerYu Watanabe2018-11-051-8/+5
* | network: drop error cause in log messageYu Watanabe2018-11-041-1/+1
|/
* network: fix segfault in manager_free()Yu Watanabe2018-11-011-2/+4
* network: also monitor udev 'change' event for network interfacesYu Watanabe2018-10-311-2/+11
* network,udev: drop unnecessary check whether ifindex is positiveYu Watanabe2018-10-271-2/+2
* Merge pull request #10239 from yuwata/sd-device-monitorLennart Poettering2018-10-181-44/+17
|\
| * network: replace udev_monitor by sd_device_monitorYu Watanabe2018-10-171-44/+17
* | sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-8/+8
* | sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-8/+8
|/
* network: make netlink callbacks return 1Yu Watanabe2018-10-101-1/+1
* network: use '_handler' suffix for netlink callbacksYu Watanabe2018-10-101-6/+4
* network: make manager_dhcp6_prefix_remove() staticYu Watanabe2018-10-101-1/+1
* network: add missing set_free() for Manager.dirty_linksYu Watanabe2018-10-101-1/+2
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-14/+11
* Merge pull request #10117 from keszybz/undynamicifyLennart Poettering2018-10-051-1/+1
|\
| * Revert "network: set DynamicUser= to systemd-networkd.service"Zbigniew Jędrzejewski-Szmek2018-09-201-1/+1
* | network: strdup iif and oif when creating RoutingPolicyRule objectYu Watanabe2018-09-271-3/+3
* | network: fix memleak about routing policyYu Watanabe2018-09-271-3/+2
* | networkd-manager: Fix route removals on shutdownPatrik Flykt2018-09-191-2/+15
* | networkd-manager: Update logging of route additions and removalsPatrik Flykt2018-09-191-31/+17
|/
* Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-231-0/+59
|\