summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-modem.c
Commit message (Expand)AuthorAgeFilesLines
...
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+0
* core: add an NMExportedObject base classDan Winship2015-07-241-1/+0
* platform: add self argument to platform functionsThomas Haller2015-04-211-3/+3
* wwan: refactor nm_modem_ip_type_to_string() and fix return typeThomas Haller2015-03-031-19/+9
* core: split route management code out from platformLubomir Rintel2015-02-271-1/+2
* wwan: indentation & alignment fixesAleksander Morgado2015-02-241-12/+12
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-241-19/+67
* wwan: fix wrong assert in deactivate_cleanup()Lubomir Rintel2015-02-041-1/+2
* wwan: consolidate format of log messagesAleksander Morgado2015-01-211-8/+10
* wwan: wait for pppd to exit before relaying the port to ModemManagerAleksander Morgado2015-01-211-13/+182
* wwan,modem: let disconnect() be an async operationAleksander Morgado2015-01-211-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-6/+5
* devices: drop device-type-specific error domainsDan Winship2014-10-221-23/+8
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-011-4/+4
* core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-08-011-1/+1
* wwan: move IP method handling into the modem objectDan Williams2014-07-231-4/+39
* wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-231-15/+242
* wwan: clean up and split IP method valuesDan Williams2014-07-231-28/+42
* wwan: read supported IP types from ModemManagerDan Williams2014-07-231-0/+22
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-42/+32
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-4/+2
* wwan: read device & SIM identifiers from ModemManagerDan Williams2014-05-061-0/+36
* wwan: use modem states instead of enabled/connected propertiesDan Williams2014-05-061-42/+118
* mobile: make WWAN support a pluginDan Williams2014-03-031-0/+1009