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
*
network: fix indentation
Yu Watanabe
2023-11-06
1
-2
/
+1
*
Revert "ndisc: Also set link hoplimit"
Yu Watanabe
2023-11-06
1
-6
/
+1
*
ndisc: Also set link hoplimit
Susant Sahani
2023-09-27
1
-1
/
+6
*
sd-ndisc: make sd_ndisc return time values in usec
Yu Watanabe
2023-09-22
1
-77
/
+26
*
network/ndisc: split out ndisc_router_process_icmp6_ratelimit()
Yu Watanabe
2023-09-05
1
-10
/
+29
*
network/ndisc: refuse too many PREF64 prefixes
Yu Watanabe
2023-09-05
1
-1
/
+9
*
network/ndisc: drop outdated PREF64 prefixes
Yu Watanabe
2023-09-05
1
-0
/
+14
*
network: ndisc - Allow to parse PREF64 prefix
Susant Sahani
2023-09-04
1
-0
/
+111
*
network/ndisc: drop captive portals with zero lifetime earlier
Yu Watanabe
2023-09-02
1
-1
/
+16
*
Revert "network: ndisc - drop routes of lifetime 0"
Yu Watanabe
2023-09-02
1
-36
/
+4
*
network/ndisc: use the first captive portal in each RA
Yu Watanabe
2023-08-24
1
-4
/
+14
*
network/ndisc: do not store too many captive portals provided through RA
Yu Watanabe
2023-08-24
1
-0
/
+16
*
network: ndisc - drop routes of lifetime 0
Susant Sahani
2023-08-22
1
-4
/
+36
*
network: ndisc - Also fill router preference
Susant Sahani
2023-08-22
1
-1
/
+7
*
network: ndisc - Allow to use ICMP6 rate limit from received RA
Susant Sahani
2023-08-21
1
-0
/
+16
*
network: ndisc - Ignore route information if reserved (10) value is
Susant Sahani
2023-08-14
1
-0
/
+4
*
network: ndisc - Honour CurHopLimit
Susant Sahani
2023-07-30
1
-0
/
+10
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
ndisc: honour MTU for onlink prefix
Susant Sahani
2023-07-13
1
-10
/
+9
*
network,ndisc: use ndisc_captive_portal_free() at one more place
Yu Watanabe
2023-07-07
1
-1
/
+1
*
network,ndisc: use correct free function for captive portal
Yu Watanabe
2023-07-06
1
-1
/
+1
*
network/ndisc: downgrade log level
Yu Watanabe
2023-07-06
1
-41
/
+41
*
network: handle captive portal with multiple routers
Yu Watanabe
2023-07-06
1
-38
/
+117
*
ndisc: reject malformed captive portal URI with EBADMSG
Ronan Pigott
2023-07-03
1
-1
/
+1
*
ndisc: clear ndisc captive portal value on bogus zero-len option
Ronan Pigott
2023-07-03
1
-1
/
+1
*
ndisc: parse RFC8910 captive portal ipv6ra option
Ronan Pigott
2023-07-02
1
-0
/
+40
*
network: do not enter failed state when received an invalid RA
Yu Watanabe
2023-01-19
1
-10
/
+11
*
network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]
Yu Watanabe
2023-01-16
1
-0
/
+3
*
network: unset Link.ndisc_configured only when a new address or route is requ...
Yu Watanabe
2022-12-01
1
-6
/
+18
*
network: drop invalid and unused flag
Yu Watanabe
2022-11-28
1
-1
/
+0
*
network: fix indentation
Yu Watanabe
2022-11-28
1
-1
/
+1
*
network: adjust route priority based on preference
Yu Watanabe
2022-10-28
1
-2
/
+23
*
network: drop unnecessary call of ndisc_vacuum()
Yu Watanabe
2022-10-07
1
-21
/
+0
*
network: ndisc: do not accept too many DNS servers or domains
Yu Watanabe
2022-10-03
1
-13
/
+16
*
network: ndisc: drop addresses and friends when RA with zero lifetime is rece...
Yu Watanabe
2022-10-03
1
-20
/
+14
*
network: ndisc: also introduce timer event source to drop outdated settings
Yu Watanabe
2022-10-03
1
-0
/
+77
*
network: ndisc: drop outdated settings before processing RA message
Yu Watanabe
2022-10-03
1
-12
/
+71
*
network: ndisc: address_get() returns 0 on success
Yu Watanabe
2022-10-03
1
-1
/
+1
*
network: ndisc: ignore prefix option with link-local prefix
Yu Watanabe
2022-10-03
1
-0
/
+8
*
network: ndisc: read prefix earlier
Yu Watanabe
2022-10-03
1
-4
/
+6
*
network: don't forget old RAs when a new one arrives
Thomas Hebb
2022-10-03
1
-108
/
+4
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-3
/
+1
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-2
/
+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: make link_may_have_ipv6ll() optionally check Multicast= setting
Yu Watanabe
2022-08-01
1
-1
/
+1
*
Merge pull request #24001 from yuwata/network-lifetime-fix
Luca Boccassi
2022-07-18
1
-11
/
+12
|
\
|
*
network: fix infinite lifetime handling
Yu Watanabe
2022-07-14
1
-7
/
+7
|
*
network: use sd_event_now()
Yu Watanabe
2022-07-14
1
-4
/
+5
*
|
network: do not set invalid MAC address for non-ethernet interface
Yu Watanabe
2022-07-13
1
-3
/
+5
[next]