systemd/.git
2020-10-06 Yu Watanabenetwork: cleanup networkd-route.h
2020-10-06 Yu Watanabenetwork: drop list of static routes
2020-10-06 Yu Watanabenetwork: introduce hashmap_find_free_section_line()
2020-10-06 Yu Watanabenetwork: make several functions static
2020-10-06 Yu Watanabenetwork: introduce network_verify_routes()
2020-10-06 Yu Watanabenetwork: introduce link_serialize_routes()
2020-10-06 Yu Watanabenetwork: introduce link_deserialize_routes()
2020-10-06 Yu Watanabenetwork: introduce link_drop_routes()
2020-10-06 Yu Watanabenetwork: introduce link_drop_foreign_routes()
2020-10-06 Yu Watanabenetwork: make route_free() return NULL
2020-10-06 Yu Watanabenetwork: move manager_rtnl_process_route()
2020-10-06 Yu Watanabenetwork: move link_request_set_routes()
2020-10-06 Yu Watanabenetwork: make network_get_ipv6_dns() always set return...
2020-10-06 Yu Watanabenetwork: fix indentation
2020-10-06 Yu Watanabenetwork: cleanup networkd-radv.h
2020-10-06 Yu Watanabenetwork: introduce network_verify_prefix() and network_...
2020-10-06 Yu Watanabenetwork: also check route prefixes are configured
2020-10-06 Yu Watanabenetwork: drop redundant list of prefixes and route...
2020-10-06 Yu Watanabenetwork: make prefix_free() and route_prefix_free(...
2020-10-06 Yu Watanabenetwork: warn if IPv6ProxyNDPAddress= is set and IPv6Pr...
2020-10-06 Yu Watanabenetwork: propagate errors in ipv6_proxy_ndp_set()
2020-10-06 Yu Watanabenetwork: drop networkd-ipv6-proxy-ndp.h from networkd...
2020-10-06 Yu Watanabenetwork: rename ipv6_proxy_ndp_addresses_configure...
2020-10-06 Yu Watanabenetwork: drop struct IPv6ProxyNDPAddress
2020-10-06 Yu Watanabenetwork: move functions
2020-10-06 Yu Watanabenetwork: cleanup networkd-mdb.h
2020-10-06 Yu Watanabenetwork: introduce network_verify_mdb_entries()
2020-10-06 Yu Watanabenetwork: drop list of bridge MDB entries
2020-10-06 Yu Watanabenetwork: move mdb_entry_free() and friends
2020-10-06 Yu Watanabenetwork: cleanup networkd-fdb.h
2020-10-06 Yu Watanabenetwork: drop unused fdb_ntf_flags_to_string()
2020-10-06 Yu Watanabenetwork: introduce network_verify_fdb_entries()
2020-10-06 Yu Watanabenetwork: move link_set_bridge_fdb()
2020-10-06 Yu Watanabenetwork: drop list of bridge FDB entries
2020-10-06 Yu Watanabenetwork: make fdb_entry_free() return NULL
2020-10-06 Yu Watanabenetwork: cleanup networkd-address-label.h
2020-10-06 Yu Watanabenetwork: introduce link_set_address_labels()
2020-10-06 Yu Watanabenetwork: introduce network_verify_address_labels()
2020-10-06 Yu Watanabenetwork: make address_label_free() return NULL
2020-10-06 Yu Watanabenetwork: drop list of static address labels
2020-10-06 Yu Watanabenetwork: make neighbor_free() return NULL
2020-10-06 Yu Watanabenetwork: introduce network_verify_neighbors()
2020-10-06 Yu Watanabenetwork: introduce neighbor_drop_{,foreign_}neighbors()
2020-10-06 Yu Watanabenetwork: cleanup headers in networkd-neighbor.[ch]
2020-10-06 Yu Watanabenetwork: drop unused arguments
2020-10-06 Yu Watanabenetwork: make several functions static
2020-10-06 Yu Watanabenetwork: make neighbor_{add,get}() takes Neighbor object
2020-10-06 Yu Watanabenetwork: drop list of static neighbors
2020-10-06 Yu Watanabenetwork: move manager_rtnl_process_neighbor() to networ...
2020-10-06 Yu Watanabenetwork: move link_request_set_neighbors() to networkd...
2020-10-06 Yu Watanabenetwork: move functions
2020-10-06 Yu Watanabenetwork: introduce network_verify_nexthops()
2020-10-06 Yu Watanabenetwork: use netlink_message_read_in_addr_union()
2020-10-06 Yu Watanabesd-netlink: introduce netlink_message_read_in_addr_union()
2020-10-06 Yu Watanabenetwork: use log_link_xxx() at more places
2020-10-06 Yu Watanabenetwork: drop NextHop::oif and always use link ifindex
2020-10-06 Yu Watanabenetwork: slightly shorten nexthop_compare_func()
2020-10-06 Yu Watanabenetwork: cleanup headers included in networkd-nexthop.h
2020-10-06 Yu Watanabenetwork: drop list of static nexthops
2020-10-06 Yu Watanabenetwork: drop unused nexthop_remove() and nexthop_equal()
2020-10-06 Yu Watanabenetwork: make several functions static
2020-10-06 Yu Watanabenetwork: move manager_rtnl_process_nexthop() to network...
2020-10-06 Yu Watanabenetwork: move link_request_set_nexthop() to networkd...
2020-10-06 Yu Watanabenetwork: introduce helper function to enumerate informa...
2020-10-06 Yu Watanabenetwork: specify all known attributes when removing...
2020-10-06 Yu Watanabenetwork: add missing "else"
2020-10-06 Yu Watanabenetwork: drop unused element
2020-10-06 Yu Watanabenetwork: introduce network_verify_routing_policy_rules()
2020-10-06 Yu Watanabenetwork: make routing_policy_rule_new() static
2020-10-06 Yu Watanabenetwork: move manager_rtnl_process_rule() to networkd...
2020-10-06 Yu Watanabenetwork: use typesafe macro netlink_add_match()
2020-10-06 Yu Watanabesd-netlink: fix typo and make netlink_add_match() take...
2020-10-06 Yu Watanabenetwork: move log_message_warning_errno() to networkd...
2020-10-06 Yu Watanabenetwork: drop list of static routing policy rules
2020-10-06 Yu Watanabenetwork: do not duplicate rule if Family=both
2020-10-06 Yu Watanabenetwork: make routing_policy_rule_free() returns NULL
2020-10-06 Yu Watanabenetwork: add more logs on loading routing policy rules...
2020-10-05 Yu Watanabenetwork: reduce scope of variables
2020-10-05 Yu Watanabenetwork: drop routing_policy_rule_make_local()
2020-10-05 Yu Watanabenetwork: make several functions static
2020-10-05 Yu Watanabenetwork: move link_request_set_routing_policy()
2020-10-05 Lennart Poetteringman: fix table alignment
2020-10-05 Zbigniew Jędrzejewsk... NEWS: shorten/reword some things
2020-10-05 Lennart Poetteringvirt: reference correct file path in log message
2020-10-05 Lennart Poetteringman: fix typo systmed → systemd
2020-10-05 Lennart Poetteringupdate TODO
2020-10-05 Lennart Poetteringadd stuff to NEWS for 247
2020-10-05 Lucas Werkmeistershell-completion: add missing completions to meson...
2020-10-05 Zbigniew Jędrzejewsk... Merge pull request #17230 from mrc0mmand/coccinelle_fixes
2020-10-04 Daan De MeyerMerge pull request #17239 from ferivoz/typos
2020-10-04 Frantisek Sumsaltree-wide: coccinelle fixes
2020-10-04 Frantisek Sumsalcoccinelle: skip strjoin transformation in test_strjoin()
2020-10-04 Frantisek Sumsalcoccinelle: limit the # of expressions in in_set/not_in_set
2020-10-04 Frantisek Sumsalcoccinelle: skip the xsprintf transformation on man...
2020-10-04 Frantisek Sumsalcoccinelle: disable flags-set where it doesn't make...
2020-10-04 Frantisek Sumsalcoccinelle: fix the equals-null transformation
2020-10-04 Frantisek Sumsalcoccinelle: drop the custom isomorphisms
2020-10-03 Daan De MeyerMerge pull request #17233 from poettering/nspawn-reopen-fix
2020-10-03 Samanta Navarroman: fix typos
2020-10-03 Samanta Navarroseccomp-util: fix typo in help message
next