summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: show online state in networkctl status outputAlvin Šipraga2021-05-191-5/+42
* network: add an online state for links and managerAlvin Šipraga2021-05-199-3/+80
* Merge pull request #19611 from yuwata/network-dhcp-server-introduce-server-ad...Yu Watanabe2021-05-1912-135/+214
|\
| * network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-186-22/+134
| * network: address: introduce link_get_ipv4/ipv6_address()Yu Watanabe2021-05-183-16/+39
| * network: use UINT32_C() macroYu Watanabe2021-05-181-1/+1
| * network: introduce address_set_broadcast()Yu Watanabe2021-05-183-22/+38
| * network: use config_parse_in_addr_non_null()Yu Watanabe2021-05-185-74/+2
* | network: fix Link reference counter issueYu Watanabe2021-05-181-118/+122
* | network: also drop requests when link enters linger stateYu Watanabe2021-05-181-11/+13
* | network: merge link_drop() and link_detach_from_manager()Yu Watanabe2021-05-181-15/+12
* | network: fix possible message counter double decrementYu Watanabe2021-05-185-0/+15
|/
* 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