summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17859 from keszybz/hostnamed-export-hostname-origin-and-s...Yu Watanabe2020-12-162-1/+2
|\
| * Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-162-1/+2
* | sd-netlink: routing policy rule port to fib_rule_hdrSusant Sahani2020-12-161-4/+4
|/
* Merge pull request #17968 from yuwata/purge-libudevYu Watanabe2020-12-161-8/+2
|\
| * meson: do not link with libudevYu Watanabe2020-12-151-8/+2
* | network: Allow to configure interface promiscuous modeSusant Sahani2020-12-154-1/+10
* | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-152-2/+2
|/
* Merge pull request #17960 from yuwata/network-log-routing-policy-ruleLuca Boccassi2020-12-142-118/+71
|\
| * network: use netlink_message_read_in_addr_union() where applicableYu Watanabe2020-12-141-52/+17
| * network: introduce log_routing_policy_rule_debug()Yu Watanabe2020-12-141-33/+26
| * network: introduce routing_policy_rule_equal()Yu Watanabe2020-12-141-1/+11
| * network: make routing_policy_rule_remove() take Manager instead of LinkYu Watanabe2020-12-142-34/+19
* | Merge pull request #17959 from yuwata/network-log-addressLuca Boccassi2020-12-141-49/+41
|\ \
| * | network: make address_drop() accept NULLYu Watanabe2020-12-141-3/+3
| * | network: introduce log_address_debug()Yu Watanabe2020-12-141-47/+39
| |/
* | network: merge manager_drop_routes() and manager_drop_foreign_routes()Yu Watanabe2020-12-141-28/+13
* | network: introduce log_route_debug()Yu Watanabe2020-12-141-82/+50
* | network: use netlink_message_read_in_addr_union() where applicableYu Watanabe2020-12-141-57/+22
|/
* Merge pull request #17921 from yuwata/network-drop-assertion-17920Luca Boccassi2020-12-118-14/+49
|\
| * network: do not configure static configs more than once simultaneouslyYu Watanabe2020-12-118-2/+46
| * network: do not assume address ready callback is always set to static addressesYu Watanabe2020-12-111-8/+3
| * network: drop assertions to check link state in netlink callback handlersYu Watanabe2020-12-112-4/+0
* | network: adjust commentsZbigniew Jędrzejewski-Szmek2020-12-111-3/+3
* | network: do not reconfigure interface when the link gains carrier but udev no...Yu Watanabe2020-12-112-19/+22
|/
* network: warn when NDISC and DHCPv6 provide the same addressYu Watanabe2020-12-081-6/+67
* network: fix SIGABRT related to unreachable route with DHCP6Yu Watanabe2020-12-081-3/+7
* network: use address_get() in address_exists()Yu Watanabe2020-12-083-21/+15
* network: revert previous changes to address_compare_func()Yu Watanabe2020-12-082-41/+43
* network: mtu is neither a boolean nor a pointerYu Watanabe2020-12-071-1/+1
* network: set protocol to route assigned through DHCP6 or DHCP6-PDYu Watanabe2020-12-041-0/+2
* network: make IPv6 routes with reject type managed by ManagerYu Watanabe2020-12-041-0/+6
* network: introduce route_type_is_reject() helperYu Watanabe2020-12-041-2/+8
* Merge pull request #17809 from yuwata/network-address-fixes-17803Lennart Poettering2020-12-032-45/+55
|\
| * network: ignore broadcast address for /31 or /32 addressesYu Watanabe2020-12-031-43/+50
| * network: fix verification for broadcast addressYu Watanabe2020-12-031-4/+6
| * network: do not set broadcast if prefixlen is 31 or 32Yu Watanabe2020-12-031-1/+2
* | fw_add_masquerade: remove unused function argumentsFlorian Westphal2020-12-031-1/+1
|/
* Merge pull request #17707 from yuwata/network-fix-reconfigureZbigniew Jędrzejewski-Szmek2020-12-023-13/+20
|\
| * network: stop to assign UUID when reconfiguring linkYu Watanabe2020-12-021-0/+1
| * network: use bus_error_message()Yu Watanabe2020-12-022-13/+19
* | Merge pull request #17798 from yuwata/ipv4ll-follow-upsZbigniew Jędrzejewski-Szmek2020-12-021-0/+2
|\ \
| * | network: add debug log about requesting DHCP addressYu Watanabe2020-12-021-0/+2
| |/
* / network: add Protocol= to vlan netdev (#17794)walbit-de2020-12-023-0/+9
|/
* Merge pull request #17692 from yuwata/ipv4llZbigniew Jędrzejewski-Szmek2020-12-018-106/+71
|\
| * network: use IN_SET() macroYu Watanabe2020-11-301-5/+3
| * network: treat IPv4LL is one of dynamic addressing protocolYu Watanabe2020-11-301-11/+10
| * network: simplify the condition about ipv4ll is enabled or notYu Watanabe2020-11-302-15/+7
| * network: shorten link_check_ready() a bitYu Watanabe2020-11-301-56/+27
| * network: stop IPv4LL engine when DHCPv4 address is successfully acquiredYu Watanabe2020-11-301-0/+4
| * networkd: start ipv4ll when dhcp has trouble getting a leaseZbigniew Jędrzejewski-Szmek2020-11-302-9/+23