summaryrefslogtreecommitdiffstats
path: root/units (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-08man: update docs on systemd-system.conf logging (LogTime=) (#19846)alexlzhu2-2/+2
2021-06-07network: wait for all set-link requests are processedYu Watanabe1-1/+7
2021-06-07network: drop trivial aliases of link_set_state()Yu Watanabe1-20/+4
2021-06-07network: use link_request_to_set_master() or friendsYu Watanabe12-765/+56
2021-06-07network: introduce link_request_to_activate()Yu Watanabe8-128/+196
2021-06-07network: it is not necessary to call RTM_GETLINK when carrier is gainedYu Watanabe1-3/+3
2021-06-07network: set bridge or bond properties after master ifindex is setYu Watanabe2-1/+16
2021-06-07network: sync link information after set-link request is processedYu Watanabe1-10/+33
2021-06-07network: use link_call_getlink() where applicableYu Watanabe1-63/+20
2021-06-07network: introduce link_call_getlink()Yu Watanabe2-0/+61
2021-06-07network: split link_update() into small piecesYu Watanabe1-239/+289
2021-06-07network: shorten code a bit, and reduce indentationYu Watanabe1-79/+57
2021-06-07network: update operational state or friends on reconfigureYu Watanabe1-0/+1
2021-06-07network: make link enter failed state when link_initialized() is failedYu Watanabe1-4/+5
2021-06-07network: move functionsYu Watanabe1-427/+423
2021-06-07network: introduce link_get_master() and use it where applicableYu Watanabe2-46/+30
2021-06-07network: introduce link_request_to_set_bridge_vlan()Yu Watanabe2-0/+45
2021-06-07sd-netlink: add IFLA_BRIDGE_FLAGS and IFLA_BRIDGE_VLAN_INFO attributesYu Watanabe1-6/+19
2021-06-07network: expose bridge_vlan_append_info()Yu Watanabe2-2/+19
2021-06-07network: introduce network_adjust_bridge_vlan()Yu Watanabe3-4/+15
2021-06-07network: rebreak argumentsYu Watanabe1-16/+37
2021-06-07network: rename networkd-brvlan.[ch] -> networkd-bridge-vlan.[ch]Yu Watanabe4-4/+4
2021-06-07network: introduce link_request_to_set_bond()Yu Watanabe2-3/+60
2021-06-07network: introduce link_request_to_set_bridge()Yu Watanabe2-0/+114
2021-06-07network: introduce link_request_to_create_stacked_netdev()Yu Watanabe6-0/+158
2021-06-07network: introduce link_request_to_set_master()Yu Watanabe2-0/+72
2021-06-07network: use request queue to set IPv6LL address generation modeYu Watanabe3-93/+78
2021-06-07network: use request queue to set interface groupYu Watanabe3-48/+23
2021-06-07network: use request queue to set MAC addressYu Watanabe3-50/+23
2021-06-07network: use request queue to set link flagsYu Watanabe3-76/+53
2021-06-07network: use request queue to set MTUYu Watanabe8-130/+305
2021-06-07network: merge link_configure() and link_configure_continue() againYu Watanabe4-103/+56
2021-06-07network: drop meaningless condition about setting MTUYu Watanabe1-6/+0
2021-06-07network: introduces link_drop_ipv6ll_addresses()Yu Watanabe2-16/+49
2021-06-07network: make link enter failed state on failure in link_update() and link_re...Yu Watanabe2-8/+7
2021-06-07network: rename link_acquire_conf() -> link_acquire_dynamic_conf()Yu Watanabe1-8/+8
2021-06-07network: request to configure static settings earlierYu Watanabe1-13/+9
2021-06-07network: introduce request_hash_ops to dedup requestsYu Watanabe7-15/+127
2021-06-07network: expose hash and compare functionsYu Watanabe6-6/+15
2021-06-07network: use request queue to configure IPv6 proxy NDP addressesYu Watanabe6-13/+69
2021-06-07network: move logic for setting proxy_ndp sysctl to networkd-sysctl.cYu Watanabe2-40/+26
2021-06-07network: introduce network_adjust_ipv6_proxy_ndp()Yu Watanabe3-0/+19
2021-06-07network: address label: use request queue to configure address labelsYu Watanabe6-27/+69
2021-06-07network: address label: use struct in6_addr insteadYu Watanabe2-3/+3
2021-06-07network: address label: refuse IPv4 mapped address with large prefix lengthYu Watanabe1-2/+15
2021-06-07in-addr-util: introduce in6_addr_is_ipv4_mapped_address()Yu Watanabe2-0/+7
2021-06-07network: use request queue to configure bridge MDBYu Watanabe5-71/+86
2021-06-07network: rename MdbEntry -> BridgeMDBYu Watanabe8-89/+89
2021-06-07test-network: fix setting nameYu Watanabe1-1/+1
2021-06-07test-network: add a testcase for UplinkInterface= for DHCP serverYu Watanabe3-5/+19