summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tui: guess the prefix length (netmask) of private IPv4 addresses and routes b...th/tui-route-input-rh1474295Thomas Haller2017-09-054-73/+117
* shared: add nm_utils_ip_is_site_local()Thomas Haller2017-09-052-0/+24
* tui: avoid integer overflow checking the range in NmtNewtEntryNumericThomas Haller2017-09-051-8/+2
* tui: allow empty route metric to indicate defaultThomas Haller2017-09-051-1/+1
* tui: extend NmtNewtEntryNumeric to allow optional empty entryThomas Haller2017-09-052-1/+52
* all: use _nm_utils_ip4_*() utils functionsThomas Haller2017-09-0517-43/+32
* shared: add _nm_utils_ip4_*() utils functionsThomas Haller2017-09-052-0/+43
* tui: link nm-utils/nm-shared-utils.c into nmtuiThomas Haller2017-09-051-0/+2
* ifcfg-rh/tests: test backward compatibility reading routes with "via (null)"Thomas Haller2017-09-052-1/+9
* man: merge branch 'bg/man-nm-settings-ifcfg-rh'Beniamino Galvani2017-09-053-6/+19
|\
| * libnm-core: add ifcfg-rh documentation for user settingBeniamino Galvani2017-09-051-0/+12
| * libnm/generate-plugin-docs: ignore files without a setting nameBeniamino Galvani2017-09-051-3/+5
| * man: fix evaluation of unsupported ifcfg-rh settingsBeniamino Galvani2017-09-051-1/+1
| * man: add unsupported ifcfg-rh settingsBeniamino Galvani2017-09-051-1/+1
| * man: remove unused xsl variableBeniamino Galvani2017-09-051-1/+0
|/
* release: bump version to 1.9.2 (development)1.9.2-devThomas Haller2017-09-051-1/+1
* libnm: disconnect signal handlers from old object-managerBeniamino Galvani2017-09-051-0/+1
* core: don't require manageable device in unmanaged_to_disconnected()Thomas Haller2017-09-041-1/+4
* device: extend wait time for carrier after MTU changeThomas Haller2017-09-041-3/+24
* systemd: merge branch systemd into masterThomas Haller2017-09-046-11/+82
|\
| * systemd: update code from upstream (2017-09-04)Thomas Haller2017-09-046-11/+82
* | platform: fix deleting routes in nm_platform_ip_route_sync()Thomas Haller2017-09-021-3/+3
* | core: merge branch 'bg/external-slaves-rh1442361'Beniamino Galvani2017-09-021-8/+5
|\ \
| * | device: don't release external slaves on state changeBeniamino Galvani2017-09-021-1/+5
| * | device: don't promote slave devices to managedBeniamino Galvani2017-09-021-7/+0
|/ /
* | tui: add ignore-auto-dns property to IPv4 and IPv6 pagesBeniamino Galvani2017-09-012-0/+12
* | core: ignore host-routes routes when matching generated connectionThomas Haller2017-09-011-13/+37
* | team: wait that existing instance is killed before starting teamd againBeniamino Galvani2017-09-011-2/+36
* | platform: ignore RTM_*LINK messages for unknown ifi_family (AF_BRIDGE)Thomas Haller2017-08-311-16/+3
* | settings: ensure the keyfile storage directory actually existsIkey Doherty2017-08-311-0/+4
* | core: fix clearing dirty flag in _nm_ip_config_add_obj()Thomas Haller2017-08-312-3/+7
* | core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller2017-08-313-27/+12
* | libnm-core: fix memory leak in NMSettingPppoeBeniamino Galvani2017-08-301-0/+1
* | core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller2017-08-303-4/+19
* | core: use _nm_ip_config_add_obj() in NMIP4Config/NMIP6ConfigThomas Haller2017-08-302-19/+21
* | core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller2017-08-302-16/+8
* | man: nmcli: grammar fixBeniamino Galvani2017-08-301-3/+3
* | core: fix emitting changed notification during nm_ip4_config_intersect()Thomas Haller2017-08-301-0/+9
* | core/trivial: rename local variableThomas Haller2017-08-302-33/+33
* | default-route: skip addition when the route already existsBeniamino Galvani2017-08-291-10/+60
* | platform: tests: silence compilation warningBeniamino Galvani2017-08-281-2/+2
* | checkpoint: better restore device managed state on rollbackBeniamino Galvani2017-08-281-6/+18
* | contrib/scripts: add NM-log helperThomas Haller2017-08-241-0/+52
* | platform: merge branch 'th/platform-route-pt3'Thomas Haller2017-08-2442-3283/+2203
|\ \
| * | core: don't suppress host route to gateway in ip-config caputureth/platform-route-pt3Thomas Haller2017-08-242-19/+10
| * | platform: add support for routing tables to platform cacheThomas Haller2017-08-248-15/+74
| * | platform: report error when configuring manual routeThomas Haller2017-08-241-6/+59
| * | platform: add option to suppress error message from nm_platform_ip_route_add()Thomas Haller2017-08-244-9/+29
| * | platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-2414-31/+62
| * | platform: assert for namespace in nm_platform_cache_update_emit_signal()Thomas Haller2017-08-241-0/+4