summaryrefslogtreecommitdiff
path: root/src/nm-device-modem.c
Commit message (Expand)AuthorAgeFilesLines
* core: move devices into a subdirectoryDan Winship2013-05-081-540/+0
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-1/+0
* core: reorganize hw-address propertiesDan Winship2013-05-031-0/+7
* core: make nm_device_check_connection_compatible() check interface-nameDan Winship2013-03-131-0/+3
* core: simplify nm_device_get_best_auto_connection()Dan Winship2013-03-131-11/+0
* all: remove redundant return-if-fail checksDan Winship2013-03-071-2/+0
* device: share implementation of hw_is_up, hw_bring_up and hw_take_downPavel Šimerda2013-01-221-18/+0
* mobile: assume IFF_NOARP when given a /32 prefixDan Williams2012-11-211-0/+7
* modem-manager: don't report the data interface along with the IPv4 configurationAleksander Morgado2012-11-211-6/+1
* device-bt, device-modem: listen for data port changes in the `NMModem'Aleksander Morgado2012-11-211-0/+15
* modem-manager, manager: integrate the new `ModemManager1' interface supportAleksander Morgado2012-11-211-1/+15
* modem-manager: rework interface related properties in `NMModem'Aleksander Morgado2012-10-301-4/+10
* modem-manager: let the `NMDeviceModem' handle hw_is_up() and hw_bring_up()Aleksander Morgado2012-10-301-2/+7
* modem-manager: switch the `state' property from `NMModem' into just `connected'Aleksander Morgado2012-10-301-3/+3
* core: implement NMDevice::state-changed more idiomaticallyDan Winship2012-10-021-3/+3
* core: remove "real_" prefix from method implementation namesDan Winship2012-10-021-40/+40
* modem: track modem state and fail device if modem disconnectsDan Williams2012-08-241-0/+14
* modem: ensure radio disable cleans up during activation tooDan Williams2012-06-061-4/+5
* mobile: ensure IPv4 timeout fails activationDan Williams2012-03-201-1/+3
* core: treat missing IPv6 setting as AUTODan Williams2012-03-161-0/+12
* core: kill NMDeviceInterfaceDan Williams2011-12-021-1/+0
* core: move NMDeviceInterface properties and methods to nm-device.cDan Williams2011-12-021-6/+6
* core: move nm_device_interface_set_enabled() to nm-device.cDan Williams2011-12-021-13/+5
* core: move nm_device_interface_get_enabled() to nm-device.cDan Williams2011-12-021-2/+2
* core: kill nm_device_interface_get_state()Dan Williams2011-12-021-3/+3
* core: decouple initial IP configuration states from device stateDan Williams2011-11-091-6/+4
* core: kill stage4 (IP Config Get)Dan Williams2011-11-091-15/+4
* core: handle new device statesDan Williams2011-03-171-0/+2
* core: consolidate mobile broadband device typesDan Williams2011-02-251-26/+80
* core: consolidate deactivation methodsDan Williams2011-02-241-3/+3
* core: add AddAndActivate D-Bus methodDan Williams2011-01-101-0/+13
* core: simplify secrets handling during activationDan Williams2010-12-131-47/+20
* modem: fix WWAN hardware enable state tracking (rh #591622)Dan Williams2010-05-241-0/+12
* core: allow selective failure of IP configuration (rh #567978)Dan Williams2010-05-031-1/+7
* mobile-broadband: update loggingDan Williams2010-04-071-4/+4
* modem: consolidate common modem code into NMDeviceModemDan Williams2010-03-251-6/+396
* modem: remove debugging printfDan Williams2010-03-251-1/+0
* modem: fix modem type checking for various operationsDan Williams2010-03-251-0/+64