summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-121-4/+0
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-121-0/+7
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-121-4/+7
* all: drop str_if_set() in favor of the "?:" operatorThomas Haller2016-03-081-1/+1
* core: move simple utils function from "nm-platform-utils.h"Thomas Haller2016-03-071-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* device: expose NMIP4Config:addresses in stable/defined sort orderThomas Haller2016-02-181-0/+68
* build: cleanup default includesThomas Haller2016-02-121-5/+3
* core: use NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-01-191-43/+38
* core/trivial: add code comment explaining route-handling and gatewayThomas Haller2016-01-181-0/+10
* ip4-config: be a bit more tolerant when dumping the connectionLubomir Rintel2016-01-121-2/+5
* core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani2016-01-061-6/+11
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-051-5/+20
* ip4-config: properly handle gateway in nm_ip4_config_replace()Beniamino Galvani2015-11-261-3/+6
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-7/+7
* ip4-config: let the IPv4 device route depend on the peer-addressThomas Haller2015-11-021-30/+27
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-011-2/+2
* ip-config: expose IP peer address on D-BusThomas Haller2015-10-141-1/+8
* platform: properly handle peer-address for IPv4 addressesThomas Haller2015-10-141-1/+3
* ip-config: refactor to use _addresses_get_index() functionThomas Haller2015-10-141-12/+2
* ip4-config: allow IPv4 addresses that only differ by prefix-lengthThomas Haller2015-10-141-4/+5
* core: disable assertion in nm_ip[46]_config_replace() by defaultThomas Haller2015-10-101-3/+5
* core: port IP/DHCP config to gdbusDan Winship2015-08-101-118/+113
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-17/+32
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-26/+4
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+2
* core: fix handling route-metric for nm_ip4_config_merge()Thomas Haller2015-07-221-1/+1
* ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-221-18/+49
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-2/+2
* route-manager: add argument to to only remove routes that were added by NMRou...Thomas Haller2015-07-141-1/+1
* 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