summaryrefslogtreecommitdiff
path: root/src/network/networkd-manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* network: dhcp: constify link_get_duid()Yu Watanabe2021-04-211-0/+1
* network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe2021-04-211-1/+0
* network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-4/+4
* network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...Yu Watanabe2021-04-131-0/+4
* networkd: simplify sd_bus_is_ready() checksZbigniew Jędrzejewski-Szmek2021-04-081-5/+4
* network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]Yu Watanabe2021-03-031-141/+0
* network: drop unnecessary {}Yu Watanabe2021-03-031-2/+1
* network: use unlink_and_freep() cleanup functionsYu Watanabe2021-03-031-7/+19
* network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-031-290/+1
* network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-231-0/+2
* network: also manage nexthops by IDYu Watanabe2021-02-191-0/+2
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-3/+3
* network: enumerate nexthops before routesYu Watanabe2021-02-171-4/+4
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-121-4/+6
* network: use defined route table name in debug logsYu Watanabe2021-02-031-1/+2
* network: use conservative_rename() to reduce to trigger network eventsYu Watanabe2021-01-221-3/+3
* network: add support to RoutingPolicyRule lookup table nameSusant Sahani2021-01-191-0/+2
* network: manager tighten variable scope used in loopSusant Sahani2021-01-161-6/+4
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-291-7/+0
* firewall-util: introduce context structureFlorian Westphal2020-12-161-0/+3
* network: fix SIGABRT related to unreachable route with DHCP6Yu Watanabe2020-12-081-3/+7
* network: use bus_error_message()Yu Watanabe2020-12-021-8/+11
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: selinux hook handling to enumerate nexthopPurushottam choudhary2020-11-011-1/+2
* network: stop DHCPv4 server in link_stop_clients()Yu Watanabe2020-10-151-1/+1
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-0/+3
* network: move DUID related functionsYu Watanabe2020-10-071-48/+0
* network: manage address pools by OrderedSetYu Watanabe2020-10-071-3/+2
* network: move functions related to address poolYu Watanabe2020-10-071-48/+1
* network: move manager_rtnl_process_address()Yu Watanabe2020-10-071-162/+0
* network: move manager_rtnl_process_route()Yu Watanabe2020-10-071-254/+0
* network: cleanup headers in networkd-neighbor.[ch]Yu Watanabe2020-10-071-0/+1
* network: move manager_rtnl_process_neighbor() to networkd-neighbor.cYu Watanabe2020-10-071-180/+0
* network: cleanup headers included in networkd-nexthop.hYu Watanabe2020-10-071-0/+1
* network: move manager_rtnl_process_nexthop() to networkd-nexthop.cYu Watanabe2020-10-071-119/+0
* network: introduce helper function to enumerate information using netlinkYu Watanabe2020-10-071-133/+68
* network: move manager_rtnl_process_rule() to networkd-routing-policy-rule.[ch]Yu Watanabe2020-10-071-230/+0
* network: use typesafe macro netlink_add_match()Yu Watanabe2020-10-071-25/+18
* network: move log_message_warning_errno() to networkd-util.hYu Watanabe2020-10-071-7/+0
* network: drop list of static routing policy rulesYu Watanabe2020-10-071-0/+1
* network: also process RTM_NEWRULE or RTM_DELRULE message which does not conta...Yu Watanabe2020-09-101-3/+0
* network: also logs priority of routing policy rulesYu Watanabe2020-09-101-8/+8
* network: update log message for rtnl messagesYu Watanabe2020-09-101-13/+24
* network: increase receive buffer size for device monitorYu Watanabe2020-09-091-0/+4
* network: do not start device monitor if /sys is read-onlyYu Watanabe2020-09-091-5/+4
* network: honor the buffer size specified in networkd.socketYu Watanabe2020-09-091-3/+8
* network: ignore error on increasing netlink receive buffer sizeYu Watanabe2020-09-091-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-10/+5
* networkd: consider any uevent other than "remove" sufficient for the network ...Lennart Poettering2020-08-281-4/+6