summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller2015-07-011-4/+43
* route-manager: add argument @ignore_kernel_routes to route_sync()Thomas Haller2015-07-011-1/+1
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-1/+1
* core: minor refactoring iterating and removing list of routesThomas Haller2015-07-011-3/+4
* ipx-config: correct nm_ipx_config_merge() setting prioritiesLubomir Rintel2015-06-281-3/+3
* core: add 'metered' flag to NMIP4ConfigBeniamino Galvani2015-06-091-0/+30
* core: detect route-metric when creating nm-generated-assumed connectionThomas Haller2015-06-051-1/+44
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-201-1/+1
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-201-1/+1
* core: capture DNS options from resolv.confBeniamino Galvani2015-05-131-3/+22
* core: add DNS options property to NMIP4Config and NMIP6ConfigBeniamino Galvani2015-05-131-1/+141
* nm-ip[64]-config: set ifindex when replacing a duplicate routeLubomir Rintel2015-04-221-0/+1
* platform: add self argument to platform functionsThomas Haller2015-04-211-4/+4
* nm-device: move device MTU setting from IP4Config to NMDeviceLubomir Rintel2015-03-091-5/+0
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-0/+7
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-16/+35
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-2/+21
* core: split route management code out from platformLubomir Rintel2015-02-271-1/+2
* core: fix memleak releasing priv->path in NMIP4Config and NMIP6ConfigThomas Haller2015-01-291-0/+2
* core: fix nm_ip_config_intersect() only to remove addresses, routes and gatewayThomas Haller2015-01-261-43/+5
* core: add intersect() functions to NMIP?ConfigThomas Haller2015-01-241-0/+82
* core: refactor subtract() functions in NMIP?ConfigThomas Haller2015-01-241-72/+134
* core: fix route metrics for subnet routesThomas Haller2014-11-251-2/+2
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-241-0/+3
* core: fix IP4Config.RouteData and IP6Config.RouteDataDan Winship2014-11-181-1/+1
* trivial: remove leftover NM_IFACE_HELPER referencesDan Williams2014-11-171-4/+0
* all: consistently include config.hDan Winship2014-11-131-0/+2
* 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