summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: fix delaying startup complete waiting for carrierth/device-carrier-wait-rh1450444Thomas Haller2017-05-151-18/+29
* device: cleanup nm_device_set_carrier_from_platform()Thomas Haller2017-05-151-16/+16
* device: rename and minor refactoring of check_carrier()Thomas Haller2017-05-151-11/+12
* device: downgrade logging messages about (non) pending actionThomas Haller2017-05-151-2/+2
* device: minor cleanup of carrier_disconnected_action_cancel()Thomas Haller2017-05-151-6/+4
* device/trivial: rename functions related to "carrier"Thomas Haller2017-05-151-5/+9
* device: don't call virtual function carrier_changed() directlyThomas Haller2017-05-153-10/+16
* cli: fix use-after-free in _get_fcn_gobject_enum()Thomas Haller2017-05-151-1/+1
* merge: branch 'lr/wps2'Lubomir Rintel2017-05-1515-23/+525
|\
| * dbus/secret-agent: add a flag indicating WPS PBC is activeLubomir Rintel2017-05-151-0/+4
| * cli: add support for the WPS propertyLubomir Rintel2017-05-151-1/+8
| * ifcfg-rh: save/restore WPS propertiesLubomir Rintel2017-05-153-1/+27
| * wifi: attempt a WPS enroll when secrets are missingLubomir Rintel2017-05-151-7/+144
| * settings-connection: all method to internally supply new secretsLubomir Rintel2017-05-152-0/+31
| * wifi/ap: maintain the WPS flagsLubomir Rintel2017-05-152-2/+14
| * wifi/ap: add flags accessorLubomir Rintel2017-05-152-0/+9
| * supplicant-interface: add support for WPS enrollmentLubomir Rintel2017-05-152-8/+180
| * setting-wireless: add wps-method propertyLubomir Rintel2017-05-154-2/+97
| * dbus: add WPS methods to AP flagsLubomir Rintel2017-05-151-1/+7
| * ifcfg-rh: don't skip 802-11-security if there's no WPA-PSKLubomir Rintel2017-05-151-2/+5
|/
* contrib: update fedora's REQUIRED_PACKAGES listThomas Haller2017-05-151-25/+26
* device: simplify check for ready slavesThomas Haller2017-05-142-41/+9
* device: remove function nm_device_is_enslaved()Thomas Haller2017-05-142-17/+2
* device: remove unused function nm_device_master_get_slave_by_ifindex()Thomas Haller2017-05-132-25/+0
* device: use CList to track SlaveInfoThomas Haller2017-05-131-31/+44
* core: merge branch 'th/async-bgo781643'Thomas Haller2017-05-1220-1212/+1996
|\
| * policy: log policy's orig_hostnameThomas Haller2017-05-122-4/+8
| * policy: drop out argument from _get_hostname()Thomas Haller2017-05-121-27/+22
| * policy: namespace fields related to DNS reverse lookup for hostnameThomas Haller2017-05-121-24/+26
| * policy: add lookup_by_address() function for g_resolver_lookup_by_address_asy...Thomas Haller2017-05-121-10/+15
| * hostname: change logging of hostname-modeThomas Haller2017-05-121-1/+11
| * hostname: cache hostname-manager's hostname propertyThomas Haller2017-05-126-131/+107
| * hostname: split out hostname management from NMSettingsThomas Haller2017-05-127-499/+764
| * ofono: clenaup NMModemOfono's disconnect()Thomas Haller2017-05-121-34/+38
| * ofono: make asynchrounous operations for context_proxy cancellableThomas Haller2017-05-121-21/+50
| * ofono: make asynchrounous operations for modem_proxy cancellableThomas Haller2017-05-121-23/+50
| * ofono: take D-Bus proxy for ConnectionManager asynchronouslyThomas Haller2017-05-121-48/+88
| * ofono: take D-Bus proxy for SimManager asynchronouslyThomas Haller2017-05-121-45/+85
| * modem: prettify logging output about available ModemManager/oFonoThomas Haller2017-05-121-7/+22
| * bt: use logging macros in nm-bluez4-manager.cThomas Haller2017-05-121-3/+8
| * bt: use logging macros in nm-bluez4-adapter.cThomas Haller2017-05-121-12/+17
| * bt: create D-Bus proxy for NMBluez4Manager asynchronouslyThomas Haller2017-05-121-45/+93
| * bt: create D-Bus proxy for NMBluez4Adapter asynchronouslyThomas Haller2017-05-121-25/+68
| * bt: track name-owner changes via NMModemManager and create D-Bus proxy asynch...Thomas Haller2017-05-124-38/+198
| * bt: minor refactoring of mm_name_owner_changed() functionThomas Haller2017-05-121-13/+16
| * bt: move initialization of NMDeviceBt to constructed()Thomas Haller2017-05-121-16/+22
| * modem: make NMModemManager a singletonThomas Haller2017-05-123-2/+8
| * modem: add define for ModemManager D-Bus pathThomas Haller2017-05-125-15/+20
| * modem: cleanup construction of NMModemThomas Haller2017-05-122-33/+10
| * modem/trivial: move code aroundThomas Haller2017-05-121-179/+177