summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-131-2/+0
* core: assert for valid arguments in _addresses_sort_cmp()Thomas Haller2019-08-021-0/+3
* core: fix mangling static IPv6 routes in nm_ip6_config_merge_setting()Thomas Haller2019-07-091-1/+1
* core: support creating ip6-config setting with disabled methodBeniamino Galvani2019-06-111-2/+28
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-111-21/+42
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-2/+2
* core: allow addresses with zero prefix lengthThomas Haller2018-12-191-1/+3
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-9/+10
* all: cleanup GChecksum handlingThomas Haller2018-11-131-17/+7
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-2/+11
* core: improve nm_ip_config_dump()Beniamino Galvani2018-09-261-47/+0
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-0/+31
* core: use nm_gobject_notify_together() in NMIP4Config/NMIP6ConfigThomas Haller2018-08-011-4/+4
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-5/+5
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-141-36/+5
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* device: don't capture resolve.conf for initial device configThomas Haller2018-03-201-20/+1
* core: add nm_ip6_config_find_first_address() function and refactor lookup of ...Thomas Haller2018-03-201-5/+29
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-12/+30
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-091-4/+4
* platform: rework nm_platform_ip6_address_sync() to fix address orderThomas Haller2018-02-091-1/+1
* core: avoid IFA_F_TEMPORARY alias for IFA_F_SECONDARYThomas Haller2018-02-071-4/+4
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-14/+0
* core: don't use variable length arraysThomas Haller2017-12-151-4/+5
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-7/+7
* core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-061-11/+74
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-0/+11
* core: don't reset existing routes when merging IP settingBeniamino Galvani2017-11-171-2/+0
* core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller2017-11-131-60/+4
* core: use router preference for IPv6 routesThomas Haller2017-10-121-15/+30
* core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani2017-10-101-2/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-189/+189
* core: don't track route metric in ip-configThomas Haller2017-10-091-33/+0
* core: don't track route MSS in ip-configThomas Haller2017-10-091-32/+0
* core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-091-2/+6
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-9/+18
* core: refactor parsing resolve.confThomas Haller2017-10-091-73/+12
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-4/+15
* core: inject route list to delete for nm_platform_ip_route_sync()Thomas Haller2017-09-261-2/+8
* core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-191-0/+92
* core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller2017-09-151-2/+4
* core: track routes with source RTPROT_KERNEL (rtm_protocol) in NMIP4Config/NM...Thomas Haller2017-09-131-3/+1
* core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-131-2/+3
* core: fix invalid assertion in nm_ip6_config_get_num_routes().Thomas Haller2017-09-131-1/+1