summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)AuthorFilesLines
2017-11-02wifi: use connection.auth-retries to handle authentication in NMDeviceWifiThomas Haller1-27/+4
2017-11-02device: move tracking auth_retry to NMDeviceThomas Haller4-42/+24
2017-11-02all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller4-27/+23
2017-10-31ovs: add backward compatibility wrapper for json_object_foreach() macroThomas Haller1-0/+8
2017-10-31policy: move blocking autoconnect from NMDeviceModem to NMPolicyThomas Haller1-25/+1
2017-10-31device: handle authentication retries using 802-1x.auth-retries settingThomas Haller4-40/+86
2017-10-31settings: add and use nm_settings_connection_autoconnect_retries_try_next()Thomas Haller2-10/+2
2017-10-31device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller4-34/+27
2017-10-31settings/trivial: rename settings-connection's autoconnect functionsThomas Haller3-7/+7
2017-10-31Revert "device: log device type too"Lubomir Rintel1-6/+3
2017-10-31device: avoid touching sysctls for devices without platform linkLubomir Rintel1-0/+22
2017-10-31devices/ovs/ovsdb: fix 32bit buildsLubomir Rintel1-2/+2
2017-10-31devices/ovs/ovsdb: fix build with old JanssonLubomir Rintel1-0/+8
2017-10-30device: keep platform link alive in device_link_changed()Thomas Haller1-12/+12
2017-10-30device: add support for OpenVSwitch devicesLubomir Rintel9-0/+2489
2017-10-30all: add OVSDB connection failure device state reasonLubomir Rintel1-0/+1
2017-10-30introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel1-0/+1
2017-10-30introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel1-0/+1
2017-10-30introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel1-0/+2
2017-10-30device: don't progress from ip-config state when we're enslavedLubomir Rintel1-39/+7
2017-10-30device/trivial: move check_ip_state() upwardsLubomir Rintel1-101/+101
2017-10-30device: don't wait for a carrier before enslaving devicesLubomir Rintel1-0/+7
2017-10-30device: log device type tooLubomir Rintel1-3/+6
2017-10-30device: do not limit unrealizement to devices with platform linksLubomir Rintel1-3/+1
2017-10-30device: ignore enslavement to ovs-masterLubomir Rintel1-13/+24
2017-10-30manager: add a method to get a particular device of given typeLubomir Rintel1-2/+2
2017-10-30manager: always update the device when the plink comes and goesLubomir Rintel2-42/+40
2017-10-30core: avoid coverity warning in device factory's _add_factory() (3)Thomas Haller1-4/+5
2017-10-30device: workaround coverity warningThomas Haller1-6/+12
2017-10-30core: avoid coverity warning in device factory's _add_factory() (2)Thomas Haller1-1/+1
2017-10-30core: avoid coverity warning in device factory's _add_factory()Thomas Haller1-1/+1
2017-10-30wifi: refactor nm_wifi_utils_level_to_quality() not to assertThomas Haller1-3/+1
2017-10-30wifi/tests: add test whether nm_wifi_utils_level_to_quality() is in rangeThomas Haller1-0/+24
2017-10-30all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2-5/+13
2017-10-27device: add proxy setting to generated connectionsBeniamino Galvani1-0/+2
2017-10-27tests: increase timeout for arping testThomas Haller1-1/+1
2017-10-25settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller1-1/+1
2017-10-25device: don't configure automatic default-routes if an explicit gateway is setThomas Haller1-2/+10
2017-10-24device: show better logging message when setting MTU failsThomas Haller1-3/+22
2017-10-24core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller1-13/+13
2017-10-24core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller1-7/+18
2017-10-23device: reset MTU when slave's MTU changesThomas Haller1-0/+8
2017-10-23device: reset MTU when VLAN's parent device changes MTUThomas Haller3-3/+39
2017-10-23device: set MTU property of device in new _set_mtu() functionThomas Haller1-18/+19
2017-10-19core: use nm_close()Beniamino Galvani2-7/+5
2017-10-18core: refactor hashing to use reduce calls to siphash24_compress()Thomas Haller1-2/+3
2017-10-18all: add helper functions for nm_hash_update*()Thomas Haller2-4/+5
2017-10-18all: use siphash24 for hashingThomas Haller1-2/+2
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller8-9/+10
2017-10-18all: refactor hashing by introducing NMHashStateThomas Haller2-11/+13