summaryrefslogtreecommitdiff
path: root/src/rdisc/nm-rdisc.c
Commit message (Expand)AuthorAgeFilesLines
* rdisc: fix setting netns during consturction of NMRDiscThomas Haller2016-03-171-4/+0
* rdisc: make NMRDisc namespace awareThomas Haller2016-03-151-0/+82
* rdisc/trivial: adjust indention in nm_rdisc_class_init()Thomas Haller2016-03-151-15/+14
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-8/+2
* rdisc: downgrade logging severity and rate-limit logging for sending router s...Thomas Haller2015-12-171-3/+19
* rdisc: refactor to use nm_clear_source()Thomas Haller2015-12-171-27/+7
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-021-1/+28
* core: support IPv6 duplicate address detectionLubomir Rintel2015-11-021-0/+22
* rdisc: move address generation into NMRDisc from NMLNDPRdiscLubomir Rintel2015-11-021-1/+36
* rdisc: refactor logging and use common _LOGD() macroThomas Haller2015-09-041-21/+21
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-251-1/+1
* rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (...Dan Williams2015-05-011-2/+16
* rdisc: fix double-addition of gateways & routes if priority increasesDan Williams2015-05-011-29/+48
* rdisc: fix leak of DNS domainsDan Williams2015-05-011-1/+7
* rdisc: move most RA processing logic into base classDan Williams2015-05-011-2/+411
* rdisc: add missing chain up to parent finalize/disposeDan Williams2015-05-011-0/+2
* core: Use tokenized identifiers when constructing an addressLubomir Rintel2015-01-261-3/+29
* all: consistently include config.hDan Winship2014-11-131-0/+2
* rdisc: add RA wait timeoutDan Williams2014-08-291-0/+9
* core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-231-8/+4
* rdisc: expose the "hop limit" from the RADan Winship2014-02-271-0/+1
* rdisc: print gateway for routes in rdisc debugging outputThomas Haller2014-02-241-31/+36
* rdisc: fix invalid cast when printing addresses in config_changed()Thomas Haller2014-02-241-1/+1
* rdisc: cleanup handling of NMRDisc->lladdr fieldThomas Haller2013-11-091-1/+7
* trivial: print route prefix when printing RA discovered routesDan Williams2013-10-031-1/+1
* rdisc: abstract class and fake implementationPavel Šimerda2013-07-201-0/+179