summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* core: fix integer type of mtu variableThomas Haller2014-11-111-3/+3
* core: don't pass NULL for "%s" format to g_messageThomas Haller2014-11-111-1/+1
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-0/+4
* core: fix new NMIP4Config and NMIP6Config propertiesDan Winship2014-11-071-55/+58
* core: ensure generated connections has no gateway if it has no addressesThomas Haller2014-11-071-1/+5
* policy: add manager for default routes and support multiple default routesThomas Haller2014-11-071-1/+7
* core: remove unneeded check in nm_ip4_config_commit() for default routesThomas Haller2014-11-071-7/+0
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-11-071-1/+1
* core: add nm_ip4_config_get_subnet_for_host() functionThomas Haller2014-11-071-2/+24
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-071-1/+1
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-071-0/+1
* all: allow route metrics to be "0"Dan Winship2014-11-071-5/+6
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-071-15/+118
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-071-9/+11
* all: stop pretending to support multiple "gateway"sDan Winship2014-11-071-11/+7
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-22/+25
* libnm-core: add NMIPAddress/NMIPRoute attributes, use for labelsDan Winship2014-11-071-3/+9
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-25/+22
* core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-311-0/+30
* core: track origin of MTULubomir Rintel2014-10-201-5/+19
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-6/+5
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-041-3/+7
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-6/+2
* all: add nm-core-internal.h headerThomas Haller2014-08-221-3/+3
* core: refactor nm_ip[46]_config_commit() not to make a copy of routeThomas Haller2014-07-291-6/+6
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-291-2/+3
* core: #include gsystem-local-alloc.h instead of libgsystem.hThomas Haller2014-07-151-1/+0
* libnm-util: merge nm-util-private and nm-utils-privateDan Williams2014-07-021-3/+3
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-29/+22
* core: fix metrics of user-added routesDan Winship2014-06-101-1/+3
* core: look at route sources when assuming a connectionDan Winship2014-06-061-0/+4
* core: set route metrics earlierDan Winship2014-06-061-7/+2
* core: tweak NMSettingIP[46]Config generationDan Winship2014-06-061-13/+21
* core: preserve later expiry in nm_ip[46]_config_add_address()Thomas Haller2014-05-031-5/+23
* core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš2014-04-221-1/+11
* core: handle IPv4 address labelsDan Winship2014-03-261-2/+8
* core: fix adding gateway routes within the own subnetThomas Haller2014-03-051-1/+2
* core/platform: preserve external and static route metricsDan Williams2014-01-241-1/+5
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-241-0/+43
* core: add PropertiesChanged signals to IP4 and IP6 config objectsDan Williams2014-01-231-1/+3
* trivial: fix erroneous commentDan Winship2013-12-171-1/+1
* all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-17/+9
* core: ignore gateway host route during connection generationDan Williams2013-12-051-0/+16
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-43/+1
* core: don't leave additional default routes in captured IP configDan Williams2013-11-221-5/+7
* core: capture DNS configuration from resolv.conf when generating connectionsDan Williams2013-11-221-1/+58
* core: use ignore/disabled IP methods for assumed connections without IP configDan Williams2013-11-081-2/+5
* core: add nm_ip4_config_address_exists() and nm_ip6_config_address_exists()Dan Williams2013-11-081-0/+16
* core: read gateway when capturing IP configsDan Williams2013-11-081-1/+20
* core: slaves should have empty captured IP configurationDan Williams2013-11-081-2/+9