summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* api: add NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED reason and use thatJiří Klimeš2012-09-242-2/+5
* core: VPN autoconnect feature (bgo #560471) (rh #483120)Jiří Klimeš2012-09-243-10/+184
* core: add some helper functions to activation requestJiří Klimeš2012-09-243-2/+33
* core: add nm_active_connection_get_name() for easy access to connection nameJiří Klimeš2012-09-242-0/+9
* ifcfg-rh: read/write 'secondaries' property of 'connection' settingJiří Klimeš2012-09-212-0/+38
* wifi: handle supplicant's deauthentication disconnect reasonDan Williams2012-09-204-6/+36
* wifi: request new PSK if disconnected during the 4-way handshakeDan Williams2012-09-201-26/+85
* wifi: rename set_current_ap -> set_active_apDan Williams2012-09-201-6/+6
* wifi: add SSID_NOT_FOUND reason and use it when we canDan Williams2012-09-202-4/+19
* wifi: only request new secrets during the initial connectionDan Williams2012-09-201-5/+13
* wifi: remove associated AP on failureDan Williams2012-09-201-8/+42
* wifi: don't autoconnect to networks that have never been successfulDan Williams2012-09-201-0/+10
* core: determine whether connection timestamps are set or notDan Williams2012-09-204-22/+46
* core: wait until we daemonized before setting up signals (bgo #683932)Alexandre Rostovtsev2012-09-171-4/+4
* trivial: use define for supplicant interface state signalDan Williams2012-09-121-1/+1
* trivial: whitespace fixupDan Williams2012-09-121-2/+4
* core: add cancelation to dispatcher callsDan Williams2012-09-112-21/+42
* core: add dispatcher callbacks and simplify dispatcher function prototypesDan Williams2012-09-115-39/+125
* core: convert dispatcher to asynchronous operation and return its resultsDan Williams2012-09-111-24/+95
* core: split dispatcher into its own fileDan Williams2012-09-118-228/+292
* core: add settings for 4G (LTE) network modesMarius B. Kotsbak2012-09-111-1/+11
* dnsmasq: don't crash when there are no nameservers in IP config (rh #768531)Jiří Klimeš2012-09-061-0/+6
* core: fix a regression causing that driver and firmware versions are not setJiří Klimeš2012-09-031-1/+1
* wired: ensure carrier changes clear queued state where appropriateDan Williams2012-08-303-18/+42
* ip6: ignore cached/cloned routes when retrieving IPv6 config (lp:1038541) (bg...Dan Williams2012-08-301-0/+6
* ip6: ignore cached/cloned route notifications from the kernel (lp:1038541) (b...Ben Jencks2012-08-301-0/+8
* bluetooth: predicate DUN availability on ModemManager availabilityDan Williams2012-08-291-17/+164
* api: add a "ModemManager unavailable" device state reasonDan Williams2012-08-291-0/+2
* modem: fix DNS configuration with static IP modemsDan Williams2012-08-281-3/+8
* modem: log IPv4 configurationDan Williams2012-08-281-1/+31
* core: remove erroneous reference to VLAN-over-IPoIBDan Winship2012-08-271-2/+2
* core: handle return values from libsystemd-login correctlyDan Williams2012-08-271-2/+19
* modem: track modem state and fail device if modem disconnectsDan Williams2012-08-248-14/+111
* core: ignore PPP interface removal signals from udevDan Williams2012-08-241-1/+9
* vlan: fix missing chain up to parent disposeDan Williams2012-08-241-0/+2
* core: fix possible uninitialized memory usageDan Williams2012-08-241-0/+1
* trivial: use dashes in "br2684-bridge-failed" to match other reason stringsJiří Klimeš2012-08-221-1/+1
* rfkill: detect "acpi" subsystem devices as platform devices (bgo #680632)Dan Williams2012-08-171-1/+4
* rfkill: fix up grandparent driver name detectionDan Williams2012-08-171-1/+1
* rfkill: better logging of platform switches and statesDan Williams2012-08-171-2/+11
* wifi: ensure hidden SSIDs get added to AvailableConnectionsDan Williams2012-08-161-0/+4
* keyfile: use friendly MAC address format for WiMAXDan Williams2012-08-152-0/+7
* core: add AvailableConnections property for NMDevice objectsNathanael D. Noblet2012-08-155-16/+276
* ifnet: fix typo fut*u*rePaul Menzel2012-08-151-1/+1
* dns: remove broken bind pluginPavel Šimerda2012-08-154-583/+1
* wimax: add missing copyright headerDan Williams2012-08-061-0/+19
* build: fix up includes; prefer builddir over srcdirDan Williams2012-08-0610-28/+31
* ifupdown: Allow netmask to be CIDR-style prefix length (bgo #679123)Ross Vandegrift2012-08-061-2/+10
* ifupdown: testcase for CIDR-style prefix length (bgo #679123)Pavel Šimerda2012-08-063-1/+70
* core: fix compat VLAN interface addition when interface already existsDan Williams2012-08-062-48/+78