summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-121-4/+0
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-121-0/+5
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-121-4/+7
* ip6-config: use nm_utils_ip6_address_same_prefix().Thomas Haller2016-04-121-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
* core: fix handling route-metric for nm_ip4_config_merge()Thomas Haller2015-07-221-1/+1
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-2/+2
* route-manager: add argument to to only remove routes that were added by NMRou...Thomas Haller2015-07-141-1/+1
* route-manager: add argument @ignore_kernel_routes to route_sync()Thomas Haller2015-07-011-1/+1
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-1/+1
* core: minor refactoring iterating and removing list of routesThomas Haller2015-07-011-3/+4
* ipx-config: correct nm_ipx_config_merge() setting prioritiesLubomir Rintel2015-06-281-2/+2
* core: detect route-metric when creating nm-generated-assumed connectionThomas Haller2015-06-051-1/+44
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-201-1/+1
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-201-1/+1
* core: capture DNS options from resolv.confBeniamino Galvani2015-05-131-3/+24
* core: add DNS options property to NMIP4Config and NMIP6ConfigBeniamino Galvani2015-05-131-1/+139
* nm-ip[64]-config: set ifindex when replacing a duplicate routeLubomir Rintel2015-04-221-0/+1
* platform: add self argument to platform functionsThomas Haller2015-04-211-4/+4
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-15/+41
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-0/+21
* core: split route management code out from platformLubomir Rintel2015-02-271-1/+2
* core: fix memleak releasing priv->path in NMIP4Config and NMIP6ConfigThomas Haller2015-01-291-0/+2
* ip6-config: remove the link-local address on address flushLubomir Rintel2015-01-281-1/+1
* core: fix nm_ip_config_intersect() only to remove addresses, routes and gatewayThomas Haller2015-01-261-25/+3
* core: add intersect() functions to NMIP?ConfigThomas Haller2015-01-241-0/+70
* core: refactor subtract() functions in NMIP?ConfigThomas Haller2015-01-241-51/+96
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-241-0/+3
* core: fix IP4Config.RouteData and IP6Config.RouteDataDan Winship2014-11-181-1/+1
* trivial: remove leftover NM_IFACE_HELPER referencesDan Williams2014-11-171-4/+0