summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: add nm_ip6_config_dump functionThomas Haller2013-11-071-19/+13
* core: fix crash when activating a never-default IPv4 connectionDan Winship2013-10-241-1/+1
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-251-30/+30
* core: update existing IP[46]Config of device instead of replacing it (bgo #70...Thomas Haller2013-09-251-27/+111
* core: add nm_ip[46]_config_replace functionsThomas Haller2013-09-251-16/+238
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-241-7/+7
* trivial: consistently #include "libgsystem.h" rather than just gsystem-local-...Colin Walters2013-08-291-1/+1
* core: fail activation when a route cannot be addedThomas Haller2013-08-261-1/+4
* core: fix leaking route instance in nm_ip4_config_update_settingThomas Haller2013-08-261-0/+1
* core: fix wrong unref in nm-ip4-config/nm_ip4_config_update_settingThomas Haller2013-08-231-1/+2
* core: don't return NULL from nm_ip[46]_config_capture()Pavel Šimerda2013-08-221-6/+0
* core: don't use gs_unref_object for nm-ip[46]-addressPavel Šimerda2013-08-211-1/+4
* core: fix double-free C&P errorDan Williams2013-08-081-1/+1
* core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda2013-08-031-92/+75
* platform: simplify getting routes and ignoring the default routeDan Williams2013-08-031-7/+1
* core: add nm_ip4_config_dump()Dan Williams2013-08-021-0/+81
* core: add nm_ip4_config_subtract()Dan Williams2013-08-021-0/+215
* core: combine and apply IPv4 configs instead of applying directlyDan Williams2013-08-021-0/+51
* core: detect automatic addresses when assuming connectionsPavel Šimerda2013-07-271-0/+8
* core: implement nm_ip[46]_config_update_setting()Pavel Šimerda2013-07-261-0/+64
* core: re-add assertions to NMIP[4|6]Config objectsDan Williams2013-07-221-1/+15
* core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda2013-07-201-72/+62
* core: replace nm_ip[46]_config_diff()Pavel Šimerda2013-07-201-158/+30
* core: fix stray semicolon causing VPN routes to not be addedDan Williams2013-07-121-1/+1
* core: cleanup nm-ip[46]-configPavel Šimerda2013-07-121-454/+360
* trivial: simplify nm_ip[46]_config_diff() NULL comparison logicPavel Šimerda2013-07-041-2/+2
* trivial: move a couple of functions to nm-ip[46]-configPavel Šimerda2013-07-031-13/+216
* cleanup: remove libnl dependency from nm-ip4-config/nm-ip6-configPavel Šimerda2013-06-251-108/+0