summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller2017-11-084-51/+79
* policy: don't check autoconnect flag of connection in nm_device_can_auto_conn...Thomas Haller2017-11-081-6/+0
* policy: optimize nm_device_can_auto_connect() to not check nm_device_autoconn...Thomas Haller2017-11-081-2/+8
* device: minor refactoring of condition in nm_device_autoconnect_allowed()Thomas Haller2017-11-081-3/+6
* device/olpc-mesh: reject autoconnect requests early via get_autoconnect_allow...Thomas Haller2017-11-081-5/+2
* device: inline NMDevice's implementation of can_auto_connect()Thomas Haller2017-11-082-13/+18
* device: move nm_device_get_enabled() from schedule_activate_check() to nm_dev...Thomas Haller2017-11-081-0/+3
* device: drop stub implementation of get_autoconnect_allowed() in NMDeviceThomas Haller2017-11-082-12/+5
* wifi: use connection.auth-retries to handle authentication in NMDeviceWifiThomas Haller2017-11-021-27/+4
* device: move tracking auth_retry to NMDeviceThomas Haller2017-11-024-42/+24
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-024-27/+23
* ovs: add backward compatibility wrapper for json_object_foreach() macroThomas Haller2017-10-311-0/+8
* policy: move blocking autoconnect from NMDeviceModem to NMPolicyThomas Haller2017-10-311-25/+1
* device: handle authentication retries using 802-1x.auth-retries settingThomas Haller2017-10-314-40/+86
* settings: add and use nm_settings_connection_autoconnect_retries_try_next()Thomas Haller2017-10-312-10/+2
* device: move resetting autoconnect retries from subtype to NMDeviceThomas Haller2017-10-314-34/+27
* settings/trivial: rename settings-connection's autoconnect functionsThomas Haller2017-10-313-7/+7
* 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
* devices/ovs/ovsdb: fix 32bit buildsLubomir Rintel2017-10-311-2/+2
* devices/ovs/ovsdb: fix build with old JanssonLubomir Rintel2017-10-311-0/+8
* device: keep platform link alive in device_link_changed()Thomas Haller2017-10-301-12/+12
* device: add support for OpenVSwitch devicesLubomir Rintel2017-10-309-0/+2489
* all: add OVSDB connection failure device state reasonLubomir Rintel2017-10-301-0/+1
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-301-0/+1
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-301-0/+1
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-301-0/+2
* 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
* device: do not limit unrealizement to devices with platform linksLubomir Rintel2017-10-301-3/+1
* device: ignore enslavement to ovs-masterLubomir Rintel2017-10-301-13/+24
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-301-2/+2
* manager: always update the device when the plink comes and goesLubomir Rintel2017-10-302-42/+40
* core: avoid coverity warning in device factory's _add_factory() (3)Thomas Haller2017-10-301-4/+5
* device: workaround coverity warningThomas Haller2017-10-301-6/+12
* core: avoid coverity warning in device factory's _add_factory() (2)Thomas Haller2017-10-301-1/+1
* core: avoid coverity warning in device factory's _add_factory()Thomas Haller2017-10-301-1/+1
* wifi: refactor nm_wifi_utils_level_to_quality() not to assertThomas Haller2017-10-301-3/+1
* wifi/tests: add test whether nm_wifi_utils_level_to_quality() is in rangeThomas Haller2017-10-301-0/+24
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-302-5/+13
* device: add proxy setting to generated connectionsBeniamino Galvani2017-10-271-0/+2
* tests: increase timeout for arping testThomas Haller2017-10-271-1/+1
* settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-251-1/+1
* device: don't configure automatic default-routes if an explicit gateway is setThomas Haller2017-10-251-2/+10
* device: show better logging message when setting MTU failsThomas Haller2017-10-241-3/+22
* core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-241-13/+13
* core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-241-7/+18
* device: reset MTU when slave's MTU changesThomas Haller2017-10-231-0/+8