summaryrefslogtreecommitdiff
path: root/src/ndisc/nm-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-301-0/+8
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-2/+5
* 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-131-8/+57
* ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-131-59/+53
* 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-131-21/+42
* ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2018-10-131-0/+1
* 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: 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-291-8/+10
* device/ndisc: skip link-local addresses from NDiscThomas Haller2018-03-201-0/+2
* 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-081-1/+1
* ndisc: adjust logging of timeouts for NDisc resultThomas Haller2018-02-071-7/+31
* ndisc: fix ordering of gatewaysBeniamino Galvani2017-11-031-1/+1
* ndisc: some cleanup of RA handlingThomas Haller2017-10-121-1/+40
* ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-121-5/+27
* ndisc: cleanup handling of timestampsThomas Haller2017-10-121-36/+71
* ndisc: use unsigned int for loop index variableThomas Haller2017-10-121-86/+126
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-1/+1
* core: add assertions for network_id/stable_typeThomas Haller2017-01-091-0/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* ndisc/lndp: add ability to announce the managed IPv6 configurationLubomir Rintel2016-11-091-2/+3
* ndisc: rename the config-changed signalLubomir Rintel2016-11-091-1/+1
* ndisc: add logic for acting as a routerLubomir Rintel2016-11-091-24/+179
* ndisc: move the logging deduplication into a macroLubomir Rintel2016-11-091-13/+16
* ndisc: avoid calling start() multiple timesLubomir Rintel2016-11-091-4/+4
* ndisc/trivial: move nm_ndisc_set_iid upwardsLubomir Rintel2016-11-091-47/+49
* rdisc: rename to ndiscLubomir Rintel2016-11-091-0/+1073