summaryrefslogtreecommitdiff
path: root/src/rdisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* core: add function nm_utils_ip6_address_clear_host_address()Thomas Haller2014-02-141-25/+2
* core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46...Thomas Haller2014-01-302-19/+18
* core/rdisc: limit the number of autoconf addresses to 'max_addresses'Thomas Haller2014-01-306-6/+16
* logging: ignore unrecognized domains on startupDan Winship2013-12-201-1/+1
* rdisc: don't add new RDNSS and DNSSL options with zero lifetimeDan Williams2013-12-191-0/+8
* rdisc: ensure RDNSS and DNSSL lifetimes are updated (rh #1044757) (bgo #720760)Dan Williams2013-12-191-13/+26
* rdisc: don't leak DNSSL domains if they aren't addedDan Williams2013-12-191-3/+7
* rdisc: fix possible overflow in large RA option lifetimesDan Williams2013-12-191-13/+13
* rdisc: fix copy & paste error in detecting RA changesDan Williams2013-12-191-2/+2
* rdisc: log interface name in some messagesDan Williams2013-12-191-3/+3
* rdisc: emit config_change signal for update of address lifetimeThomas Haller2013-12-091-2/+5
* platform: fix possible out-of-bounds access with RA route maskingDan Williams2013-12-031-3/+7
* rdisc: cleanup handling of NMRDisc->lladdr fieldThomas Haller2013-11-092-3/+12
* trivial: whitespace fixThomas Haller2013-11-071-6/+6
* Fix typosYuri Chornoivan2013-10-191-1/+1
* trivial: print route prefix when printing RA discovered routesDan Williams2013-10-031-1/+1
* rdisc: mask host bits off RA prefix (rh #1008104) (bgo #709230)Dan Williams2013-10-031-2/+21
* rdisc: do not crash on NDP init failures (rh #1012151)Jiří Klimeš2013-09-302-7/+16
* trivial: allow building tests from rdisc directoryPavel Šimerda2013-07-301-0/+1
* trivial: use 'preferred' attribute name for preferred lifetimePavel Šimerda2013-07-302-2/+2
* build: simplify rdisc tests makefile subdirsDan Williams2013-07-241-1/+0
* rdisc: libndp implementationPavel Šimerda2013-07-204-2/+705
* rdisc: abstract class and fake implementationPavel Šimerda2013-07-208-0/+541