index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-dhcp4.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: drop unused "callback" arguments in route_remove() and address_remove()
Yu Watanabe
2021-05-19
1
-5
/
+5
*
network: dhcp4: re-request DHCP4 address and routes immediately
Yu Watanabe
2021-05-19
1
-48
/
+6
*
network: use request queue to configure addresses, routes, and nexthops
Yu Watanabe
2021-05-12
1
-132
/
+199
*
network: split out common part of route or address handlers
Yu Watanabe
2021-05-12
1
-33
/
+14
*
network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friends
Yu Watanabe
2021-05-12
1
-24
/
+12
*
network: dhcp4: downgrade log level when interface is removed
Yu Watanabe
2021-04-29
1
-1
/
+3
*
Merge pull request #19449 from yuwata/network-downgrade-log-level
Yu Watanabe
2021-04-29
1
-1
/
+1
|
\
|
*
network: dhcp4: downgrade log level
Yu Watanabe
2021-04-28
1
-1
/
+1
*
|
network: dhcp4: introduce RoutesToNTP= boolean setting
Yu Watanabe
2021-04-26
1
-0
/
+26
*
|
network: dhcp4: split and rename link_set_dns_routes()
Yu Watanabe
2021-04-26
1
-17
/
+34
|
/
*
network: dhcp4: ignore null dns address
Yu Watanabe
2021-04-23
1
-0
/
+3
*
network: dhcp4: set gateway for route to DNS server if it is not in the same ...
Yu Watanabe
2021-04-23
1
-14
/
+22
*
network: dhcp4: ignore gateway in static routes if destination is link-local ...
Yu Watanabe
2021-04-23
1
-26
/
+89
*
network: dhcp4: also set route MTU to prefix route and DNS routes
Yu Watanabe
2021-04-23
1
-0
/
+2
*
Merge pull request #19392 from yuwata/network-dhcp-split-link_set_dhcp_routes
Yu Watanabe
2021-04-23
1
-197
/
+256
|
\
|
*
network: dhcp4: simplify link_set_dns_routes()
Yu Watanabe
2021-04-22
1
-53
/
+52
|
*
network: dhcp4: introduce link_set_dhcp_gateway() and link_set_dhcp_route_to_...
Yu Watanabe
2021-04-22
1
-76
/
+112
|
*
network: dhcp4: introduce link_set_dhcp_static_routes()
Yu Watanabe
2021-04-22
1
-63
/
+89
|
*
network: dhcp4: introduce link_set_dhcp_prefix_route()
Yu Watanabe
2021-04-22
1
-30
/
+28
*
|
Merge pull request #19346 from mihajlov/dhcp_broadcast_l3
Dimitri John Ledkov
2021-04-22
1
-1
/
+25
|
\
\
|
|
/
|
/
|
|
*
network: enable DHCP broadcast flag if required by interface
Viktor Mihajlovski
2021-04-21
1
-1
/
+25
*
|
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
2021-04-21
1
-0
/
+27
*
|
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
2021-04-21
1
-6
/
+6
*
|
network: dhcp4: also apply RouteMetric= setting in [DHCPv4] to prefix route
Yu Watanabe
2021-04-21
1
-0
/
+1
*
|
Merge pull request #19290 from yuwata/network-dhcp-do-not-configure-twice
Zbigniew Jędrzejewski-Szmek
2021-04-16
1
-8
/
+9
|
\
\
|
*
|
network: refuse to configure engines such as DHCP client more than once
Yu Watanabe
2021-04-13
1
-8
/
+9
|
|
/
*
|
network: dhcp4: warn when Anonymize=yes and ClientIdentifier= is not mac
Yu Watanabe
2021-04-14
1
-5
/
+12
*
|
network: dhcp4: do not request any additional options when Anonymize=yes
Yu Watanabe
2021-04-14
1
-99
/
+73
*
|
network: move and rename network_apply_anonymize_if_set()
Yu Watanabe
2021-04-14
1
-0
/
+41
|
/
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
network: move state file related functions to networkd-state-file.[ch]
Yu Watanabe
2021-03-03
1
-0
/
+1
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-2
/
+2
*
network: automatically set NLM_F_REPLACE flag
Yu Watanabe
2021-02-11
1
-1
/
+1
*
network: drop many unnecessary link_dirty() calls
Yu Watanabe
2021-01-22
1
-2
/
+0
*
network: tighten variable scope used in loop (#18277)
Susant Sahani
2021-01-17
1
-2
/
+2
*
dhcp: length of each user class field must be positive
Yu Watanabe
2021-01-12
1
-1
/
+1
*
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
2020-12-16
1
-0
/
+1
*
network: do not set broadcast if prefixlen is 31 or 32
Yu Watanabe
2020-12-03
1
-1
/
+2
*
network: add debug log about requesting DHCP address
Yu Watanabe
2020-12-02
1
-0
/
+2
*
network: simplify the condition about ipv4ll is enabled or not
Yu Watanabe
2020-11-30
1
-12
/
+6
*
network: stop IPv4LL engine when DHCPv4 address is successfully acquired
Yu Watanabe
2020-11-30
1
-0
/
+4
*
networkd: start ipv4ll when dhcp has trouble getting a lease
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-0
/
+15
*
networkd: merge ll addressing fallback modes into normal "boolean" values
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-2
/
+1
*
Merge pull request #17474 from yuwata/network-drop-link-deserialization-logic
Yu Watanabe
2020-11-27
1
-132
/
+62
|
\
|
*
network: downgrade log level in dhcp4_configure()
Yu Watanabe
2020-10-28
1
-44
/
+39
|
*
network: always enable sysctl property promote_secondaries
Yu Watanabe
2020-10-28
1
-55
/
+0
|
*
network: mention that the error will be ignored
Yu Watanabe
2020-10-28
1
-1
/
+1
|
*
network: drop dhcp4_init()
Yu Watanabe
2020-10-28
1
-22
/
+9
|
*
network: set previous DHCP4 address in link->addresses_foreign
Yu Watanabe
2020-10-28
1
-24
/
+27
*
|
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
1
-1
/
+1
|
\
\
[next]