summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * platform: print more fields in nm_platform_link_to_string()Thomas Haller2015-06-171-25/+69
| * platform: expose internal buffer for to_string() functionsThomas Haller2015-06-172-1/+2
| * platform/trivial: rename to_string_buffer variableThomas Haller2015-06-171-11/+11
| * platform: add inet6_token parameter to NMPlatformLinkThomas Haller2015-06-173-0/+32
| * platform: add arptype parameter to NMPlatformLinkThomas Haller2015-06-173-0/+5
| * platform: add inet6_addr_get_mode_inv parameter to NMPlatformLinkThomas Haller2015-06-173-0/+15
| * platform: add addr parameter to NMPlatformLinkThomas Haller2015-06-173-0/+31
| * platform: add vlan_id parameter to NMPlatformLinkThomas Haller2015-06-173-0/+15
| * platform: add flags parameter to NMPlatformLinkThomas Haller2015-06-173-3/+23
| * platform: add scope parameter to NMPlatformIP4RouteThomas Haller2015-06-176-5/+48
| * platform: return @now from _rtnl_addr_last_update_time_to_nm()Thomas Haller2015-06-121-3/+9
|/
* merge: branch 'bg/hostname-bgo740409'Beniamino Galvani2015-06-1230-2492/+423
|\
| * settings/example: remove 'example' settings pluginThomas Haller2015-06-1211-1214/+2
| * keyfile: refactor reading "keyfile.unmanaged-devices" settingThomas Haller2015-06-121-80/+25
| * keyfile: refactor dispose() of SCPluginKeyfileThomas Haller2015-06-121-12/+8
| * settings: remove ifcfg-suse pluginBeniamino Galvani2015-06-128-210/+9
| * settings: add hostnamed supportBeniamino Galvani2015-06-121-1/+91
| * settings: factor out monitor initialization from nm_settings_new()Beniamino Galvani2015-06-121-21/+29
| * settings: remove hostname handling from pluginsBeniamino Galvani2015-06-1216-940/+28
| * core: move handling of hostname from plugins to coreBeniamino Galvani2015-06-122-46/+258
| * build: link core against SELinuxBeniamino Galvani2015-06-121-0/+5
|/
* libnm/utils: add _nm_utils_strv_find_first() functionThomas Haller2015-06-112-5/+47
* gitignore: ignore temporary files during buildThomas Haller2015-06-111-0/+5
* cli: use color names when TAB-completing "nmcli prompt-color"Jiří Klimeš2015-06-111-1/+2
* cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936)Jiří Klimeš2015-06-113-15/+41
* cli: fix metered to string propertyThomas Haller2015-06-101-0/+11
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-105-10/+10
* xml: (trivial) fix a typoJiří Klimeš2015-06-101-2/+2
* merge branch 'bg/metered-connections-bgo741725'Beniamino Galvani2015-06-0938-12/+668
|\
| * nm-manager: add 'metered' propertyBeniamino Galvani2015-06-099-2/+141
| * cli: fix error message localizationBeniamino Galvani2015-06-091-2/+8
| * ifcfg-rh: add support for CONNECTION_METEREDBeniamino Galvani2015-06-093-0/+28
| * ifcfg-rh: change type of svTrueValue() return value and argumentBeniamino Galvani2015-06-092-4/+4
| * core: update device 'metered' property on connection state changeBeniamino Galvani2015-06-091-1/+59
| * dhcp: detect NMIP4Config 'metered' flag based on ANDROID_METERED DHCP optionBeniamino Galvani2015-06-093-0/+35
| * systemd/dhcp: add support for vendor specific DHCP optionBeniamino Galvani2015-06-094-0/+56
| * core: add 'metered' flag to NMIP4ConfigBeniamino Galvani2015-06-092-0/+34
| * cli: add support for 'metered' connection propertyBeniamino Galvani2015-06-091-1/+56
| * cli: add nmc_string_to_tristate()Beniamino Galvani2015-06-092-0/+37
| * libnm-core: add 'metered' property to NMSettingConnectionBeniamino Galvani2015-06-094-0/+57
| * cli: add 'metered' property to deviceBeniamino Galvani2015-06-093-1/+21
| * core,libnm: add 'metered' property to NMDeviceBeniamino Galvani2015-06-097-2/+133
|/
* contrib/rpm: let NetworkManager package own '/etc/NetworkManager/' directoryThomas Haller2015-06-081-0/+2
* platform: merge branch 'th/platform_refact_caching-bgo747981' (early part)Thomas Haller2015-06-0519-444/+690
|\
| * platform: expose nm_platform_signal_change_type_to_string()Thomas Haller2015-06-053-24/+11
| * platform: refactor support_kernel_extended_ifa_flags to static variableThomas Haller2015-06-051-40/+45
| * platform: move ethtool_get_link_speed() to nm-platform-utilsThomas Haller2015-06-053-32/+28
| * platform: move supports_mii_carrier_detect() to nmp_utils_mii_supports_carrie...Thomas Haller2015-06-053-44/+54
| * platform: move ethtool_*() to nmp_utils_ethtool_*()Thomas Haller2015-06-053-210/+238
| * platform: factor out ethtool_get_wake_on_lan() functionThomas Haller2015-06-051-10/+19