index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-ndisc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-22
/
+15
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-17
/
+7
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
1
-3
/
+3
*
Fix "link-local" language inconsistencies
Sebastian Pucilowski
2022-03-31
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-7
/
+7
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
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
-8
/
+2
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-7
/
+2
*
network: compare addresses more strictly
Yu Watanabe
2022-02-23
1
-2
/
+2
*
network: disable NDisc for CAN interfaces
Yu Watanabe
2022-01-31
1
-0
/
+4
*
network: configure NDisc after MAC address is assigned
Yu Watanabe
2022-01-31
1
-2
/
+63
*
network: ndisc: ignore route prefix to ::/0
Yu Watanabe
2021-12-28
1
-0
/
+5
*
network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...
Yu Watanabe
2021-12-09
1
-1
/
+1
*
network: route: make route_cancel_request() take Link*
Yu Watanabe
2021-12-06
1
-1
/
+1
*
network: ndisc: introduce UseGateway= and UseRoutePrefix= settings
Yu Watanabe
2021-11-09
1
-13
/
+26
*
network: ndisc: do not read DNSSL option when UseDomains=no
Yu Watanabe
2021-11-09
1
-10
/
+14
*
network: ndisc: split out prefix option handling into ndsic_router_process_pr...
Yu Watanabe
2021-11-09
1
-44
/
+65
*
network: do not restart DHCPv6 client when WithoutRA= is set
Yu Watanabe
2021-10-26
1
-2
/
+2
*
network: ndisc: fix behavior when DHCPv6Client=always
Yu Watanabe
2021-10-26
1
-20
/
+45
*
network: address: use usec_t for handling lifetime
Yu Watanabe
2021-10-21
1
-14
/
+13
*
network: ndisc: rename valid_until -> lifetime_usec
Yu Watanabe
2021-10-21
1
-20
/
+24
*
network: ndisc: add missing lifetime check
Yu Watanabe
2021-10-21
1
-4
/
+7
*
network: route: rename lifetime -> lifetime_usec
Yu Watanabe
2021-10-21
1
-23
/
+25
*
network: address-genereation: introduce generate_addresses()
Yu Watanabe
2021-10-06
1
-2
/
+2
*
network: address-generation: use in6_addr_hash_ops_free
Yu Watanabe
2021-10-06
1
-2
/
+2
*
network: ndisc: ignore autonomous prefix with prefix length larger than 64
Yu Watanabe
2021-10-06
1
-6
/
+15
*
network: move address generation methods to network-address-generation.[ch]
Yu Watanabe
2021-10-06
1
-287
/
+1
*
network: make several hash_ops static
Yu Watanabe
2021-10-04
1
-1
/
+1
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-383
/
+161
*
network: move common route settings to {dhcp4,ndisc}_request_route()
Yu Watanabe
2021-09-14
1
-18
/
+8
*
network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...
Yu Watanabe
2021-08-23
1
-79
/
+14
*
network: add UseMTU= in [IPv6AcceptRA]
Yu Watanabe
2021-08-20
1
-7
/
+7
*
Merge pull request #20410 from yuwata/network-ndisc-cleanups
Yu Watanabe
2021-08-10
1
-10
/
+25
|
\
|
*
network: use usec_add() at several more places
Yu Watanabe
2021-08-10
1
-4
/
+4
|
*
network: make IPv6Token private, and ipv6token_new() static
Yu Watanabe
2021-08-10
1
-1
/
+16
|
*
network: ndisc: update a log message
Yu Watanabe
2021-08-10
1
-5
/
+5
*
|
network: use request queue to configure DHCP{4,6} clients
Yu Watanabe
2021-08-10
1
-0
/
+3
|
/
*
network: use monotonic instead of boot time to handle address creation/update...
Yu Watanabe
2021-08-09
1
-1
/
+3
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
network: fix overflow issue in address lifetime calculation
Yu Watanabe
2021-07-02
1
-2
/
+4
*
network: drop old ndisc configurations after new ones are configured
Yu Watanabe
2021-07-02
1
-3
/
+4
*
ether-addr-util: drop redundant "addr" from struct hw_addr_data
Yu Watanabe
2021-06-09
1
-3
/
+3
*
network: introduce request_hash_ops to dedup requests
Yu Watanabe
2021-06-07
1
-2
/
+2
*
network: ndisc: update log message
Yu Watanabe
2021-05-27
1
-2
/
+2
*
network: ndisc: always honor valid time
Yu Watanabe
2021-05-27
1
-20
/
+18
*
network: drop unused "callback" arguments in route_remove() and address_remove()
Yu Watanabe
2021-05-19
1
-2
/
+2
*
network: address: introduce link_get_ipv4/ipv6_address()
Yu Watanabe
2021-05-18
1
-2
/
+2
*
network: use request queue to configure addresses, routes, and nexthops
Yu Watanabe
2021-05-12
1
-62
/
+120
*
network: split out common part of route or address handlers
Yu Watanabe
2021-05-12
1
-19
/
+6
[next]