summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network:dhcp4_server_configure returns if not able to get timezonetramsay2021-05-151-7/+9
* network: shorten code a bit and update log messageYu Watanabe2021-05-141-10/+6
* networkctl: introduce --json option for "status" and "list" commandsYu Watanabe2021-05-141-1/+130
* networkctl: use table_set_empty_string()Yu Watanabe2021-05-141-3/+5
* network: introduce Describe() method for manager and linksYu Watanabe2021-05-146-0/+227
* udev,network: make link_get_type_string() return negative errno on failureYu Watanabe2021-05-142-4/+12
* network: move and rename network_get() -> link_get_network()Yu Watanabe2021-05-144-86/+59
* network: make route_configure() return all created routesYu Watanabe2021-05-121-12/+38
* network: make log_route_debug() show multipath routes and Gateway=_dhcp4 or _...Yu Watanabe2021-05-121-6/+27
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-1216-572/+896
* network: use request queue to configure neighborsYu Watanabe2021-05-126-36/+94
* network: use request queue to configure routing policy rulesYu Watanabe2021-05-128-63/+144
* network: introduce link_is_ready_to_configure() helper functionYu Watanabe2021-05-122-0/+21
* network: add skeleton of request queueYu Watanabe2021-05-126-2/+192
* network: nexthop: add NextHop object before sending netlink requestYu Watanabe2021-05-121-6/+6
* network: split out common part of route or address handlersYu Watanabe2021-05-128-171/+155
* network: change order of dropping network configsYu Watanabe2021-05-121-8/+8
* network: simplify and rename routing_policy_rule_copy()Yu Watanabe2021-05-121-38/+20
* network: introduce route_dup()Yu Watanabe2021-05-122-0/+39
* network: introduce manager_address_is_reachable()Yu Watanabe2021-05-122-0/+41
* network: introduce link_has_route()Yu Watanabe2021-05-122-5/+68
* network: delay resolving interface specifier in MultiPathRoute=Yu Watanabe2021-05-121-27/+38
* network: introduce manager_has_address()Yu Watanabe2021-05-122-0/+58
* network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friendsYu Watanabe2021-05-125-128/+121
* in-addr-util: move IPV4_ADDRESS_FMT_STR/VAL macros from networkd-address.hYu Watanabe2021-05-121-7/+0
* network: use in6_addr_is_link_local() or friendsYu Watanabe2021-05-121-4/+4
* network: rename routing_policy_rule_configure_internal() and make it take cal...Yu Watanabe2021-05-121-55/+62
* network: make nexthop_configure() take callbackYu Watanabe2021-05-121-33/+39
* network: make neighbor_configure() take callbackYu Watanabe2021-05-121-30/+35
* Merge pull request #19542 from yuwata/unit-after-socketZbigniew Jędrzejewski-Szmek2021-05-101-0/+3
|\
| * network: check that bus is ready at one more placeYu Watanabe2021-05-081-0/+3
* | networkd: correct batman-adv setting name (GatewayBandwidth) (#19539)Jörg Deckert2021-05-081-0/+2
* | rfc3046 implementationYegor Alexeyev2021-05-085-4/+53
|/
* network: do not bring up CAN interface on configureYu Watanabe2021-04-301-0/+4
* network: make CAN device follow activation policyYu Watanabe2021-04-301-10/+9
* network: introduce link_activate()Yu Watanabe2021-04-302-7/+17
* network: do not try to configure address or etc on can deviceYu Watanabe2021-04-303-0/+25
* network: can: shorten code a bitYu Watanabe2021-04-301-13/+5
* network: can: do not warn if link does not exist anymoreYu Watanabe2021-04-301-1/+5
* network: drop duplicated link_up_can()Yu Watanabe2021-04-303-45/+4
* network: neighbor: use sd_netlink_message_read_data() at one more placeYu Watanabe2021-04-301-30/+7
* network: introduce log_neighbor_debug()Yu Watanabe2021-04-301-34/+35
* network: reduce indentation in log_address_debug() or friendsYu Watanabe2021-04-304-70/+74
* network: do not set nexthop ID, gateway, and multipath routes simultaneouslyYu Watanabe2021-04-291-8/+20
* network: do not remove reject type routes more than onceYu Watanabe2021-04-292-0/+6
* network: do not set route type on specific route removalYu Watanabe2021-04-291-4/+20
* network: unify log_link_message_full_errno() and log_message_warning_errno()Yu Watanabe2021-04-294-25/+29
* network: dhcp4: downgrade log level when interface is removedYu Watanabe2021-04-291-1/+3
* network: drop meaningless bitfield specifiersYu Watanabe2021-04-291-2/+2
* Merge pull request #19449 from yuwata/network-downgrade-log-levelYu Watanabe2021-04-294-7/+6
|\