summaryrefslogtreecommitdiff
path: root/src/core/ndisc
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_random_*() instead of g_random_*()Thomas Haller2023-01-301-9/+10
* ndisc: Accept routes from on-link prefixes form raAlexander Lochmann2023-01-233-4/+53
* ndisc/tests: fix reference counting in nm_fake_ndisc_new()Thomas Haller2023-01-052-2/+1
* test-ndisc-fake: free l3cfg after creating fake-ndiscFernando Fernandez Mancera2022-12-231-0/+1
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-163-3/+3
* all: use nm_g_array_first()/nm_g_array_first_p() where suitableThomas Haller2022-12-091-5/+5
* ndisc: fix iterating arrays in calc_pre_expiry_rs_msec()Thomas Haller2022-12-061-4/+4
* core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller2022-10-271-14/+22
* ndisc: log DAD failures at info levelBeniamino Galvani2022-10-261-4/+4
* ndisc: accept multiple addresses in nm_ndisc_dad_failed()Beniamino Galvani2022-10-262-13/+20
* all: add src/nm-compat-headers for patching included system headersThomas Haller2022-09-231-1/+1
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-153-32/+33
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-252-15/+11
* ndisc/tests: relex check in test_dns_solicit_loop()Thomas Haller2022-05-101-1/+5
* platform: make "now" timestamp an in/out parameter to nmp_utils_lifetime_get()Thomas Haller2022-04-281-1/+2
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-298-166/+166
* l3cfg: set ipv6 tokenBeniamino Galvani2021-11-184-12/+20
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-188-428/+371
* trivial: fix code styleThomas Haller2021-11-041-19/+25
* ndisc: send router solicitations before expiryJonas Kümmerlin2021-11-021-27/+97
* core/ndisc: move nm_lndp_ndisc_get_sysctl() to "nm-ndisc.[ch]"Thomas Haller2021-09-205-76/+78
* platform: use IFA_F_SECONDARY instead of IFA_F_TEMPORARYThomas Haller2021-09-081-2/+2
* core: refactor nm_utils_ipv6_addr_set_stable_privacy() to not failThomas Haller2021-08-311-6/+6
* all: pass pointer to "struct NMUtilsIPv6IfaceId" to functions instead of structThomas Haller2021-08-311-1/+1
* format: reformat code with clang-format-12.0.1-1.fc34Thomas Haller2021-08-301-8/+8
* ndisc: add nm_ndisc_dhcp_level_to_string() helperThomas Haller2021-08-112-16/+13
* l3cfg: set NMIPConfigSource for NML3ConfigData at construct timeThomas Haller2021-08-031-3/+1
* all: use nm_{idle,timeout}_add_source() instead of g_source_attach()Thomas Haller2021-06-281-3/+1
* clang-format: reformat code with clang 12Thomas Haller2021-05-043-15/+15
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-054-5/+5
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-platform" to "src/libnm-platform"Thomas Haller2021-02-242-2/+2
* build: move "shared/systemd" to "src/libnm-systemd-shared"Thomas Haller2021-02-241-1/+1
* shared: remove "str" argument from nm_str_buf_reset()Thomas Haller2021-02-111-1/+1
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-095-5/+5
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0410-0/+4295