summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller2016-10-141-16/+16
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-20/+20
* core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-081-12/+1
* core: downgrade assertion in nm-ip[46]-config.c to g_criticalThomas Haller2016-08-231-2/+2
* core: don't suppress routes inside the subnet of the interfaceThomas Haller2016-08-171-8/+0
* core/trivial: cleanup indention for property definitions in nm-ip[46]-config.cThomas Haller2016-07-061-55/+55
* core: don't include dns-priority in IP configuration hashBeniamino Galvani2016-05-301-3/+1
* core: fix creation of NMSettingIPConfig routesBeniamino Galvani2016-05-161-1/+1
* core: add DNS priority to NMIP4ConfigBeniamino Galvani2016-05-121-2/+57
* core: preserve const-ness in NM_IP4_CONFIG_GET_PRIVATE()Thomas Haller2016-05-121-41/+48
* core: make NMIP4Config struct private and directly embed private dataThomas Haller2016-05-111-11/+21
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-10/+10
* core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-111-4/+0
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-0/+7
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-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