summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: mention that connection.autoconnect-slaves property supports default valuejk/master-bringup-slaves-unsquashedJiří Klimeš2015-06-091-0/+4
* fixup! cli: add support for connection.autoconnect-slaves propertyJiří Klimeš2015-06-091-2/+43
* fixup! fixup! ifcfg-rh: read/write autoconnect-slaves property as AUTOCONNECT...Jiří Klimeš2015-06-091-2/+5
* fixup! core: activate slaves when master is activated (bgo #735052) (rh #1158...Jiří Klimeš2015-06-091-5/+30
* Revert "config/core: introduce master-autoconnects-slaves configuration option"Jiří Klimeš2015-06-097-106/+9
* fixup! libnm: add autoconnect-slaves property to NMSettingConnectionJiří Klimeš2015-06-094-14/+39
* fixup! ifcfg-rh: read/write autoconnect-slaves property as AUTOCONNECT_SLAVESJiří Klimeš2015-06-091-4/+10
* fixup! ifcfg-rh: default to AUTOCONNECT_SLAVES=TRUE for bondsJiří Klimeš2015-06-092-3/+4
* ifcfg-rh: default to AUTOCONNECT_SLAVES=TRUE for bondsJiří Klimeš2015-06-092-2/+7
* config/core: introduce master-autoconnects-slaves configuration optionJiří Klimeš2015-06-097-9/+106
* core: activate slaves when master is activated (bgo #735052) (rh #1158529)Jiří Klimeš2015-06-091-0/+99
* cli: add support for connection.autoconnect-slaves propertyJiří Klimeš2015-06-091-4/+15
* ifcfg-rh: read/write autoconnect-slaves property as AUTOCONNECT_SLAVESJiří Klimeš2015-06-092-0/+6
* libnm: add autoconnect-slaves property to NMSettingConnectionJiří Klimeš2015-06-093-0/+59
* 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
| * platform: factor out ethtool_get_peer_ifindex() functionThomas Haller2015-06-051-13/+28
| * platform: factor out ethtool_supports_vlans() functionThomas Haller2015-06-051-24/+30
| * platform/trivial: move ethtool_supports_carrier_detect() codeThomas Haller2015-06-051-13/+13
| * platform: move code udev_get_driver() to nmp_utils_udev_get_driver()Thomas Haller2015-06-053-42/+48
| * platform: add nm-platform-utils.[ch] filesThomas Haller2015-06-056-4/+107
| * platform: move nm_platform_query_devices() to nm-managerThomas Haller2015-06-053-29/+16
| * platform: merge setup_devices() function into constructed()Thomas Haller2015-06-054-19/+12
| * tests: use a user ns to fake rootLubomir Rintel2015-06-051-7/+51
| * tests: allow running the link test without a writeable sysfsLubomir Rintel2015-06-053-25/+44
| * core: add option to suppress error logging if nm_utils_modprobe() failsThomas Haller2015-06-055-8/+23
| * utils: add NM_FLAGS_SET(), NM_FLAGS_UNSET() and NM_FLAGS_ASSIGN() macrosThomas Haller2015-06-051-0/+23
| * core: make nm_assert() always compile conditionThomas Haller2015-06-051-1/+1
|/
* Revert "core: avoid loading GIO modules"Lubomir Rintel2015-06-052-8/+0
* merge branch 'th/connection-defaults-bgo695383'Thomas Haller2015-06-0515-86/+492
|\
| * device: remove reading ipv6 privacy setting from sysctlThomas Haller2015-06-053-83/+9
| * device: add global configuration default for ip6-privacy (use_tempaddr, RFC4941)Thomas Haller2015-06-053-19/+97
| * libnm/doc: document behavior of setting ip6-privacy in /etc/sysctl.confThomas Haller2015-06-051-2/+6
| * device: make route-metric configurable per-deviceThomas Haller2015-06-052-32/+51
| * config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller2015-06-055-0/+272
| * config: publish nm_config_keyfile_get_boolean() utility functionThomas Haller2015-06-052-8/+12
| * device: add device-spec "type:"Thomas Haller2015-06-054-2/+46
| * device: add nm_device_get_type_description() functionThomas Haller2015-06-055-1/+60
|/
* merge branch 'th/default-dns-options-bgo749648'Thomas Haller2015-06-0515-462/+606
|\
| * cli: show dns-options default valueThomas Haller2015-06-051-2/+4
| * cli: add DEFINE_GETTER_WITH_DEFAULT() macroThomas Haller2015-06-051-0/+25
| * cli: stack allocate search string in nmc_properties_find()Thomas Haller2015-06-051-7/+7
| * cli: refactor nmc_add_prop_funcs() to use variadic macroThomas Haller2015-06-051-20/+31
| * cli: do not create a copy of static strings for nmc_properties hashThomas Haller2015-06-051-11/+13