summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-device-modem.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-957/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-2/+2
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-34/+34
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-673/+681
* nm-device-modem: deactivate device when modem unlockedArnaud Ferraris2020-03-271-0/+9
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-171-2/+2
* device: various code cleanups in devicesThomas Haller2020-03-171-1/+0
* device/trivial: rename get_dhcp_timeout() virtual function to have a unique nameThomas Haller2020-02-171-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-221-5/+2
* wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-221-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-281-15/+37
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-5/+0
* device: various minor style cleanupThomas Haller2019-08-281-1/+3
* device/modem: drop unnecessary cast for NM_DEVICE_MODEM_GET_PRIVATE() macroThomas Haller2019-08-281-13/+13
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* wwan: expose the APN on the D-BusLubomir Rintel2019-06-051-0/+29
* wwan: expose the network id on the D-BusLubomir Rintel2019-06-051-1/+28
* wwan: expose device id on the busLubomir Rintel2019-06-051-1/+20
* modem: use set conn.interface upon completing the CDMA connectionsLubomir Rintel2019-05-281-1/+5
* Revert "wwan/device-modem: don't enter available state until registered"Lubomir Rintel2019-03-181-7/+6
* wwan/device-modem: don't enter available state until registeredLubomir Rintel2019-03-121-6/+7
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-23/+25
* device/trivial: rename wwan_ip_config to dev2_ip_configThomas Haller2019-03-051-2/+2
* device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()Thomas Haller2019-03-051-2/+3
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-5/+5
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* device/trivial: rename device's sysctl functionThomas Haller2018-12-191-2/+2
* device: merge IPv4 and IPv6 variants of nm_device_ipv4_sysctl_set()Thomas Haller2018-12-191-2/+2
* wwan: rework when settings/device are blocked for autoconnectionAleksander Morgado2018-12-141-6/+32
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-171-27/+17
* docs: misc. typosluz.paz2018-09-151-1/+1
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-3/+20
* core: give better error reason why device is unavailableThomas Haller2018-07-241-4/+20
* wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-131-1/+1
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-9/+20
* wwan: rework setting modem's data-portThomas Haller2018-02-211-9/+14
* device: don't set NMDeviceModem's ip-iface right after constuctionThomas Haller2018-02-211-12/+1
* wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller2018-02-211-19/+15
* device: refactor nm_device_set_ip_ifindex() and set_ip_iface()Thomas Haller2018-02-211-3/+3
* wwan: disconnect signals from ppp-manager before clearing instanceThomas Haller2018-02-211-2/+3
* device: improve tracking autoconnect-blocked flags of NMDeviceThomas Haller2017-11-081-2/+1
* device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller2017-11-081-1/+1
* policy: move blocking autoconnect from NMDeviceModem to NMPolicyThomas Haller2017-10-311-25/+1