summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/client: proxy *_enabled and metered properties to the right objectLubomir Rintel2017-11-021-4/+4
* ifcfg-rh: refactor write_object() to avoid coverity warningThomas Haller2017-10-311-18/+13
* ovs: add backward compatibility wrapper for json_object_foreach() macroThomas Haller2017-10-311-0/+8
* core: merge branch 'th/autoconnect-rh1401515' (part 1)Thomas Haller2017-10-3120-204/+298
|\
| * policy: move blocking autoconnect from NMDeviceModem to NMPolicyThomas Haller2017-10-312-25/+23
| * policy: inline can_autoconnect check in auto_activate_device()Thomas Haller2017-10-311-27/+15
| * policy: move nm_settings_connection_can_autoconnect() to policyThomas Haller2017-10-313-27/+30
| * device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-316-54/+86
| * libnm,cli,ifcfg-rh: add NMSetting8021x:auth-retries propertyThomas Haller2017-10-317-7/+74
| * docs: clearify documentation of connection.autoconnect-retriesThomas Haller2017-10-312-2/+4
| * settings: add and use nm_settings_connection_autoconnect_retries_try_next()Thomas Haller2017-10-314-10/+16
| * device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller2017-10-315-35/+31
| * config: remove nm_config_data_get_value_cached()Thomas Haller2017-10-315-46/+25
| * config: add nm_config_data_get_value_int64() utilThomas Haller2017-10-312-1/+24
| * settings/trivial: rename settings-connection's autoconnect functionsThomas Haller2017-10-316-48/+48
|/
* Revert "device: log device type too"Lubomir Rintel2017-10-311-6/+3
* device: avoid touching sysctls for devices without platform linkLubomir Rintel2017-10-311-0/+22
* ifcfg-rh: remove password-raw keys file after testBeniamino Galvani2017-10-311-1/+1
* devices/ovs/ovsdb: fix 32bit buildsLubomir Rintel2017-10-311-2/+2
* ifcfg-rh: add support for 802-1x.password-raw propertyBeniamino Galvani2017-10-316-14/+113
* devices/ovs/ovsdb: fix build with old JanssonLubomir Rintel2017-10-311-0/+8
* build: always include data/NetworkManager-ovs.conf in distLubomir Rintel2017-10-311-0/+3
* docs: fix typo in NMSettingBridge:group-forward-mask docThomas Haller2017-10-303-3/+3
* merge: branch 'lr/ovs'Lubomir Rintel2017-10-3064-415/+6236
|\
| * man: add OpenVSwitch overviewlr/ovsLubomir Rintel2017-10-306-1/+217
| * libnm: fix normalizing and verifying OVS connectionsThomas Haller2017-10-307-93/+568
| * tests: add nmtst_assert_connection_has_settings() helperThomas Haller2017-10-301-0/+57
| * libnm: add nm_connection_get_settings()Thomas Haller2017-10-303-27/+62
| * device: keep platform link alive in device_link_changed()Thomas Haller2017-10-301-12/+12
| * core/connection: allow address for ovs interfacesLubomir Rintel2017-10-301-36/+49
| * device: add support for OpenVSwitch devicesLubomir Rintel2017-10-3013-0/+2583
| * all: add OVSDB connection failure device state reasonLubomir Rintel2017-10-303-0/+6
| * clients: add support for ovs-bridge settingLubomir Rintel2017-10-305-0/+47
| * clients: add support for ovs-port settingLubomir Rintel2017-10-305-0/+59
| * clients: add support for ovs-interface settingLubomir Rintel2017-10-305-0/+32
| * clients: add support for ovs-patch settingLubomir Rintel2017-10-305-0/+20
| * libnm: add support for ovs-bridge devicesLubomir Rintel2017-10-308-0/+150
| * libnm: add support for ovs-port devicesLubomir Rintel2017-10-308-0/+149
| * libnm: add support for ovs-interface devicesLubomir Rintel2017-10-308-30/+180
| * introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-305-0/+31
| * introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-305-0/+31
| * introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-305-61/+93
| * libnm-core: add ovs-bridge settingLubomir Rintel2017-10-3013-0/+468
| * libnm-core: add ovs-port settingLubomir Rintel2017-10-3012-2/+585
| * libnm-core: add ovs-interface settingLubomir Rintel2017-10-3012-0/+374
| * libnm-core: add ovs-patch settingLubomir Rintel2017-10-3010-0/+297
| * device: don't progress from ip-config state when we're enslavedLubomir Rintel2017-10-301-39/+7
| * device/trivial: move check_ip_state() upwardsLubomir Rintel2017-10-301-101/+101
| * device: don't wait for a carrier before enslaving devicesLubomir Rintel2017-10-301-0/+7
| * device: log device type tooLubomir Rintel2017-10-301-3/+6