summaryrefslogtreecommitdiff
path: root/src/devices/wwan
AgeCommit message (Expand)AuthorFilesLines
2018-11-06ofono: fix crash when disconnectingBeniamino Galvani1-1/+1
2018-11-06modem: fix crash when disconnectingBeniamino Galvani1-1/+1
2018-10-24meson: set RPATH for libnm_device_plugin_wwan.soTaegil Bae1-1/+2
2018-10-17modem: cleanup nm_modem_deactivate_async()Thomas Haller4-96/+69
2018-10-17ppp: make ppp-manager cancellable via GCancellableThomas Haller1-37/+5
2018-10-17modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller6-157/+122
2018-10-12wwan: don't assume DNS info is always available for IPv6Thomas Haller1-1/+1
2018-09-17shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2-8/+8
2018-09-15docs: misc. typosluz.paz1-1/+1
2018-07-24core: give better error reason why device is incompatible with profileThomas Haller5-77/+78
2018-07-24core: give better error reason why device is unavailableThomas Haller1-4/+20
2018-07-24wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller4-9/+9
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller5-18/+18
2018-06-28meson: run the check-export.sh in test phaseLubomir Rintel1-3/+3
2018-06-20device: introduce mtu sourceBeniamino Galvani2-6/+6
2018-06-13wwan: ensure the route parameters are set on IPv6 only configurationLubomir Rintel3-4/+9
2018-06-13wwan: set the route parameters at the beginning of ip4 configLubomir Rintel1-2/+2
2018-05-25ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller1-17/+44
2018-05-18devices/wwan: Stop PPP manager in deactivate_cleanup()Frederic Danis1-0/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel2-2/+2
2018-05-09meson: distinguish arch specific and arch neutral lib dirLubomir Rintel1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani3-4/+0
2018-03-20core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller4-5/+5
2018-03-20ofono: fix crash during complete-connection for Ofono modemThomas Haller1-3/+11
2018-03-19all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2-11/+20
2018-02-21wwan: drop nm_modem_get_data_port() functionThomas Haller4-12/+1
2018-02-21wwan: rework setting modem's data-portThomas Haller7-124/+165
2018-02-21wwan: avoid dangling pointer for error variable in connect_ready()Thomas Haller1-2/+3
2018-02-21device: don't set NMDeviceModem's ip-iface right after constuctionThomas Haller1-12/+1
2018-02-21wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller3-40/+35
2018-02-21wwan: notify change of modem:data-port when clearing ip-ifaceThomas Haller1-1/+2
2018-02-21wwan: add modem:ip-ifindex propertyThomas Haller2-2/+53
2018-02-21device: refactor nm_device_set_ip_ifindex() and set_ip_iface()Thomas Haller1-3/+3
2018-02-21wwan/trivial: rename internal variable ppp_iface to ip_ifaceThomas Haller1-6/+6
2018-02-21wwan: handle missing data_port in ppp_stage3_ip_config_start() of NMModemThomas Haller1-2/+8
2018-02-21wwan: disconnect signals from ppp-manager before clearing instanceThomas Haller2-3/+7
2018-02-21wwan: cleanup handling ppp_iface in NMModemThomas Haller1-13/+10
2018-02-21wwan: free ppp_iface in NMModem's finalize()Thomas Haller1-0/+1
2018-01-11build/meson: use variables for ldflags and linker-scriptThomas Haller1-13/+7
2018-01-10ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani1-11/+13
2018-01-10build/meson: unconditionally use linker version scriptsThomas Haller1-8/+6
2018-01-10meson: Improve dependency systemIñigo Martínez1-4/+4
2017-12-21all: add more meaningful error code for unsupported IP methodBeniamino Galvani1-3/+2
2017-12-21wwan: clear idle source id when the callback runsBeniamino Galvani1-0/+3
2017-12-21wwan: add default route even if modem didn't return a gatewayBeniamino Galvani1-19/+15
2017-12-21wwan: fix checks on IP configurationBeniamino Galvani1-7/+8
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+85
2017-11-24core: refactor NMActRequestGetSecretsCallId typedef not to be a pointer to st...Thomas Haller1-2/+2
2017-11-10ofono: refactor error handling in context_property_changed()Thomas Haller1-76/+58