index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-dhcp6.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #21036 from yuwata/network-dhcp6-pd-manage-prefix-with-has...
Zbigniew Jędrzejewski-Szmek
2021-10-19
1
-61
/
+63
|
\
\
|
*
|
network: dhcp6: use IPv6 specific functions
Yu Watanabe
2021-10-18
1
-16
/
+11
|
*
|
network: dhcp6: manage assigned downstream prefixes by using Hashmap
Yu Watanabe
2021-10-18
1
-45
/
+52
|
|
/
*
/
network: dhcp6pd: check if address is ready only when Assign=yes
Yu Watanabe
2021-10-18
1
-15
/
+19
|
/
*
network: do not request RAPID_COMMIT option
Yu Watanabe
2021-10-12
1
-6
/
+0
*
network: dhcp6-pd: also assign addresses in IA_PD prefixes on uplink interface
Yu Watanabe
2021-10-12
1
-30
/
+44
*
network: extend Token= setting in [DHCPv6PrefixDelegation]
Yu Watanabe
2021-10-06
1
-25
/
+29
*
network: make generate_ipv6_eui_64_address() take prefix
Yu Watanabe
2021-10-06
1
-8
/
+4
*
network: move address generation methods to network-address-generation.[ch]
Yu Watanabe
2021-10-06
1
-0
/
+1
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-501
/
+323
*
in-addr-prefix-util: introduce several utilities for address prefix
Yu Watanabe
2021-09-14
1
-0
/
+1
*
network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routes
Yu Watanabe
2021-09-14
1
-1
/
+1
*
network: DHCP[46] -> DHCPv[46] in log messages
Yu Watanabe
2021-08-10
1
-21
/
+21
*
network: use request queue to configure DHCP{4,6} clients
Yu Watanabe
2021-08-10
1
-10
/
+64
*
network: downgrade log level in dhcp6_configure()
Yu Watanabe
2021-08-10
1
-19
/
+19
*
network: introduce FORMAT_LIFETIME()
Yu Watanabe
2021-07-15
1
-19
/
+9
*
network: further unification of MUD url parsers
Yu Watanabe
2021-07-14
1
-20
/
+0
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
1
-17
/
+7
|
\
|
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-17
/
+7
*
|
networkd: add shared parser for mud urls
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-26
/
+3
*
|
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+4
|
/
*
network: drop old dhcp6 addresses or routes after new ones are configured
Yu Watanabe
2021-07-02
1
-2
/
+2
*
network: rename Manager::links -> Manager::links_by_index
Yu Watanabe
2021-06-30
1
-6
/
+6
*
ether-addr-util: drop redundant "addr" from struct hw_addr_data
Yu Watanabe
2021-06-09
1
-1
/
+1
*
network: introduce request_hash_ops to dedup requests
Yu Watanabe
2021-06-07
1
-0
/
+8
*
network: drop unused "callback" arguments in route_remove() and address_remove()
Yu Watanabe
2021-05-19
1
-8
/
+8
*
network: use config_parse_in_addr_non_null()
Yu Watanabe
2021-05-18
1
-44
/
+0
*
network: use request queue to configure addresses, routes, and nexthops
Yu Watanabe
2021-05-12
1
-55
/
+128
*
network: split out common part of route or address handlers
Yu Watanabe
2021-05-12
1
-40
/
+14
*
network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friends
Yu Watanabe
2021-05-12
1
-47
/
+53
*
network: fix typo
Yu Watanabe
2021-04-26
1
-1
/
+1
*
Merge pull request #19271 from yuwata/dhcp-duid-uuid
Lennart Poettering
2021-04-21
1
-3
/
+32
|
\
|
*
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
2021-04-21
1
-0
/
+29
|
*
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
2021-04-21
1
-3
/
+3
*
|
Merge pull request #19362 from yuwata/network-dhcp6-pd-log-19354
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-11
/
+75
|
\
\
|
|
/
|
/
|
|
*
network: dhcp6: logs about generated addresses in delegated prefix
Yu Watanabe
2021-04-21
1
-0
/
+28
|
*
network: dhcp6: logs about delegated prefixes
Yu Watanabe
2021-04-21
1
-11
/
+47
*
|
network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]
Yu Watanabe
2021-04-21
1
-0
/
+2
|
/
*
network: refuse to configure engines such as DHCP client more than once
Yu Watanabe
2021-04-13
1
-1
/
+1
*
network: do not require DHCPv6 addresses when UseAddress=no
Yu Watanabe
2021-04-09
1
-0
/
+7
*
network: rename UseFQDN= -> UseHostname=
Yu Watanabe
2021-02-18
1
-1
/
+2
*
network: use in_addr_prefix_to_string()
Yu Watanabe
2021-02-17
1
-23
/
+19
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-2
/
+2
*
network: assign values after all checks are passed
Yu Watanabe
2021-02-17
1
-5
/
+11
*
network: dhcp6: change link state into "configuring" only when a new address ...
Yu Watanabe
2021-02-12
1
-5
/
+8
*
network: dhcp6: fix condtion check
Yu Watanabe
2021-02-12
1
-1
/
+1
*
network: automatically set NLM_F_REPLACE flag
Yu Watanabe
2021-02-11
1
-2
/
+2
*
networkd: add UseFQDN option for DHCPv6
Vinnie Magro
2021-02-11
1
-0
/
+20
*
network: drop many unnecessary link_dirty() calls
Yu Watanabe
2021-01-22
1
-12
/
+0
*
network: do not re-assign static routes when dynamic IPv6 addresses are updated
Yu Watanabe
2021-01-22
1
-26
/
+2
[prev]
[next]