summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ndisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: fix indentationYu Watanabe2023-11-061-2/+1
* Revert "ndisc: Also set link hoplimit"Yu Watanabe2023-11-061-6/+1
* ndisc: Also set link hoplimitSusant Sahani2023-09-271-1/+6
* sd-ndisc: make sd_ndisc return time values in usecYu Watanabe2023-09-221-77/+26
* network/ndisc: split out ndisc_router_process_icmp6_ratelimit()Yu Watanabe2023-09-051-10/+29
* network/ndisc: refuse too many PREF64 prefixesYu Watanabe2023-09-051-1/+9
* network/ndisc: drop outdated PREF64 prefixesYu Watanabe2023-09-051-0/+14
* network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-041-0/+111
* network/ndisc: drop captive portals with zero lifetime earlierYu Watanabe2023-09-021-1/+16
* Revert "network: ndisc - drop routes of lifetime 0"Yu Watanabe2023-09-021-36/+4
* network/ndisc: use the first captive portal in each RAYu Watanabe2023-08-241-4/+14
* network/ndisc: do not store too many captive portals provided through RAYu Watanabe2023-08-241-0/+16
* network: ndisc - drop routes of lifetime 0Susant Sahani2023-08-221-4/+36
* network: ndisc - Also fill router preferenceSusant Sahani2023-08-221-1/+7
* network: ndisc - Allow to use ICMP6 rate limit from received RASusant Sahani2023-08-211-0/+16
* network: ndisc - Ignore route information if reserved (10) value isSusant Sahani2023-08-141-0/+4
* network: ndisc - Honour CurHopLimitSusant Sahani2023-07-301-0/+10
* network/address: free Address object by caller that passed to link_request_ad...Yu Watanabe2023-07-291-1/+1
* ndisc: honour MTU for onlink prefixSusant Sahani2023-07-131-10/+9
* network,ndisc: use ndisc_captive_portal_free() at one more placeYu Watanabe2023-07-071-1/+1
* network,ndisc: use correct free function for captive portalYu Watanabe2023-07-061-1/+1
* network/ndisc: downgrade log levelYu Watanabe2023-07-061-41/+41
* network: handle captive portal with multiple routersYu Watanabe2023-07-061-38/+117
* ndisc: reject malformed captive portal URI with EBADMSGRonan Pigott2023-07-031-1/+1
* ndisc: clear ndisc captive portal value on bogus zero-len optionRonan Pigott2023-07-031-1/+1
* ndisc: parse RFC8910 captive portal ipv6ra optionRonan Pigott2023-07-021-0/+40
* network: do not enter failed state when received an invalid RAYu Watanabe2023-01-191-10/+11
* network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-161-0/+3
* network: unset Link.ndisc_configured only when a new address or route is requ...Yu Watanabe2022-12-011-6/+18
* network: drop invalid and unused flagYu Watanabe2022-11-281-1/+0
* network: fix indentationYu Watanabe2022-11-281-1/+1
* network: adjust route priority based on preferenceYu Watanabe2022-10-281-2/+23
* network: drop unnecessary call of ndisc_vacuum()Yu Watanabe2022-10-071-21/+0
* network: ndisc: do not accept too many DNS servers or domainsYu Watanabe2022-10-031-13/+16
* network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-031-20/+14
* network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-031-0/+77
* network: ndisc: drop outdated settings before processing RA messageYu Watanabe2022-10-031-12/+71
* network: ndisc: address_get() returns 0 on successYu Watanabe2022-10-031-1/+1
* network: ndisc: ignore prefix option with link-local prefixYu Watanabe2022-10-031-0/+8
* network: ndisc: read prefix earlierYu Watanabe2022-10-031-4/+6
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-108/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-2/+2
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+4
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-051-1/+1
* network: make link_may_have_ipv6ll() optionally check Multicast= settingYu Watanabe2022-08-011-1/+1
* Merge pull request #24001 from yuwata/network-lifetime-fixLuca Boccassi2022-07-181-11/+12
|\
| * network: fix infinite lifetime handlingYu Watanabe2022-07-141-7/+7
| * network: use sd_event_now()Yu Watanabe2022-07-141-4/+5
* | network: do not set invalid MAC address for non-ethernet interfaceYu Watanabe2022-07-131-3/+5