summaryrefslogtreecommitdiff
path: root/src/nm-default-route-manager.c
Commit message (Expand)AuthorAgeFilesLines
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-2/+4
* core: refactor private data in "src"Thomas Haller2016-10-041-10/+22
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-9/+9
* vpn,dns: for interface-less VPN connections get the ip_iface from the parent ...Thomas Haller2016-05-271-1/+1
* vpn-connection: add @fallback_device argument to nm_vpn_connection_get_ip_ifa...Thomas Haller2016-05-271-12/+4
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-7/+7
* Revert "manager: don't remove the device before policy learns of ip config ch...Lubomir Rintel2016-04-041-3/+1
* manager: don't remove the device before policy learns of ip config changeLubomir Rintel2016-04-041-1/+3
* default-route-manager: make NMDefaultRouteManager namespace awareThomas Haller2016-03-151-1/+50
* default-route-manager: use explict platform instance instead of NM_PLATFORM_G...Thomas Haller2016-03-151-5/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-061-1/+1
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-1/+0
* default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-35/+57
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-011-7/+7
* core: separate active and applied connectionLubomir Rintel2015-09-181-3/+3
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-12/+16
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* default-route-manager: pick up platform changes after NMDeviceLubomir Rintel2015-07-221-1/+3
* vpn: allow overwriting default gateway by connection configurationThomas Haller2015-07-131-2/+2
* default-route-manager: fix handling for absent default routes for VPNThomas Haller2015-07-131-1/+7
* default-route-manager: don't add entries with (!synced && never_default)Thomas Haller2015-07-131-0/+7
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-2/+2
* default-route-manager: merge platform signal handlerThomas Haller2015-06-241-49/+28
* platform: pass object type with platform changed signalThomas Haller2015-06-241-0/+4
* default-route-manager: fix syncing routes to consider non-synced routesThomas Haller2015-06-181-0/+24
* default-route-manager: disambiguate logging statementsThomas Haller2015-06-171-8/+9
* default-route: add @out_is_never_default argument to has_default_route()Thomas Haller2015-05-291-12/+24
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-04-221-3/+3
* platform: add self argument to platform functionsThomas Haller2015-04-211-5/+7
* trivial: fix spelling in commentsThomas Haller2015-04-201-3/+3
* core: (trivial) fix spelling in commentsJiří Klimeš2015-04-201-4/+4
* default-route-manager: cleanup logging macrosThomas Haller2015-04-081-4/+5
* default-route-manager: use NMPlatformVTableRouteThomas Haller2015-04-081-70/+38
* default-route-manager/trivial: add code commentThomas Haller2015-02-171-0/+7
* default-route-manager: own a reference to platform instanceThomas Haller2015-02-171-7/+11
* default-route-manager: avoid crash while disposing of NMDefaultRouteManagerThomas Haller2015-02-171-6/+25
* trivial: fix spelling in commentThomas Haller2015-02-171-2/+2
* default-route: don't return devices without active connection as best_config(...Thomas Haller2015-01-261-1/+30
* default-route: improve logging format for default route entriesThomas Haller2015-01-241-3/+3
* core: use NM_DEFINE_SINGLETON_GETTER() macroThomas Haller2015-01-121-13/+1
* core/trivial: rename singleton variables according to default nameThomas Haller2015-01-121-6/+6
* platform: add paramter to ip4_route_add to set src (RTA_PREFSRC)Thomas Haller2014-11-251-0/+1
* policy: enforce absence of default route on never-default VPN connectionsThomas Haller2014-11-191-16/+4
* policy: fix handling managed devices without default routeThomas Haller2014-11-191-36/+96
* policy: sort default routes by metrics before adding themThomas Haller2014-11-191-12/+31
* policy: pick up externally configured default routes for managed interfacesThomas Haller2014-11-191-3/+4
* policy: resync routes on platform change eventsThomas Haller2014-11-191-12/+241