summaryrefslogtreecommitdiff
path: root/src/devices/wwan/nm-modem.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-2037/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-55/+55
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1451/+1491
* nm-modem: don't fail if secrets request times outArnaud Ferraris2020-03-271-1/+2
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-3/+3
* device: fix setting MTU from connection when limited by parentBeniamino Galvani2019-10-101-1/+3
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-231-1/+6
* wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-221-6/+2
* wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-221-0/+49
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* modem/trivial: rename virtual function NMModemClass.act_stage1_prepare()Thomas Haller2019-08-281-5/+5
* device: support reapplying route-tableThomas Haller2019-06-171-2/+2
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-3/+5
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* wwan: don't call _nm_modem_set_operator_code() in property setterThomas Haller2019-06-091-1/+2
* wwan: remove unused property setter for NM_MODEM_APNThomas Haller2019-06-091-3/+0
* wwan: expose the APN on the D-BusLubomir Rintel2019-06-051-0/+34
* wwan: expose the network id on the D-BusLubomir Rintel2019-06-051-0/+32
* modem: use set conn.interface upon completing the CDMA connectionsLubomir Rintel2019-05-281-1/+2
* device: limit maximum MTU for connection default of "infiniband.mtu"Thomas Haller2019-04-051-1/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* core: pass hints as strv to nm_act_request_get_secrets()Thomas Haller2019-02-051-4/+6
* core: use streq() instead of strcmp() for comparing ip-config methodsThomas Haller2018-12-131-4/+4
* core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller2018-12-131-2/+2
* modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-171-89/+53
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-171-37/+5
* modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-171-35/+26
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-30/+20
* wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller2018-07-241-2/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* device: introduce mtu sourceBeniamino Galvani2018-06-231-5/+5
* wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-131-2/+7
* wwan: set the route parameters at the beginning of ip4 configLubomir Rintel2018-06-131-2/+2
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-251-17/+44
* devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis2018-05-181-0/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* ofono: fix crash during complete-connection for Ofono modemThomas Haller2018-03-201-3/+11
* wwan: drop nm_modem_get_data_port() functionth/modem-ip-ifaceThomas Haller2018-02-211-8/+0
* wwan: rework setting modem's data-portThomas Haller2018-02-211-83/+116
* wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller2018-02-211-2/+2
* wwan: notify change of modem:data-port when clearing ip-ifaceThomas Haller2018-02-211-1/+2
* wwan: add modem:ip-ifindex propertyThomas Haller2018-02-211-2/+51
* wwan/trivial: rename internal variable ppp_iface to ip_ifaceThomas Haller2018-02-211-6/+6
* wwan: handle missing data_port in ppp_stage3_ip_config_start() of NMModemThomas Haller2018-02-211-2/+8