summaryrefslogtreecommitdiff
path: root/src/network/networkd-manager-bus.c
Commit message (Expand)AuthorAgeFilesLines
* networkd: implement Type=notify-reload protocolLennart Poettering2023-01-101-12/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* network: use BusObjectImplementationYu Watanabe2021-11-191-1/+10
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-6/+6
* network: add brief comment about reconfiguring interfacesYu Watanabe2021-06-151-1/+1
* network: use link_get_by_name()Yu Watanabe2021-06-121-8/+2
* networkd: add bus property exposing network namepace ID we run inLennart Poettering2021-05-261-0/+29
* network: add an online state for links and managerAlvin Šipraga2021-05-191-0/+1
* network: introduce Describe() method for manager and linksYu Watanabe2021-05-141-0/+44
* network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-141-0/+2
* networkd: simplify sd_bus_is_ready() checksZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
* network: do not emit changed properties when bus connection is not readyYu Watanabe2021-04-081-1/+1
* network: use SD_BUS_METHOD_WITH_ARGS() macroYu Watanabe2021-02-101-19/+95
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* network, resolve: use bus_message_read_ifindex() or friendsYu Watanabe2020-07-211-10/+6
* network: add DBus method to set DNS server with port number and SNIYu Watanabe2020-07-211-0/+5
* network: introduce bus method forcerenew for DHCP serverSusant Sahani2020-02-191-0/+5
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-1/+1
* util-lib: add function to resolve "alternative" namesZbigniew Jędrzejewski-Szmek2020-01-121-7/+4
* networkctl: define a helper for interface name resolutionZbigniew Jędrzejewski-Szmek2020-01-111-2/+2
* network: support alternative name to get bus path for the linkYu Watanabe2019-12-181-2/+6
* network: introduce Reconfigure() bus methodYu Watanabe2019-10-241-1/+6
* network: include netinet/in.h to fix build errorYu Watanabe2019-10-241-0/+1
* network: also reload .netdev filesYu Watanabe2019-10-241-0/+4
* network: add Reload() dbus methodYu Watanabe2019-10-241-0/+31
* network: introduce new bus method Renew() and RenewLink()Yu Watanabe2019-09-211-0/+5
* network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-171-0/+78
* network: introduce GetLinkByName and GetLinkByIndex bus methodsYu Watanabe2019-07-171-0/+71
* network: implement ListLinks DBus methodYu Watanabe2019-07-171-0/+42
* network: move manager dbus prototypes to networkd-manager-bus.hYu Watanabe2019-07-171-0/+1
* network: drop unused manager_send_changed()Yu Watanabe2019-06-161-8/+0
* network: also introduce two new manager statesYu Watanabe2019-06-161-2/+3
* network: introduce manager_send_changed_strv()Yu Watanabe2019-06-161-7/+12
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-0/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-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
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+1
* networkd: gracefully handle failure to emit signals when dbus is not connectedTom Gundersen2015-02-051-0/+3
* networkd: add basic dbus APITom Gundersen2015-02-051-0/+48