summaryrefslogtreecommitdiff
path: root/src/ip6-manager
Commit message (Expand)AuthorAgeFilesLines
* core: use libnl CFLAGS and LIBS consistentlyMartin Jansa2011-05-191-0/+2
* ip6: remove useless includeDan Williams2011-04-051-1/+0
* ip6: prevent overflows in RDNSS and DNSSL timeout calculations (rh #689291)Dan Williams2011-04-051-4/+4
* ip6: add some commentsDan Williams2011-04-051-0/+2
* ip6: don't try to process invalid RA nameserversDan Williams2011-04-051-2/+4
* ip6: fix possible use of uninitialized memoryDan Williams2011-04-051-1/+1
* trivial: fix format type of ip6 manager logging messagesDan Williams2011-03-211-4/+4
* logging: fix format string/argument disagreementDan Williams2011-03-191-4/+4
* ip6: fail activation if addrconf fails to startDan Williams2011-02-252-8/+11
* ip6: support for DNS Search List option (bgo #637077)Pierre Ossman2010-12-151-0/+233
* ip6: restructure RDNSS code to be RFC compliant (bgo #637075)Pierre Ossman2010-12-151-64/+99
* ip6: rdnss structure needs to be packed (bgo #637075)Pierre Ossman2010-12-151-1/+1
* core: rename NMNamedManager -> NMDnsManagerDan Williams2010-09-071-2/+1
* ip6: pad RDNSS server expiry slightly to avoid hiccups (rh #590202)Dan Williams2010-05-141-1/+6
* ip6: only honor kernel-provided RA flags if an RA was received (rh #588560)Dan Williams2010-05-101-3/+4
* ip6: use IN6_ARE_ADDR_EQUAL not memcmpDan Williams2010-05-041-5/+5
* ip6: turn RA acceptance off when RAs shouldn't be used (rh #588163)Dan Williams2010-05-032-56/+10
* ip6: fail if the RA-provided address disappears or RDNSS expiresDan Williams2010-05-032-6/+24
* ip6: don't prematurely remove RDNSS nameservers (rh #588192)Dan Williams2010-05-031-4/+7
* ip6: tune RDNSS parsing loggingDan Williams2010-05-031-4/+13
* ip6: avoid autoconf routes where dest == gatewayDan Williams2010-05-021-0/+7
* ip6: fix log message argumentsDan Williams2010-04-301-2/+4
* ip6: better logging of IPv6 autoconf processDan Williams2010-04-301-17/+116
* ip6: ensure manager singleton is cleared when disposedDan Williams2010-04-301-2/+4
* ip6: bump the autoconf RA timeout a bitDan Williams2010-04-301-1/+1
* ip6: 'manual' method doesn't use the IP6 managerDan Williams2010-04-301-2/+1
* ip6: disconnect netlink signal handler on disposeDan Williams2010-04-271-3/+15
* ip6: fix a crash when /proc/sys/net/ipv6/conf/<iface>/* files are not presentJiří Klimeš2010-04-271-1/+1
* ip6: move class boilerplate/setup to the bottomDan Williams2010-04-261-186/+189
* ip6: fix autoconf address and route scrapingDan Williams2010-04-261-58/+116
* ip6: fix IPv6 addrconf detection and completionDan Williams2010-04-211-25/+56
* core: use ifindex instead of interface name in a lot of placesDan Williams2010-04-212-82/+68
* netlink: merge nm-netlink.c into nm-netlink-monitor.cDan Williams2010-04-201-1/+0
* trivial: netlink header cleanupDan Williams2010-04-201-0/+1
* netlink: fix IPv6 RA flag retrievalDan Williams2010-04-204-515/+79
* trivial: remove dead CFLAGSDan Williams2010-04-201-1/+0
* ip6-manager: update loggingDan Williams2010-04-073-17/+19
* trivial: rename some CamelCase source files to not-camel-caseDan Williams2010-03-021-1/+1
* ipv6: push router advertisement flags to listenersDan Williams2010-01-142-25/+68
* ipv6: fix incorrect address config signal emissionDan Williams2009-10-202-4/+14
* ip6: save the accept_ra value and re-set it when the device is deactivatedDan Williams2009-10-191-5/+48
* Add NMIP6Manager to handle IPv6 addrconfDan Winship2009-08-265-0/+1385