summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* device: keep NMNetns instance per deviceThomas Haller2017-04-181-7/+11
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-221-2/+2
* core: apply route options from configurationBeniamino Galvani2017-03-061-0/+52
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-1/+1
* ip[46]-config: reorder fields in private struct and use bool bitfieldThomas Haller2017-01-161-7/+7
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-54/+59
* exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-1/+1
* ip6-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-051-2/+7
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-051-2/+17
* ip6-config: cache addresses variantsBeniamino Galvani2016-12-051-21/+38
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller2016-10-141-12/+12
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-15/+15
* core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-081-12/+1
* core: downgrade assertion in nm-ip[46]-config.c to g_criticalThomas Haller2016-08-231-2/+2
* core: don't suppress routes inside the subnet of the interfaceThomas Haller2016-08-171-8/+0
* core/trivial: cleanup indention for property definitions in nm-ip[46]-config.cThomas Haller2016-07-061-50/+50
* core: don't include dns-priority in IP configuration hashBeniamino Galvani2016-05-301-3/+1
* device: wait for termination of IPv6 DAD before proceeding to IP_CHECKBeniamino Galvani2016-05-221-0/+41
* core: fix creation of NMSettingIPConfig routesBeniamino Galvani2016-05-161-1/+2
* core: add DNS priority to NMIP6ConfigBeniamino Galvani2016-05-121-1/+57
* core: preserve const-ness in NM_IP4_CONFIG_GET_PRIVATE()Thomas Haller2016-05-121-32/+39
* core: make NMIP4Config struct private and directly embed private dataThomas Haller2016-05-111-11/+20
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-9/+9
* core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-111-4/+0
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-0/+5
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-4/+7
* ip6-config: use nm_utils_ip6_address_same_prefix().Thomas Haller2016-04-111-25/+7
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-10/+10
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-4/+3
* device: move have_ip6_address() to nm_ip6_config_get_address_first_nontentati...Thomas Haller2016-02-021-0/+23
* core: add nm_ip6_config_new_cloned() functionThomas Haller2016-02-021-2/+14
* core: use NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-01-191-42/+36
* core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani2016-01-061-6/+11
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-051-5/+20
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-011-2/+2
* core: fix conversion of nameservers to GValue in NMIP6ConfigBeniamino Galvani2015-10-181-1/+1
* ip-config: expose IP peer address on D-BusThomas Haller2015-10-141-1/+9
* ip-config: refactor to use _addresses_get_index() functionThomas Haller2015-10-141-16/+7
* core: disable assertion in nm_ip[46]_config_replace() by defaultThomas Haller2015-10-101-3/+5
* core: fix D-Bus value for NM_IP6_CONFIG_ROUTESThomas Haller2015-09-101-2/+2
* core: fix handling ignore-auto-dns for IPv6 nameserversThomas Haller2015-09-091-2/+4
* core: port IP/DHCP config to gdbusDan Winship2015-08-101-162/+104
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-9/+18
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-26/+4
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1