index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-manager-bus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-2
/
+2
*
network: make Reload bus method synchronous
Yu Watanabe
2024-02-09
1
-2
/
+8
*
networkd: expose nsid via dbus
Lennart Poettering
2024-01-12
1
-0
/
+26
*
polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus feature
Lennart Poettering
2023-12-21
1
-4
/
+6
*
network: reorder bus implementations
Yu Watanabe
2023-09-05
1
-2
/
+7
*
Adding dhcp client and dhcp6 client dbus status interface
pelaufer
2023-09-02
1
-1
/
+4
*
networkd: implement Type=notify-reload protocol
Lennart Poettering
2023-01-10
1
-12
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
network: use BusObjectImplementation
Yu Watanabe
2021-11-18
1
-1
/
+10
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
1
-6
/
+6
*
network: add brief comment about reconfiguring interfaces
Yu Watanabe
2021-06-14
1
-1
/
+1
*
network: use link_get_by_name()
Yu Watanabe
2021-06-11
1
-8
/
+2
*
networkd: add bus property exposing network namepace ID we run in
Lennart Poettering
2021-05-26
1
-0
/
+29
*
network: add an online state for links and manager
Alvin Šipraga
2021-05-19
1
-0
/
+1
*
network: introduce Describe() method for manager and links
Yu Watanabe
2021-05-14
1
-0
/
+44
*
network: save IPv4/IPv6 address states into state file
LetzteInstanz
2021-04-14
1
-0
/
+2
*
networkd: simplify sd_bus_is_ready() checks
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-1
/
+1
*
network: do not emit changed properties when bus connection is not ready
Yu Watanabe
2021-04-08
1
-1
/
+1
*
network: use SD_BUS_METHOD_WITH_ARGS() macro
Yu Watanabe
2021-02-10
1
-19
/
+95
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
network, resolve: use bus_message_read_ifindex() or friends
Yu Watanabe
2020-07-20
1
-10
/
+6
*
network: add DBus method to set DNS server with port number and SNI
Yu Watanabe
2020-07-20
1
-0
/
+5
*
network: introduce bus method forcerenew for DHCP server
Susant Sahani
2020-02-19
1
-0
/
+5
*
shared: split out polkit stuff from bus-util.c → bus-polkit.c
Lennart Poettering
2020-01-22
1
-1
/
+1
*
util-lib: add function to resolve "alternative" names
Zbigniew Jędrzejewski-Szmek
2020-01-12
1
-7
/
+4
*
networkctl: define a helper for interface name resolution
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-2
/
+2
*
network: support alternative name to get bus path for the link
Yu Watanabe
2019-12-17
1
-2
/
+6
*
network: introduce Reconfigure() bus method
Yu Watanabe
2019-10-24
1
-1
/
+6
*
network: include netinet/in.h to fix build error
Yu Watanabe
2019-10-24
1
-0
/
+1
*
network: also reload .netdev files
Yu Watanabe
2019-10-24
1
-0
/
+4
*
network: add Reload() dbus method
Yu Watanabe
2019-10-24
1
-0
/
+31
*
network: introduce new bus method Renew() and RenewLink()
Yu Watanabe
2019-09-21
1
-0
/
+5
*
network: implement DBus methods to set DNS related properties
Yu Watanabe
2019-07-16
1
-0
/
+78
*
network: introduce GetLinkByName and GetLinkByIndex bus methods
Yu Watanabe
2019-07-16
1
-0
/
+71
*
network: implement ListLinks DBus method
Yu Watanabe
2019-07-16
1
-0
/
+42
*
network: move manager dbus prototypes to networkd-manager-bus.h
Yu Watanabe
2019-07-16
1
-0
/
+1
*
network: drop unused manager_send_changed()
Yu Watanabe
2019-06-16
1
-8
/
+0
*
network: also introduce two new manager states
Yu Watanabe
2019-06-16
1
-2
/
+3
*
network: introduce manager_send_changed_strv()
Yu Watanabe
2019-06-16
1
-7
/
+12
*
network: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-0
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
networkd: clean up main header file a bit
Tom Gundersen
2016-11-14
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+1
*
networkd: gracefully handle failure to emit signals when dbus is not connected
Tom Gundersen
2015-02-05
1
-0
/
+3
[next]