summaryrefslogtreecommitdiff
path: root/src/devices/wwan
Commit message (Expand)AuthorAgeFilesLines
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-2/+4
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-2/+4
* all: don't include error->code in log messagesThomas Haller2016-03-032-6/+4
* all: clean-up usage of GErrorThomas Haller2016-03-034-10/+10
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-195-11/+5
* build: cleanup default includesThomas Haller2016-02-121-2/+3
* wwan: retry connect on some errors and save them for log messagesDan Williams2016-01-281-7/+15
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-8/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* core: use define for NMPPPManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* device: expose nm_device_set_autoconnect() functionThomas Haller2015-12-041-1/+1
* wwan: rework connection flow to send PIN earlier and fix autoconnectDan Williams2015-11-182-116/+235
* libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-184-19/+138
* core: explicitly unexport objects when we're done with themDan Williams2015-11-101-6/+2
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-0/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-1/+2
* modem-broadband: update modem's supported-ip-families (rh #1263959)Jiří Klimeš2015-09-251-0/+17
* core: separate active and applied connectionLubomir Rintel2015-09-182-6/+7
* agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-182-27/+15
* settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-181-4/+4
* core: fix interface type namesDan Winship2015-09-101-2/+2
* wwan: add missing include for DBUS_INTERFACE_PEERDan Williams2015-08-181-0/+1
* devices, active-connection: port to gdbusDan Winship2015-08-103-14/+13
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-057-8/+7
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-3/+8
* wwan: trivial: fix typos in error stringsBeniamino Galvani2015-07-291-2/+2
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+0
* core: add an NMExportedObject base classDan Winship2015-07-242-4/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-246-8/+3
* include: add nm-dbus-compat.hDan Winship2015-07-241-1/+1
* device: add nm_device_get_type_description() functionThomas Haller2015-06-051-0/+13
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-0/+10
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-6/+7
* core: add generic NMDevice function to recheck availabilityDan Williams2015-05-011-13/+3
* platform: add self argument to platform functionsThomas Haller2015-04-212-5/+5
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+1
* wwan: refactor nm_modem_ip_type_to_string() and fix return typeThomas Haller2015-03-031-19/+9
* wwan: don't warn on disconnect if ModemManager isn't runningDan Williams2015-03-021-1/+2
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-272-4/+5
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-272-2/+5
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-1/+3
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-0/+1
* core: split route management code out from platformLubomir Rintel2015-02-271-1/+2
* wwan: indentation & alignment fixesAleksander Morgado2015-02-243-25/+25
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-243-130/+232
* device: remove debug logging from is_available()Thomas Haller2015-02-241-8/+3