summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* core,libnm-core: use same route attribute names of iproute2Beniamino Galvani2017-03-221-1/+1
* core: apply route options from configurationBeniamino Galvani2017-03-061-0/+33
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-1/+1
* ip4-config: cleanup MTU handlingThomas Haller2017-01-161-11/+15
* ip[46]-config: reorder fields in private struct and use bool bitfieldThomas Haller2017-01-161-11/+11
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-64/+73
* exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-1/+1
* ip4-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-051-32/+6
* ip4-config: cache addresses variantsBeniamino Galvani2016-12-051-18/+37
* ip4-config: don't change order of addresses in the same subnetBeniamino Galvani2016-12-051-4/+11
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* 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