summaryrefslogtreecommitdiff
path: root/src/nm-default-route-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* policy: consider additional assumed routes when synchronizing the default routeThomas Haller2014-11-191-6/+99
* policy: minor refactoring in NMDefaultRouteManager to access routes genericallyThomas Haller2014-11-191-8/+14
* policy: remove redundant remove_default_route() functions from NMDefaultRoute...Thomas Haller2014-11-191-29/+0
* policy: remove unused @do_sync argument from NMDefaultRouteManager functionsThomas Haller2014-11-191-16/+14
* policy: minor fix when having multiple default routes with metric MAXUINT32Thomas Haller2014-11-191-1/+2
* policy: refactor NMDefaultRouteManager to use union type NMPlatformIPXRouteThomas Haller2014-11-191-58/+59
* all: consistently include config.hDan Winship2014-11-131-2/+2
* core: remove unused variableDan Williams2014-11-111-4/+0
* policy: fix using wrong loop counter in _platform_route_sync_flush()Thomas Haller2014-11-101-3/+3
* policy: fix get_best_device() to return only active devices from the listThomas Haller2014-11-071-10/+10
* policy: return best config based on the internal sorting of NMDefaultRouteMan...Thomas Haller2014-11-071-61/+24
* policy: improve get_best_device() to strictly adhering the sort order of the ...Thomas Haller2014-11-071-60/+68
* policy: set default routes for VPN via NMDefaultRouteManagerThomas Haller2014-11-071-13/+9
* policy: move get_best_config() function to nm-default-route-managerThomas Haller2014-11-071-0/+152
* policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-071-13/+101
* policy: better sync get_best_device() with NMDefaultRouteManagerThomas Haller2014-11-071-41/+46
* policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-071-13/+87
* policy: add manager for default routes and support multiple default routesThomas Haller2014-11-071-0/+715