summaryrefslogtreecommitdiff
path: root/src/ndisc
AgeCommit message (Expand)AuthorFilesLines
2019-06-11all: drop emacs file variables from source filesThomas Haller9-9/+0
2019-05-19gitignore: merge gitignore filesThomas Haller1-1/+0
2019-02-23build/meson: increase timeouts for some testsThomas Haller1-0/+1
2019-02-12all: replace g_strerror() calls with nm_strerror_native()Thomas Haller1-3/+3
2019-02-12all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller1-1/+0
2019-02-12all: assert that native errno numbers are positiveThomas Haller1-5/+4
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller5-5/+0
2019-02-06all: don't use "static inline" in source filesThomas Haller1-1/+1
2019-01-24all: fix misspellingsRafael Fontenelle1-1/+1
2018-12-20build: meson: Add trailing commasIñigo Martínez1-1/+1
2018-12-19all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller1-2/+5
2018-12-19core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller1-8/+8
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel1-2/+2
2018-11-12build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller1-0/+1
2018-10-22ndisc: mark a keep-alive variable unusedLubomir Rintel1-1/+1
2018-10-22meson: Fix platform testsJan Alexander Steffens (heftig)1-4/+2
2018-10-13ndisc: don't update dad_counter for addresses in router configThomas Haller1-3/+1
2018-10-13ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller5-14/+64
2018-10-13ndisc: handle integer overflows better for lifetime handlingThomas Haller2-59/+56
2018-10-13ndisc: minor refactoring loop in nm_ndisc_add_address()Thomas Haller1-11/+18
2018-10-13ndisc: only generate address interface identifer after checking existing prefixThomas Haller2-22/+43
2018-10-13ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2-4/+5
2018-10-11ndisc: always emit changed signal if an ndisc parameter changesThomas Haller1-23/+37
2018-10-11ndisc/trivial: move codeThomas Haller1-51/+53
2018-10-11ndisc: abort handling IO in event_ready() if we are unable to switch namespaceThomas Haller1-2/+5
2018-10-11ndisc: keep NMNDisc instance alive while processing IO in event_ready()Thomas Haller1-0/+1
2018-10-11ndisc: first reschedule timeout before invoking change event in check_timesta...Thomas Haller1-3/+3
2018-08-09all/style: write elvis operator ?: without spaceThomas Haller1-1/+1
2018-06-29device: emit IP address changes in queued_ip_config_change() only onceThomas Haller2-9/+16
2018-04-12build: meson: add prefix to test namesBeniamino Galvani1-1/+1
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-03-26ndisc/trivial: indentation and add "const" to auto variableThomas Haller1-24/+24
2018-03-20device/ndisc: skip link-local addresses from NDiscThomas Haller2-0/+6
2018-02-21iface-helper: fix non-reentrant call to platform for failed IPv6 DADThomas Haller1-0/+31
2018-02-09ndisc/trivial: rename name for internal signal enum to match signal nameThomas Haller1-3/+3
2018-02-09ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller1-2/+5
2018-02-08device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller2-2/+2
2018-02-07ndisc: adjust logging of timeouts for NDisc resultThomas Haller1-7/+31
2018-01-10meson: Improve dependency systemIñigo Martínez1-2/+2
2017-12-14build: fix test-ndisc-linux testIñigo Martínez1-15/+19
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+15
2017-11-03ndisc: fix ordering of gatewaysBeniamino Galvani2-5/+66
2017-10-24core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller1-2/+2
2017-10-24core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller1-1/+3
2017-10-12ndisc: some cleanup of RA handlingThomas Haller2-3/+45
2017-10-12ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller6-45/+68
2017-10-12ndisc: cleanup handling of timestampsThomas Haller5-44/+81
2017-10-12ndisc: use unsigned int for loop index variableThomas Haller1-86/+126
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-2/+3
2017-08-24core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller1-4/+6