summaryrefslogtreecommitdiff
path: root/src/ndisc
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-109-126/+9
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-303-0/+25
* all: drop emacs file variables from source filesThomas Haller2019-06-119-9/+0
* gitignore: merge gitignore filesThomas Haller2019-05-191-1/+0
* build/meson: increase timeouts for some testsThomas Haller2019-02-231-0/+1
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-3/+3
* all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-121-1/+0
* all: assert that native errno numbers are positiveThomas Haller2019-02-121-5/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-125-5/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* build: meson: Add trailing commasIñigo Martínez2018-12-201-1/+1
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-2/+5
* core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-191-8/+8
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-291-2/+2
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* ndisc: mark a keep-alive variable unusedLubomir Rintel2018-10-221-1/+1
* meson: Fix platform testsJan Alexander Steffens (heftig)2018-10-221-4/+2
* ndisc: don't update dad_counter for addresses in router configThomas Haller2018-10-131-3/+1
* ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller2018-10-135-14/+64
* ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-132-59/+56
* ndisc: minor refactoring loop in nm_ndisc_add_address()Thomas Haller2018-10-131-11/+18
* ndisc: only generate address interface identifer after checking existing prefixThomas Haller2018-10-132-22/+43
* ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2018-10-132-4/+5
* ndisc: always emit changed signal if an ndisc parameter changesThomas Haller2018-10-111-23/+37
* ndisc/trivial: move codeThomas Haller2018-10-111-51/+53
* ndisc: abort handling IO in event_ready() if we are unable to switch namespaceThomas Haller2018-10-111-2/+5
* ndisc: keep NMNDisc instance alive while processing IO in event_ready()Thomas Haller2018-10-111-0/+1
* ndisc: first reschedule timeout before invoking change event in check_timesta...Thomas Haller2018-10-111-3/+3
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* device: emit IP address changes in queued_ip_config_change() only onceThomas Haller2018-06-292-9/+16
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* ndisc/trivial: indentation and add "const" to auto variableThomas Haller2018-03-261-24/+24
* device/ndisc: skip link-local addresses from NDiscThomas Haller2018-03-202-0/+6
* iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller2018-02-211-0/+31
* ndisc/trivial: rename name for internal signal enum to match signal nameThomas Haller2018-02-091-3/+3
* ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller2018-02-091-2/+5
* device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller2018-02-082-2/+2
* ndisc: adjust logging of timeouts for NDisc resultThomas Haller2018-02-071-7/+31
* meson: Improve dependency systemIñigo Martínez2018-01-101-2/+2
* build: fix test-ndisc-linux testIñigo Martínez2017-12-141-15/+19
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+15
* ndisc: fix ordering of gatewaysBeniamino Galvani2017-11-032-5/+66
* core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-241-2/+2
* core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-241-1/+3
* ndisc: some cleanup of RA handlingThomas Haller2017-10-122-3/+45
* ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-126-45/+68
* ndisc: cleanup handling of timestampsThomas Haller2017-10-125-44/+81
* ndisc: use unsigned int for loop index variableThomas Haller2017-10-121-86/+126