summaryrefslogtreecommitdiff
path: root/src/rdisc
Commit message (Expand)AuthorAgeFilesLines
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-063-16/+4
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* rdisc: fix regression in send_rs() (cannot create router solicitation)Thomas Haller2015-12-171-1/+1
* rdisc: downgrade logging severity and rate-limit logging for sending router s...Thomas Haller2015-12-174-12/+36
* rdisc: don't log error message when failing to create NDP socketThomas Haller2015-12-173-8/+24
* rdisc: refactor to use nm_clear_source()Thomas Haller2015-12-171-27/+7
* rdisc/tests: initialize iid passed to nm_rdisc_set_iid()Beniamino Galvani2015-11-032-2/+2
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-025-4/+39
* core: support IPv6 duplicate address detectionLubomir Rintel2015-11-023-0/+25
* rdisc: move address generation into NMRDisc from NMLNDPRdiscLubomir Rintel2015-11-027-93/+118
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* rdisc: refactor logging and use common _LOGD() macroThomas Haller2015-09-044-32/+57
* core: final gdbus portingDan Winship2015-08-101-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-056-6/+6
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-251-1/+1
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-261-1/+1
* rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (...Dan Williams2015-05-014-2/+112
* rdisc: fix double-addition of gateways & routes if priority increasesDan Williams2015-05-012-29/+131
* rdisc: split fake & linux test code; add testcasesDan Williams2015-05-015-118/+648
* rdisc: fix leak of DNS domainsDan Williams2015-05-011-1/+7
* rdisc: move most RA processing logic into base classDan Williams2015-05-015-473/+603
* rdisc: add missing chain up to parent finalize/disposeDan Williams2015-05-012-0/+4
* platform: add self argument to platform functionsThomas Haller2015-04-212-3/+3
* ndp: memleak: unregister router advertisement handler on disposeLubomir Rintel2015-02-181-0/+1
* core: Use tokenized identifiers when constructing an addressLubomir Rintel2015-01-262-4/+30
* all: consistently include config.hDan Winship2014-11-134-0/+8
* rdisc: properly handle RDNSS/DNSSL forced expirationDan Winship2014-10-291-12/+18
* rdisc,device: set MTU if an appropriate option is present in a RALubomir Rintel2014-10-202-0/+17
* rdisc: add RA wait timeoutDan Williams2014-08-293-23/+72
* all: fix up multiple-include-guard definesDan Winship2014-08-163-9/+9
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* all: port everything to libnmDan Winship2014-08-011-2/+2
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-1/+0
* core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-234-40/+11
* core: fix libndp linkingDan Winship2014-07-231-2/+1
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-232-5/+1
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+1
* core/platform: limit the preferred time to address lifetimeThomas Haller2014-06-061-0/+2
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+3
* build: fix out-of-tree build for rdisc/testsThomas Haller2014-05-071-0/+1
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* rdisc: avoid integer overflow when calculating timeoutsThomas Haller2014-03-061-8/+8
* rdisc: set the expiration timer correctly (rh #1073560)Dan Winship2014-03-061-2/+4
* rdisc: obey rtr_solicitations and rtr_solicitation_intervalDan Winship2014-03-046-28/+84
* rdisc: expose the "hop limit" from the RADan Winship2014-02-273-1/+11