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
*
network/address: introduce address_get_harder() and use it where appropriate
Yu Watanabe
2023-07-30
1
-1
/
+1
*
network: use address_remove_and_drop()
Yu Watanabe
2023-07-29
1
-3
/
+1
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
network: Introduce UseCaptivePortal DHCPv6 option
Ronan Pigott
2023-07-02
1
-0
/
+6
*
send dhcpv6 release when stopping
chris
2023-01-17
1
-0
/
+6
*
network: manage addresses in the way the kernel does
Yu Watanabe
2022-12-07
1
-2
/
+1
*
network: attach device to DHCP clients
Yu Watanabe
2022-10-26
1
-0
/
+4
*
network: don't forget old RAs when a new one arrives
Thomas Hebb
2022-10-03
1
-2
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
network: NetLabel integration
Topi Miettinen
2022-08-29
1
-0
/
+4
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
1
-1
/
+1
*
network: dhcp6: re-introduce RapidCommit= setting
Yu Watanabe
2022-07-22
1
-0
/
+6
*
Merge pull request #24001 from yuwata/network-lifetime-fix
Luca Boccassi
2022-07-18
1
-2
/
+2
|
\
|
*
network: fix infinite lifetime handling
Yu Watanabe
2022-07-14
1
-2
/
+2
*
|
Revert "network: configure DHCP clients after MAC address is assigned"
Yu Watanabe
2022-07-13
1
-5
/
+0
|
/
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-12
/
+7
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
1
-2
/
+2
*
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
1
-0
/
+23
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-2
/
+2
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-4
/
+1
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-8
/
+2
*
network: compare addresses more strictly
Yu Watanabe
2022-02-23
1
-7
/
+12
*
network: do not restart DHCPv6 client when it is already running in managed mode
Yu Watanabe
2022-02-14
1
-0
/
+12
*
network: configure DHCP clients after MAC address is assigned
Yu Watanabe
2022-01-31
1
-0
/
+5
*
network: dhcp6: do not request address if UseAddress=no
Yu Watanabe
2022-01-11
1
-1
/
+7
*
network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]
Yu Watanabe
2021-12-07
1
-3
/
+3
*
network: route: make route_cancel_request() take Link*
Yu Watanabe
2021-12-06
1
-1
/
+1
*
network: split networkd-dhcp6.c
Yu Watanabe
2021-12-06
1
-1040
/
+2
*
network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...
Yu Watanabe
2021-12-01
1
-18
/
+11
*
network: dhcp6-pd: introduce dhcp6_pd_is_uplink()
Yu Watanabe
2021-12-01
1
-37
/
+37
*
network: dhcp6: make UplinkInterface=:self take effect only when DHCPv6Prefix...
Yu Watanabe
2021-12-01
1
-0
/
+3
*
network: radv: use the uplink interface used in DHCPv6-PD
Yu Watanabe
2021-12-01
1
-1
/
+1
*
tree-wide: fix typo
Yu Watanabe
2021-11-30
1
-1
/
+1
*
network: save server address to DHCPv6 addresses
Yu Watanabe
2021-11-01
1
-1
/
+8
*
network: dhcp6: make UplinkInterface=:self imply WithoutRA=solicit
Yu Watanabe
2021-10-26
1
-5
/
+26
*
network: do not restart DHCPv6 client when WithoutRA= is set
Yu Watanabe
2021-10-26
1
-10
/
+25
*
network: deprecate ForceDHCPv6PDOtherInformation= setting
Yu Watanabe
2021-10-26
1
-15
/
+1
*
network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegation
Yu Watanabe
2021-10-26
1
-0
/
+35
*
network: dhcp6pd: do not trigger prefix reassignment for all downstreams when...
Yu Watanabe
2021-10-26
1
-9
/
+55
*
network: dhcp6: do not reconfigure/restart DHCPv6 clients when a new downstre...
Yu Watanabe
2021-10-26
1
-52
/
+43
*
network: dhcp6: introduce UseDelegatedPrefix= setting and enable by default
Yu Watanabe
2021-10-26
1
-24
/
+4
*
network: dhcp6pd: do not assign downstream prefix when RADV is requested but ...
Yu Watanabe
2021-10-26
1
-0
/
+9
*
network: dhcp6: rename variables
Yu Watanabe
2021-10-25
1
-8
/
+10
*
network: dhcp6pd: move logic of acquiring subnet prefix into dhcp6_pd_assign_...
Yu Watanabe
2021-10-25
1
-43
/
+55
*
network: dhcp6pd: introduce a simplified and unified method to calculate subn...
Yu Watanabe
2021-10-25
1
-33
/
+42
*
network: dhcp6pd: check link state earlier before assigning prefixes to downs...
Yu Watanabe
2021-10-22
1
-5
/
+5
*
network: dhcp6pd: also call dhcp6_pd_prepare() and dhcp6_pd_finalize() for up...
Yu Watanabe
2021-10-22
1
-8
/
+14
*
network: dhcp6pd: not necessary to drop routes when Assign=yes
Yu Watanabe
2021-10-21
1
-30
/
+34
*
Merge pull request #21072 from yuwata/network-address-lifetime
Yu Watanabe
2021-10-21
1
-42
/
+49
|
\
[next]