summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: return best config based on the internal sorting of NMDefaultRouteMan...th/bgo735512_route_metric-3Thomas Haller2014-11-063-91/+24
* policy: improve get_best_device() to strictly adhering the sort order of the ...Thomas Haller2014-11-061-60/+68
* policy: set default routes for VPN via NMDefaultRouteManagerThomas Haller2014-11-063-93/+17
* policy: move get_best_config() function to nm-default-route-managerThomas Haller2014-11-063-152/+211
* fixup! policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-061-38/+2
* policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-063-65/+236
* vpn: add nm_vpn_connection_get_connection_id() functionThomas Haller2014-11-062-0/+12
* fixup! policy: better sync get_best_device() with NMDefaultRouteManagerThomas Haller2014-11-061-22/+0
* policy: better sync get_best_device() with NMDefaultRouteManagerThomas Haller2014-11-061-19/+46
* fixup! policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-052-16/+0
* policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-053-103/+98
* fixup! core: add manager for default route and support multiple default routesThomas Haller2014-11-054-210/+291
* core: add manager for default route and support multiple default routesThomas Haller2014-11-058-76/+926
* policy: minor refactoring in get_best_ipx_device()Thomas Haller2014-11-051-30/+30
* policy: fix updating the default route for VPNThomas Haller2014-11-051-25/+22
* libnm: allow zero length prefix in NMIP4Route and NMIP6RouteThomas Haller2014-11-054-4/+8
* fixup! core: remove unneeded check in nm_ip4_config_commit() for default routesThomas Haller2014-11-051-6/+4
* core: remove unneeded check in nm_ip4_config_commit() for default routesThomas Haller2014-11-052-14/+0
* device: add function nm_device_uses_assumed_connection()Thomas Haller2014-11-052-0/+13
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-0510-36/+80
* core: add nm_ipX_config_get_default_route() functionsThomas Haller2014-11-054-0/+55
* core: fix comparing metric for IPv6 routesThomas Haller2014-11-051-1/+3
* fixup! core: overwrite the default route priority via connection settingThomas Haller2014-11-051-10/+22
* core: overwrite the default route priority via connection settingThomas Haller2014-11-051-2/+22
* fixup! core: add explicit functions for the route priority/metricThomas Haller2014-11-052-6/+9
* core: add explicit functions for the route priority/metricThomas Haller2014-11-053-16/+56
* fixup! core: modify the values/route metric returned by nm_device_get_priority()Thomas Haller2014-11-052-11/+15
* core: modify the values/route metric returned by nm_device_get_priority()Thomas Haller2014-11-051-13/+13
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-0513-64/+59
* cli: support new properties NM_SETTING_IP4_CONFIG_ROUTE_METRIC and NM_SETTING...Thomas Haller2014-11-051-26/+48
* cli: add utility methods for gint64 typesThomas Haller2014-11-051-0/+41
* libnm: add NMSettingIP4Config:route-metric and NMSettingIP6Config:route-metri...Thomas Haller2014-11-0513-1/+217
* keyfile: add support for G_INT64 propertiesThomas Haller2014-11-052-0/+20
* core: forward declare NMVpnConnection in nm-types.hThomas Haller2014-11-052-2/+3
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-056-44/+48
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-058-1/+7
* core: fix leak of lookup_addr in NMPolicyThomas Haller2014-11-051-2/+5
* core/trivial: remove semicolon from macroThomas Haller2014-11-051-1/+1
* all: add macro NM_IN_SETThomas Haller2014-11-051-0/+15
* platform: fix lifetime/preferred type in _address_get_lifetime()Dan Williams2014-11-051-1/+1
* Revert "tui: additional fix for 'primary' option"Lubomir Rintel2014-11-041-1/+1
* cli: Activating an already activated connection failsLubomir Rintel2014-11-031-2/+1
* wimax/build: use NM_PRAGMA_WARNING_DISABLE() macro instead of #pragmaThomas Haller2014-10-311-4/+3
* all: add macros to suppress compiler warningsThomas Haller2014-10-311-0/+41
* doc: fix IGNORE_HFILES in libnm-glibThomas Haller2014-10-311-2/+1
* doc: fix IGNORE_HFILES referencing non-existing *-bindings.h filesThomas Haller2014-10-311-17/+0
* core: merge branch 'th/bgo738590_dhcp_server_route' (bgo #738590)Thomas Haller2014-10-318-11/+99
|\
| * dhcp: don't add special route to DHCP server when having direct routeThomas Haller2014-10-311-5/+5
| * core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-316-6/+77
| * core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-312-0/+17
|/