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