summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-manager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: use udev_available() where applicableYu Watanabe2022-02-171-1/+2
* network: manage WLAN phyYu Watanabe2022-02-151-0/+24
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-0/+54
* network: enable KeepConfiguration= when running on network filesystemYu Watanabe2022-02-051-0/+29
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-3/+3
* network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...Yu Watanabe2021-12-011-1/+2
* network: use BusObjectImplementationYu Watanabe2021-11-181-22/+2
* Merge pull request #21041 from yuwata/network-bpf-neighborYu Watanabe2021-10-201-1/+35
|\
| * network: introduce BPF to reject netlink messages about non-static neighborYu Watanabe2021-10-191-1/+35
* | network: dhcp6: manage assigned downstream prefixes by using HashmapYu Watanabe2021-10-181-0/+1
|/
* Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-291-3/+2
|\
| * network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-3/+2
* | network: do not update state files when running in test modeYu Watanabe2021-09-291-3/+4
* | network: receive genl multicast messages about wlan connectionsYu Watanabe2021-09-291-0/+67
* | network: move error handling of enumerating configs to caller sideYu Watanabe2021-09-291-18/+18
* | network: make manager_enumerate_internal() take sd_netlink objectYu Watanabe2021-09-291-13/+12
* | network: split manager_new() into two partYu Watanabe2021-09-291-25/+36
|/
* network: use NetworkConfigSource/State to manage nexthopsYu Watanabe2021-09-151-1/+0
* network: use NetworkConfigSource/State to manage routing policy rulesYu Watanabe2021-09-151-4/+1
* Merge pull request #19939 from yuwata/network-dhcp-client-use-request-queueYu Watanabe2021-08-101-2/+1
|\
| * network: use request queue to configure DHCP{4,6} clientsYu Watanabe2021-08-101-2/+1
* | network: reconfigure link after coming back from sleepYu Watanabe2021-08-101-2/+2
|/
* network: introduce link_get_by_hw_addr()Yu Watanabe2021-06-301-0/+1
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-06-301-4/+4
* network: make link enter failed state on failure in link_update() and link_re...Yu Watanabe2021-06-071-1/+3
* network: introduce request_hash_ops to dedup requestsYu Watanabe2021-06-071-1/+1
* network: make manager_find_uplink() uses stored route informationYu Watanabe2021-06-071-37/+0
* Merge pull request #19603 from yuwata/network-link-get-by-nameLennart Poettering2021-05-191-0/+1
|\
| * network: introduce link_get_by_name()Yu Watanabe2021-05-191-0/+1
* | network: add an online state for links and managerAlvin Šipraga2021-05-191-0/+1
|/
* network: add skeleton of request queueYu Watanabe2021-05-121-0/+7
* 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-221-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-111-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