summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
...
* device: add spec "driver:" to match devicesThomas Haller2017-03-171-0/+2
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-171-1/+1
* active-connection: emit a StateChanged signal on state changesLubomir Rintel2017-03-171-1/+3
* device: cast enum types for variadic g_signal_emit() functionThomas Haller2017-03-171-1/+1
* device: track system interface state in NMDeviceThomas Haller2017-03-161-74/+156
* core: track external activations types in the active-connectionThomas Haller2017-03-161-13/+7
* core/trivial: rename activation-type related checks for device and active-con...Thomas Haller2017-03-161-32/+32
* device: pass the user-explict flag to nm_device_realize_start()Thomas Haller2017-03-161-4/+17
* core/trivial: rename "nm-generated-assumed" flag to "volatile"Thomas Haller2017-03-161-1/+1
* device: return nm_device_master_add_slave() whether a slave was addedThomas Haller2017-03-161-10/+16
* core/dispatcher: pass act-request to device dispatcher callsThomas Haller2017-03-161-59/+41
* core/trivial: give names in src/nm-dispatcher.h header an "NM" prefixThomas Haller2017-03-161-10/+10
* core: minor cleanupsThomas Haller2017-03-161-9/+18
* device: force restart of IP method during reapplyThomas Haller2017-03-161-18/+26
* device: on reapply reset commit_first_time flagThomas Haller2017-03-161-3/+6
* device: fail DHCPv6 if a link-local address is not presentBeniamino Galvani2017-03-151-5/+8
* device: remove macro for logging in _set_unmanaged_flags()Thomas Haller2017-03-151-14/+10
* device: delay startup complete until device is initialized in platformThomas Haller2017-03-151-1/+21
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-3/+3
* device: clear deactivating_cancellable in dispose()Thomas Haller2017-03-131-0/+2
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-7/+3
* device: reapply proxy configurationBeniamino Galvani2017-03-091-39/+56
* device: reapply connection.lldp propertyBeniamino Galvani2017-03-091-26/+41
* device: add check for NULL connection diff in check_and_reapply_connection()Beniamino Galvani2017-03-071-1/+3
* device: add list of changed properties to reapply audit logBeniamino Galvani2017-03-061-2/+9
* audit: add @args to device logging functionsBeniamino Galvani2017-03-061-11/+11
* device: introduce class methods for connection reapplyBeniamino Galvani2017-03-061-39/+78
* device: internally export nm_device_hash_check_invalid_keys()Beniamino Galvani2017-03-061-16/+16
* all: use stack-allocated uuid at various placesThomas Haller2017-03-021-3/+2
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-10/+15
* device: split out cloned MAC decision from nm_device_hw_addr_set_cloned()Beniamino Galvani2017-02-231-18/+114
* device: remove out-reason argument from device's set-ip-configThomas Haller2017-02-221-54/+36
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-100/+77
* core: add support for dummy devicesBeniamino Galvani2017-02-221-0/+2
* device: avoid assertion in nm_device_get_supplicant_timeout() for Wi-Fi conne...Thomas Haller2017-02-211-5/+5
* device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-211-0/+27
* device: add get_autoconnect_allowed() virtual functionThomas Haller2017-02-171-1/+10
* device: separately handle NMDevice's autoconnect by user and internal decisionThomas Haller2017-02-171-16/+40
* device: cleanup handling queued state change in NMDeviceThomas Haller2017-02-101-56/+60
* device/trivial: reorder defines in "nm-device.c"Thomas Haller2017-02-101-58/+63
* device: change hw_addr_type field to bitfield typeThomas Haller2017-02-101-2/+5
* device: inline device helper structs QueuedState and PingInfoThomas Haller2017-02-101-18/+14
* device: prepend pending actions listThomas Haller2017-02-101-1/+1
* device: don't clone pending-action stringThomas Haller2017-02-101-5/+6
* device: implement queued_state_to_string() via NM_UTILS_LOOKUP_STR_DEFINE_STA...Thomas Haller2017-02-101-23/+16
* device: refactor pending-action strings as named definesThomas Haller2017-02-101-37/+30
* device: add pending-action "recheck-available"Thomas Haller2017-02-101-1/+9
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-1/+1
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-3/+3
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-1/+1