summaryrefslogtreecommitdiff
path: root/src/devices
AgeCommit message (Expand)AuthorFilesLines
2016-02-24wifi: ignore monitor interfacesDan Williams1-0/+11
2016-02-11wifi: allow autoconnect on AP/AdHoc mode connections with manual IP configura...Dan Williams1-6/+13
2016-02-01device/team: fix tiny memory leakBeniamino Galvani1-0/+1
2016-01-28wwan: retry connect on some errors and save them for log messagesDan Williams1-7/+15
2016-01-27bluez: own reference to connection provider in NMBluezDeviceThomas Haller1-5/+9
2016-01-27bluez: own reference to connection provider in NMBluezManagerThomas Haller1-2/+3
2016-01-27bluez: fix invoking parent dispose() function in NMBluezManagerThomas Haller1-0/+2
2016-01-25wwan: rework connection flow to send PIN earlier and fix autoconnectDan Williams2-115/+234
2016-01-25core: only run availability recheck transition if requiredDan Williams1-6/+10
2016-01-23core: list iptables sharing rules in the right orderBeniamino Galvani1-9/+9
2016-01-19device: clear queued_state callback in disposeThomas Haller1-1/+8
2016-01-11device: wait for valid MAC before making ethernet devices availableBeniamino Galvani3-5/+45
2016-01-11device/trivial: split out nm_device_update_initial_hw_address()Beniamino Galvani1-21/+29
2016-01-11core: simplify generation of default connection for new devicesBeniamino Galvani1-11/+0
2016-01-06wifi: refactor creation of NMDeviceWifi/NMDeviceOlpcMesh to initialize in con...Thomas Haller2-34/+13
2016-01-06wifi: don't fail construction of NMDeviceWifi in constructorThomas Haller4-25/+30
2016-01-06wifi-olpc: refactor NMDeviceOlpcMesh to hold pointer to NMManagerThomas Haller1-5/+15
2016-01-05device/infiniband: take interface down to set transport modeBeniamino Galvani1-1/+4
2016-01-05device: update @ip_iface only if IP interface existsBeniamino Galvani1-3/+4
2015-12-22device/vlan: fix failed assertion in parent_hwaddr_changed()Beniamino Galvani1-4/+8
2015-12-16adsl: look up ATM index before constructionDan Williams3-53/+91
2015-12-16adsl: fix detection of br2684 ("nas") interface (bgo #759001)Dan Williams1-127/+160
2015-12-01core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2-3/+2
2015-11-30wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš1-1/+36
2015-11-24device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš1-2/+2
2015-11-20default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller1-4/+11
2015-11-19wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš1-1/+1
2015-11-12wifi: clean up removal of current AP if it fails during association (bgo #733...Dan Williams1-12/+22
2015-11-11nm-device: only progress with ip-config if the device is still in IP_WAITLubomir Rintel1-2/+4
2015-11-11wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller1-6/+4
2015-11-11Revert "wifi: do no crash when getting BSSID fails"Thomas Haller1-5/+1
2015-11-11wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2-3/+4
2015-11-11wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš1-2/+2
2015-11-06device: set a reason when device enslave failsLubomir Rintel1-3/+4
2015-11-05build: add missing GLIB_CFLAGSLubomir Rintel2-0/+2
2015-11-03device: terminate the activation chain when entering the failed stateBeniamino Galvani1-0/+8
2015-10-25bluetooth: fix missing 'connected' notifications (rh #1255284)Dan Williams1-1/+3
2015-10-22vlan: fix unmanaged VLAN interface problem (rh #1273879)Jiří Klimeš5-10/+20
2015-10-22wifi: do no crash when getting BSSID failsJiří Klimeš1-1/+5
2015-10-22wifi: fix a problem in removing non-existing sourceJiří Klimeš1-0/+3
2015-10-20wake-on-lan: add option to keep existing settingsBeniamino Galvani1-2/+9
2015-10-19device: properly cancel queued activation requestThomas Haller1-1/+1
2015-10-19device: don't wait for carrier when activating static connectionThomas Haller1-0/+2
2015-10-19device: refactor using nm_clear_g_source() for priv->carrier_wait_idThomas Haller1-10/+3
2015-10-09device: fix wrongly managing external-down device due to not setting EXTERNAL...Thomas Haller1-2/+3
2015-10-08device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani1-4/+36
2015-10-08device: fix race wrongly managing external-down device due to late udev signalThomas Haller1-18/+26
2015-10-07device: don't complain about repeated schedules of the same activation stageLubomir Rintel1-12/+16
2015-10-06device: assert that master-ready handler is not scheduled in schedule_stage2_...Thomas Haller1-2/+3
2015-10-06device: handle master-ready before scheduling stage2Thomas Haller1-22/+24